How To Install nemo-data on Ubuntu 20.04

In this tutorial we learn how to install nemo-data on Ubuntu 20.04. nemo-data is File manager and graphical shell for Cinnamon (data files) File manager and graphical shell for Cinnamon (data files)

Introduction

In this tutorial we learn how to install nemo-data on Ubuntu 20.04.

What is nemo-data

nemo-data is:

Nemo is the official file manager for the Cinnamon desktop. It allows one to browse directories, preview files and launch applications associated with them. It is also responsible for handling the icons on the Cinnamon desktop. It works on local and remote filesystems.

This package contains pictures, localization files and other data needed by nemo. Task: ubuntu-budgie-desktop

Package: nemo-data Architecture: all Version: 4.4.2-2 Priority: optional Section: universe/misc Source: nemo Origin: Ubuntu Maintainer: Ubuntu Developers [email protected] Original-Maintainer: Debian Cinnamon Team [email protected] Bugs: https://bugs.launchpad.net/ubuntu/+filebug Installed-Size: 289 Depends: python3, dconf-gsettings-backend | gsettings-backend, python3:any Suggests: nemo Breaks: nemo (« 3.6.5-1~) Replaces: nemo (« 3.6.5-1~) Filename: pool/universe/n/nemo/nemo-data_4.4.2-2_all.deb Size: 76056 MD5sum: 0d63b2084b756880d183bdacb6a218ca SHA1: 8cdb97f4c8452c5d1f828a057a48edb3e5d626b7 SHA256: d7460724c038766e9d7e26e6d85c1bd1dacb27b7fc738ba6b81a2b4bc6d52d18 Homepage: http://cinnamon.linuxmint.com/ Description-en: File manager and graphical shell for Cinnamon (data files) Nemo is the official file manager for the Cinnamon desktop. It allows one to browse directories, preview files and launch applications associated with them. It is also responsible for handling the icons on the Cinnamon desktop. It works on local and remote filesystems.

This package contains pictures, localization files and other data needed by nemo. Task: ubuntu-budgie-desktop

There are three methods to install nemo-data on Ubuntu 20.04. We can use apt-get, apt and aptitude. In the following sections we will describe each method. You can choose one of them.

Install nemo-data Using apt-get

Update apt database with apt-get using the following command.

sudo apt-get update

After updating apt database, We can install nemo-data using apt-get by running the following command:

sudo apt-get -y install nemo-data

Install nemo-data Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install nemo-data using apt by running the following command:

sudo apt -y install nemo-data

Install nemo-data Using aptitude

If you want to follow this method, you might need to install aptitude first since aptitude is usually not installed by default on Ubuntu. Update apt database with aptitude using the following command.

sudo aptitude update

After updating apt database, We can install nemo-data using aptitude by running the following command:

sudo aptitude -y install nemo-data

How To Uninstall nemo-data on Ubuntu 20.04

To uninstall only the nemo-data package we can use the following command:

sudo apt-get remove nemo-data

Uninstall nemo-data And Its Dependencies

To uninstall nemo-data and its dependencies that are no longer needed by Ubuntu 20.04, we can use the command below:

sudo apt-get -y autoremove nemo-data

Remove nemo-data Configurations and Data

To remove nemo-data configuration and data from Ubuntu 20.04 we can use the following command:

sudo apt-get -y purge nemo-data

Remove nemo-data configuration, data, and all of its dependencies

We can use the following command to remove nemo-data configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge nemo-data

References

Summary

In this tutorial we learn how to install nemo-data package on Ubuntu 20.04 using different package management tools: apt, apt-get and aptitude.