Hello All,

I'm still new to Linux, and very, very new to Kali Linux 2.0, wanting to learn more about security & testing.
I just want to confirm the steps for changing from Gnome to Xfce, I have read items on here, and Googled.

Running Kali Linux 2.0 new install & updated a few days ago. Everything appears working fine.
I just want to confirm steps.?

I looked at this thread

The command at the very top of the page:
Code:
curl -s http://pastebin.com/raw.php?i=58wsGhBD | tr -d '\15\32' | bash
Do I need to run this first..??

Next, Then I found various command to install xfce:
Code:
apt-get install kali-defaults kali-root-login desktop-base xfce4 xfce4-places-plugin xfce4-goodies
Is this the correct list of items to install xfce..??

Finally,
I also saw references to updating "repos", but no examples, do I need to add anything to what I have now..??
Sources:
Code:
## Regular repositories
deb http://http.kali.org/kali sana main non-free contrib  
deb http://security.kali.org/kali-security/ sana/updates main contrib non-free  

## Source repositories
deb-src http://http.kali.org/kali sana main non-free contrib  
deb-src http://security.kali.org/kali-security/ sana/updates main contrib non-free

Many Thanks for any help...