How to uninstall or remove battleball software package from Debian 7 (Wheezy)

How to uninstall or remove battleball software package from Debian 7 (Wheezy)

You can uninstall or removes an installed battleball package itself from Debian 7 (Wheezy) through the terminal,

$ sudo apt-get remove battleball 

Uninstall battleball including dependent package

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

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

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

$ sudo apt-get purge battleball 

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 battleball 

See Also,

How to install battleball software package from Debian 7 (Wheezy)?