Package: apt Version: 2.9.28 Severity: minor Odd, it said it needed to get 6538 kB, but it only ended up needing 351 kB.
Probably due to a previous half run which got aborted by a network failure, so there were probably /partial files lying around or something. # aptitude install ~Uemacs The following packages will be upgraded: emacs emacs-bin-common (emacs-nox D: emacs-bin-common) emacs-common (emacs-nox D: emacs-common) emacs-el emacs-nox The following packages will NOT be UPGRADED: cpp-14{a} ... 5 packages upgraded, 0 newly installed, 0 to remove and 43 not upgraded. Need to get 6538 kB/40.7 MB of archives. After unpacking 1024 B will be used. Get: 1 http://opensource.nchc.org.tw/debian unstable/main arm64 emacs-nox arm64 1:29.4+1-6 [6520 kB] Get: 2 http://opensource.nchc.org.tw/debian unstable/main arm64 emacs all 1:29.4+1-6 [18.6 kB] Fetched 351 kB in 3s (107 kB/s) P.S., $ grep -v ^// /etc/apt/apt.conf.d/10jidanni APT::Default-Release "unstable";//just order them in sources.list UNTRUE APT::AutoRemove::RecommendsImportant false; APT::AutoRemove::SuggestsImportant false; APT::Cache::AllVersions false; APT::Clean-Installed false; //important, see man apt-get APT::Get::Fix-Missing true; //even though 825897 says should be off APT::Get::Purge true; APT::Install-Recommends false; APT::Keep-Downloaded-Packages true; APT::Periodic::Enable false; Acquire::PDiffs true; Acquire::http::No-Cache true;//564829 Aptitude::CmdLine::Always-Prompt true; Aptitude::CmdLine::Show-Deps true;//587...@bugs.debian.org Aptitude::CmdLine::Show-Why true;//511...@bugs.debian.org Aptitude::CmdLine::Verbose 1; Aptitude::Purge-Unused true; Binary::apt::APT::Keep-Downloaded-Packages true; Acquire::Queue-mode access;