Install python-debian
Installing python-debian package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install python-debian
python-debian package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | python-debian |
version | 0.1.27 |
description | Python modules to work with Debian-related data formats |
subsection | devel |
maintainer | Debian python-debian Maintainers |
Uninstall python-debian
To remove just python-debian package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove python-debian
Uninstall python-debian and it’s dependent packages
To remove the python-debian package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove python-debian
Purging python-debian
If you also want to delete configuration and/or data files of python-debian from Debian Sid then this will work:
sudo apt-get purge python-debian
To delete configuration and/or data files of python-debian and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove python-debian