Install python-guacamole
Installing python-guacamole package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install python-guacamole
python-guacamole package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | python-guacamole |
version | 0.9.2-1 |
description | framework for creating command line applications (Python 2) |
subsection | python |
website | github.com / zyga / guacamole / |
maintainer | Debian Python Modules Team |
Uninstall python-guacamole
To remove just python-guacamole package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove python-guacamole
Uninstall python-guacamole and it’s dependent packages
To remove the python-guacamole package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove python-guacamole
Purging python-guacamole
If you also want to delete configuration and/or data files of python-guacamole from Debian Sid then this will work:
sudo apt-get purge python-guacamole
To delete configuration and/or data files of python-guacamole and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove python-guacamole