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