Install nautilus-actions
Installing nautilus-actions package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install nautilus-actions
nautilus-actions package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | nautilus-actions |
version | 3.2.3-1+b1 |
description | nautilus extension to configure programs to launch |
subsection | gnome |
website | grumz.net |
maintainer | Takanori Suzuki |
Uninstall nautilus-actions
To remove just nautilus-actions package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove nautilus-actions
Uninstall nautilus-actions and it’s dependent packages
To remove the nautilus-actions package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove nautilus-actions
Purging nautilus-actions
If you also want to delete configuration and/or data files of nautilus-actions from Debian Sid then this will work:
sudo apt-get purge nautilus-actions
To delete configuration and/or data files of nautilus-actions and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove nautilus-actions