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

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

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

$ sudo apt-get remove djagios 

Uninstall djagios including dependent package

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

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

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

$ sudo apt-get purge djagios 

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 djagios 

See Also,

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