How to uninstall or remove gargoyle-free software package from Ubuntu 16.04 LTS (Xenial Xerus)

How to uninstall or remove gargoyle-free software package from Ubuntu 16.04 LTS (Xenial Xerus)

You can uninstall or removes an installed gargoyle-free package itself from Ubuntu 16.04 LTS (Xenial Xerus) through the terminal,

$ sudo apt-get remove gargoyle-free 

Uninstall gargoyle-free including dependent package

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

$ sudo apt-get remove --auto-remove gargoyle-free 
Use Purging gargoyle-free

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

$ sudo apt-get purge gargoyle-free 

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 gargoyle-free 

See Also,

How to install gargoyle-free software package from Ubuntu 16.04 LTS (Xenial Xerus) ?