Install python-mygpoclient
Installing python-mygpoclient package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install python-mygpoclient
python-mygpoclient package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | python-mygpoclient |
version | 1.7-1 |
description | Client library for the gpodder.net web service |
subsection | python |
website | thp.io / 2010 / mygpoclient / |
maintainer | Thomas Perl |
Uninstall python-mygpoclient
To remove just python-mygpoclient package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove python-mygpoclient
Uninstall python-mygpoclient and it’s dependent packages
To remove the python-mygpoclient package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove python-mygpoclient
Purging python-mygpoclient
If you also want to delete configuration and/or data files of python-mygpoclient from Debian Sid then this will work:
sudo apt-get purge python-mygpoclient
To delete configuration and/or data files of python-mygpoclient and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove python-mygpoclient