meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
sw:apt-cacher:issues [2025/10/28 19:36] – ↷ Page moved from sw:apt-cacher:issues to sw:apt-cacher-ng:issues niziaksw:apt-cacher:issues [2025/11/13 07:32] (current) niziak
Line 1: Line 1:
 +====== issues ======
  
 +<code bash>/usr/share/apt-cacher/apt-cacher-cleanup.pl -n</code>
 +
 +<code>
 +deb.debian.org_debian_dists_buster-updates_{In,}Release not available upstream. 
 +Remove the following files manually if they are no longer significant and you want to clean cached packages they reference:-
 +  deb.debian.org_debian_dists_buster-updates_main_binary-amd64_Packages.xz
 +  deb.debian.org_debian_dists_buster-updates_main_source_Sources.xz
 +</code>
 +  
 +<code bash> 
 +rm /var/cache/apt-cacher/packages/deb.debian.org_debian_dists_buster-updates_main_binary-amd64_Packages.*
 +rm /var/cache/apt-cacher/packages/deb.debian.org_debian_dists_buster-updates_main_source_Sources.*
 +</code>