How do I install Nemo file manager?
How do I install Nemo File Manager, a fork of nautilus 3.4 by the Linux Mint team?
14 Answers
Instructions since they added it to the repositories in 13.04+!
sudo apt-get update
sudo apt-get install nemoUse the ones below if you want a slightly-more-up-to-date version.
DO NOT USE THESE IN 13.10, unless you aren't using a unity-based Ubuntu flavour.
To install the stable version of Nemo:
sudo add-apt-repository ppa:gwendal-lebihan-dev/cinnamon-stable
sudo apt-get update
sudo apt-get install nemoTo install the bleeding edge version:
sudo add-apt-repository ppa:gwendal-lebihan-dev/cinnamon-nightly
sudo apt-get update
sudo apt-get install nemoNote: Nemo also shows up as Files in the dash, so the first instance of Files should hopefully be Nemo.
If you want to continue using Nautilus for drawing your desktop icons:
Show all the startup apps:
sudo sed -i 's/NoDisplay=true/NoDisplay=false/g' /etc/xdg/autostart/nemo-autostart.desktopThen, uncheck the item under Startup Applications that says:
Files
Start Nemo desktop at login
Nemo without Cinamon
version 1.8.4
sudo add-apt-repository ppa:noobslab/mint
sudo apt-get update
sudo apt-get install nemoExtra plugins
sudo apt-get install nemo-compare nemo-dropbox nemo-fileroller nemo-pastebin nemo-seahorse nemo-share nemo-preview nemo-rabbitvcssource Noobslab:
To install the version (latest) 2.0.3 check this new post in webupd8:
Install Nemo for Ubuntu with Unity.
Note: Do not use this PPA if you're using Cinnamon in Ubuntu.
The PPA provides Nemo 2.8 for Ubuntu 15.10, 15.04 and 14.04.
sudo add-apt-repository ppa:webupd8team/nemo
sudo apt-get update
sudo apt-get install nemo nemo-fileroller To launch Nemo, search for Nemo in the Dash.
Optional extensions :
sudo apt-get install nemo-compare nemo-dropbox nemo-media-columns nemo-pastebin nemo-seahorse nemo-share nemo-emblems nemo-image-converter nemo-audio-tabTo install the RabbitVCS extension (requires RabbitVCS PPA) execute :
sudo apt-get install nemo-rabbitvcsreference here
Install Nemo for Ubuntu and Nautilus patches:
For Unity it can be installed like this:
sudo add-apt-repository ppa:daschuer/nemo-merge
sudo apt update
sudo apt install nemo
xdg-mime default nemo.desktop inode/directory application/x-gnome-saved-searchFor Cinnamon it can be installed like this:
sudo add-apt-repository ppa:daschuer/nemo-nautilus-merge-cinnamon
sudo apt update
sudo apt install nemoIt includes the Gnome patches from the Web Upd8 version a lot of Nautilus fixes and Improvements (2819 commits ahead). Most notable is the improved search behavior.
A complete list can be found here:
The source code can be found here: