lawmanuk:
Yes that is exactly correct code, but when copying and pasting to command line, after that command it inserts one extra space character, which makes the whole thing fail. If you remove that extra space from the end, it works like this:
- Code: Select all
# dpkg -P `deborphan`
(Reading database ... 146208 files and directories currently installed.)
Removing libisc32 ...
Purging configuration files for libisc32 ...
Don't try mandog's version, because it removes package deborphan like the following. Yes this has also happened to me before too:
- Code: Select all
# dpkg -P deborphan
(Reading database ... 146208 files and directories currently installed.)
Removing deborphan ...
Purging configuration files for deborphan ...
Processing triggers for menu ...
Processing triggers for man-db ...
So, now package deborphan needs to be installing again:
- Code: Select all
# apt-get install deborphan
Luetaan pakettiluetteloita... Valmis
Muodostetaan riippuvuussuhteiden puu
Luetaan tilatiedot... Valmis
Seuraavat UUDET paketit asennetaan:
deborphan
0 päivitetty, 1 uutta asennusta, 0 poistettavaa ja 0 päivittämätöntä.
Noudettavaa arkistoa 73,0kt.
Toiminnon jälkeen käytetään 418k t lisää levytilaa.
Nouda:1 http://packages.parsix.org boss/main deborphan 1.7.24 [73,0kB]
Noudettiin 73,0kt ajassa 0s (122kt/s)
Selecting previously deselected package deborphan.
(Reading database ... 146178 files and directories currently installed.)
Unpacking deborphan (from .../deborphan_1.7.24_i386.deb) ...
Processing triggers for man-db ...
Processing triggers for menu ...
Setting up deborphan (1.7.24) ...
Processing triggers for menu ...