Ubuntu 13.10: Installing Xfce 4.12

I had a very nice impression when I tried Xubuntu. That was exactly the idea I had about linux. Stylish, very fast, space savvy and highly configurable. There is nothing I've tried to customize with Xubuntu's panels that I couldn't.

Here is how to have this nice experience alongside Ubuntu's Unity

sudo su
add-apt-repository -y ppa:xubuntu-dev/xfce-4.10
add-apt-repository -y ppa:xubuntu-dev/xfce-4.12
apt-get -y update
apt-get -y install xfce4

  1. The -y switch is to assume "yes" to all questions
  2. Adding xfce 4.10 ppa will avoid you some dependencies problems

Comments

Popular posts from this blog

Hosting Apache Tapestry5.1 on GAE (Google App Engine)

Apache Tapestry PageActivationContext tutorial

Testing SOAP services using pingdom