How to install Nemo 3.4 file manager on Ubuntu 16.04
How to install Nemo 3.4 file manager on Ubuntu 16.04
Nemo is a free and open-source software and official file manager of the Cinnamon desktop environment. Nemo allows users to “ open as root” and “ open in terminal” . It comes with elevated privileges and is a wonderful tools to manager files without worrying about permissions. This tutorial covers the installation procedure of Nemo file manager on Ubuntu 16.04.
Installation procedure
To start the installation procedure, execute the following command to add the repository to the system.
root@linuxhelp:~# add-apt-repository ppa:webupd8team/nemo
!!! For Nemo 3.x you' ll need to use a different PPA: http://www.webupd8.org/2016/11/nemo-320-with-unity-patches-and-without.html
Nemo file manager patched for Unity (no Cinnamon dependencies except cinnamon-translations)
.
.
gpg: Total number processed: 1
gpg: imported: 1 (RSA: 1)
OK
After adding the repository, update the repository using the following command.
root@linuxhelp:~# apt-get update
Hit:1 http://security.ubuntu.com/ubuntu xenial-security InRelease
Hit:2 http://in.archive.ubuntu.com/ubuntu xenial InRelease
Get:3 http://ppa.launchpad.net/webupd8team/nemo/ubuntu xenial InRelease [17.6 kB]
.
.
Fetched 9850 kB in 132s (1380 kB/s)
Reading package lists... Done
The target system is updated with the required repository. Install the nemo file manager and execute the following command.
root@linuxhelp:~# apt-get install nemo
Reading package lists... Done
Building dependency tree
Reading state information... Done
.
.
Setting up nemo-fileroller (2.8.0-2~webupd8~xenial0) ...
Processing triggers for libc-bin (2.23-0ubuntu3) ...
The application has been installed in the system. Type the application name in the ubuntu dashboard and click on the icon to run the application.
The Nemo application is running in the system without any glitches.
The installation of Nemo file manager is done successfully.
Comments ( 0 )
No comments available