Install python-mutagen-doc
Installing python-mutagen-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-mutagen-doc
python-mutagen-doc package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | python-mutagen-doc |
version | 1.31-1 |
description | audio metadata editing library – documentation |
subsection | doc |
website | bitbucket.org / lazka / mutagen |
maintainer | Tristan Seligmann |
Uninstall python-mutagen-doc
To remove just python-mutagen-doc package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove python-mutagen-doc
Uninstall python-mutagen-doc and it’s dependent packages
To remove the python-mutagen-doc package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove python-mutagen-doc
Purging python-mutagen-doc
If you also want to delete configuration and/or data files of python-mutagen-doc from Debian Sid then this will work:
sudo apt-get purge python-mutagen-doc
To delete configuration and/or data files of python-mutagen-doc and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove python-mutagen-doc