]> pere.pagekite.me Git - homepage.git/commitdiff
Small updates.
authorPetter Reinholdtsen <pere@hungry.com>
Sun, 8 Jul 2018 10:05:36 +0000 (12:05 +0200)
committerPetter Reinholdtsen <pere@hungry.com>
Sun, 8 Jul 2018 10:05:36 +0000 (12:05 +0200)
blog/data/2018-07-08-apt-upgrade-full-disk.txt

index 9eb76a5083c69b02bd481b0f08b0bab6d2c3dcf1..c73369f3bf93d3dabb651bc35f42b8f5438e7c22 100644 (file)
@@ -1,6 +1,6 @@
 Title: Debian APT upgrade without enough free space on the disk...
 Tags: english, debian
 Title: Debian APT upgrade without enough free space on the disk...
 Tags: english, debian
-Date: 2018-07-08 12:00
+Date: 2018-07-08 12:10
 
 <p>Quite regularly, I let my Debian Sid/Unstable chroot stay untouch
 for a while, and when I need to update it there is not enough free
 
 <p>Quite regularly, I let my Debian Sid/Unstable chroot stay untouch
 for a while, and when I need to update it there is not enough free
@@ -51,9 +51,11 @@ downloaded packages using dpkg.  The idea is to upgrade packages
 without changing the APT mark for the package (ie the one recording of
 the package was manually requested or pulled in as a dependency).  To
 use it, simply run it as root from the command line.  If it fail, try
 without changing the APT mark for the package (ie the one recording of
 the package was manually requested or pulled in as a dependency).  To
 use it, simply run it as root from the command line.  If it fail, try
-'apt install -f' to clean up the mess and run the script again.</p>
+'apt install -f' to clean up the mess and run the script again.  This
+might happen if the new packages conflict with one of the old
+packages.  dpkg is unable to remove, while apt can do this.</p>
 
 
-<p>It take one option, a package to ingore in the list of packages to
+<p>It take one option, a package to ignore in the list of packages to
 upgrade.  The option to ignore a package is there to be able to skip
 the packages that are simply too large to unpack.  Today this was
 'ghc', but I have run into other large packages causing similar
 upgrade.  The option to ignore a package is there to be able to skip
 the packages that are simply too large to unpack.  Today this was
 'ghc', but I have run into other large packages causing similar