Installlion's Logo

Installlion.com

How To Uninstall facter On Ubuntu 14.04 LTS

To uninstall facter just follow these instructions.

Uninstall just facter

collect and display facts about the systemUbuntu 14.04 LTSadmin1.7.5-1ubuntu1
sudo apt-get remove facter

This will remove just the facter package itself.

Uninstall facter and its dependencies

sudo apt-get remove --auto-remove facter

This will remove the facter package and any other dependant packages which are no longer needed.

Purging your config/data too

If you also want to delete your local/config files for facter then this will work.

 Caution! Purged config/data can not be restored by reinstalling the package.
sudo apt-get purge facter

Or similarly, like this facter

sudo apt-get purge --auto-remove facter

Package Data

Packagefacter
Version1.7.5-1ubuntu1
MaintainerUbuntu Developers <[email protected]>
Home pagehttp://projects.puppetlabs.com/projects/facter
Descriptioncollect and display facts about the system
Distroubuntu
Releasetrusty
Repomain
Sectionadmin

Dependencies