How to uninstall or remove gnote software package from Ubuntu 16.04 LTS (Xenial Xerus)

How to uninstall or remove gnote software package from Ubuntu 16.04 LTS (Xenial Xerus)

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

$ sudo apt-get remove gnote 

Uninstall gnote including dependent package

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

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

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

$ sudo apt-get purge gnote 

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 gnote 

See Also,

How to install gnote software package from Ubuntu 16.04 LTS (Xenial Xerus) ?