Remove a .deb Package Manually in Ubuntu


At Ubuntu system damaged due to an incompatible .deb packages. we must remove, usually to remove the package must be manually. to remove a .deb package manually, follow these steps :

For this , you can try the following. ( Assuming aspell is the broken package)
Login As root by type :





$ sudo su
$ apt-get remove aspell
$ dpkg -P aspell
$ dpkg –force-all -r aspell


if by way of the above still fails, use the following command, and remove the packages one by one. good luck.....!!!!

$ dpkg -L aspell


Happy Testing....!!!

No comments:

Post a Comment

Please Comment...!!