Install puddletag
Installing puddletag package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install puddletag
puddletag package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | puddletag |
version | 1.0.5-1 |
description | simple, powerful audio tag editor |
subsection | sound |
website | puddletag.sourceforge.net |
maintainer | Sandro Tosi |
Uninstall puddletag
To remove just puddletag package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove puddletag
Uninstall puddletag and it’s dependent packages
To remove the puddletag package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove puddletag
Purging puddletag
If you also want to delete configuration and/or data files of puddletag from Debian Sid then this will work:
sudo apt-get purge puddletag
To delete configuration and/or data files of puddletag and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove puddletag