How to uninstall or remove genpo software package from Ubuntu 17.04 (Zesty Zapus)

How to uninstall or remove genpo software package from Ubuntu 17.04 (Zesty Zapus)

You can uninstall or removes an installed genpo package itself from Ubuntu 17.04 (Zesty Zapus) through the terminal,

$ sudo apt-get remove genpo 

Uninstall genpo including dependent package

If you would like to remove genpo and it's dependent packages which are no longer needed from Ubuntu,

$ sudo apt-get remove --auto-remove genpo 
Use Purging genpo

If you use with purge options to genpo package all the configuration and dependent packages will be removed.

$ sudo apt-get purge genpo 

If you use purge options along with auto remove, will be removed everything regarding the package, It's really useful when you want to reinstall again.

$ sudo apt-get purge --auto-remove genpo 

See Also,

How to install genpo software package from Ubuntu 17.04 (Zesty Zapus)?