Install rhythmbox-plugins
Installing rhythmbox-plugins package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install rhythmbox-plugins
rhythmbox-plugins package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | rhythmbox-plugins |
version | 3.3-1 |
description | plugins for rhythmbox music player |
subsection | gnome |
website | wiki.gnome.org / Apps / Rhythmbox |
maintainer | Debian GNOME Maintainers |
Uninstall rhythmbox-plugins
To remove just rhythmbox-plugins package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove rhythmbox-plugins
Uninstall rhythmbox-plugins and it’s dependent packages
To remove the rhythmbox-plugins package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove rhythmbox-plugins
Purging rhythmbox-plugins
If you also want to delete configuration and/or data files of rhythmbox-plugins from Debian Sid then this will work:
sudo apt-get purge rhythmbox-plugins
To delete configuration and/or data files of rhythmbox-plugins and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove rhythmbox-plugins