To uninstall facter just follow these instructions.
sudo apt-get remove facter
This will remove just the facter package itself.
sudo apt-get remove --auto-remove facter
This will remove the facter package and any other dependant packages which are no longer needed.
If you also want to delete your local/config files for facter then this will work.
sudo apt-get purge facter
Or similarly, like this facter
sudo apt-get purge --auto-remove facter
Package | facter |
Version | 1.7.5-1ubuntu1 |
Maintainer | Ubuntu Developers <[email protected]> |
Home page | http://projects.puppetlabs.com/projects/facter |
Description | collect and display facts about the system |
Distro | ubuntu |
Release | trusty |
Repo | main |
Section | admin |