To uninstall fakeroot just follow these instructions.
sudo apt-get remove fakeroot
This will remove just the fakeroot package itself.
sudo apt-get remove --auto-remove fakeroot
This will remove the fakeroot package and any other dependant packages which are no longer needed.
If you also want to delete your local/config files for fakeroot then this will work.
sudo apt-get purge fakeroot
Or similarly, like this fakeroot
sudo apt-get purge --auto-remove fakeroot
Package | fakeroot |
Version | 1.20-3ubuntu2 |
Maintainer | Ubuntu Developers <[email protected]> |
Description | tool for simulating superuser privileges |
Distro | ubuntu |
Release | trusty |
Repo | main |
Section | utils |