Custom Search

Thursday, October 10, 2013

How To Install Nemo File Manager In Ubuntu 13.10 Saucy Salamander

1)
Install the stable Nemo file manager
a)

#sudo add-apt-repository ppa:gwendal-lebihan-dev/cinnamon-stable

b)
#ls /etc/apt/sources.list.d
* Find the file gwendal-lebihan-dev-cinnamon-stable-saucy.list
#sudo apt-get update -o Dir::Etc::sourcelist="sources.list.d/gwendal-lebihan-dev-cinnamon-stable-saucy.list" -o Dir::Etc::sourceparts="-" -o APT::Get::List-Cleanup="0"
 
OR
#sudo apt-get update



c)
#sudo apt-get upgrade

d)
#sudo apt-get install nemo


2)
Install the latest Nemo file manager from GIT
a)

#sudo add-apt-repository ppa:gwendal-lebihan-dev/cinnamon-nightly

b)
#sudo apt-get update

c)
#sudo apt-get install nemo

No comments:

Post a Comment