meta data for this page
  •  

Differences

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

Link to this comparison view

Next revision
Previous revision
sw:apt-cacher:issues [2024/05/18 21:05] – created - external edit 127.0.0.1sw: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>