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