Oct 242010
How to completely uninstall a package in Ubuntu/Debian?
Answer:
To completely uninstall a package in Ubuntu/Debian, you can use the command below:
# sudo apt-get --purge remove PACKAGE
That's it.
Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.
How to completely uninstall a package in Ubuntu/Debian?
Answer:
To completely uninstall a package in Ubuntu/Debian, you can use the command below:
# sudo apt-get --purge remove PACKAGE
That's it.