Custom Search

Tuesday, October 8, 2013

How to Install XFCE in Ubuntu 13.10 Saucy Salamander

1)
Add repo

#sudo add-apt-repository ppa:xubuntu-dev/xfce-4.10

2)
Update local repositories

#ls /etc/apt/sources.list.d
* Find the file xubuntu-dev-xfce-4_10-saucy.list
#sudo apt-get update -o Dir::Etc::sourcelist="sources.list.d/xubuntu-dev-xfce-4_10-saucy.list" -o Dir::Etc::sourceparts="-" -o APT::Get::List-Cleanup="0"
OR
#sudo apt-get update



3)
Install xfce

#sudo apt-get install xfce4

4)
To remove xfce

#sudo apt-get install ppa-purge
#sudo ppa-purge ppa:xubuntu-dev/xfce-4.10

No comments:

Post a Comment