Saturday, April 27, 2024
14
rated 0 times [  14] [ 0]  / answers: 1 / hits: 30716  / 3 Years ago, sat, october 23, 2021, 2:35:18

How do I install Nemo File Manager, a fork of nautilus 3.4 by the Linux Mint team?


More From » installation

 Answers
7

Instructions since they added it to the repositories in 13.04+!



sudo apt-get update
sudo apt-get install nemo





Use 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 nemo


To install the bleeding edge version:



sudo add-apt-repository ppa:gwendal-lebihan-dev/cinnamon-nightly
sudo apt-get update
sudo apt-get install nemo


Note: 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.desktop


Then, uncheck the item under Startup Applications that says:



Files

Start Nemo desktop at login


[#31236] Sunday, October 24, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
theurn

Total Points: 30
Total Questions: 110
Total Answers: 111

Location: Bahrain
Member since Fri, Sep 16, 2022
2 Years ago
theurn questions
Tue, Apr 5, 22, 14:18, 2 Years ago
Mon, Feb 14, 22, 16:29, 2 Years ago
Sat, Apr 8, 23, 05:26, 1 Year ago
Tue, Jan 10, 23, 23:59, 1 Year ago
Fri, Apr 8, 22, 01:36, 2 Years ago
;