Re: Little Big Problem with apt-get fakeroot (solved)
Workaround B: Finish the install when the package can't be removed
$ sudo apt-get clean
$ sudo aptitude download PACKAGE
$ sudo dpkg --unpack ./PACKAGE_VERSION.deb
$ sudo dpkg --configure PACKAGE
I use this.
Workaround B: Finish the install when the package can't be removed
$ sudo apt-get clean
$ sudo aptitude download PACKAGE
$ sudo dpkg --unpack ./PACKAGE_VERSION.deb
$ sudo dpkg --configure PACKAGE
I use this.
Comment