2016 – eBlog https://emresaglam.com/blog My Blog about my life and my thoughts... Thu, 29 Sep 2016 17:56:15 +0000 en-US hourly 1 https://wordpress.org/?v=5.5.3 Replacing Unity with XFCE in Ubuntu https://emresaglam.com/blog/blog/2016/09/29/replacing-unity-with-xfce-in-ubuntu/ https://emresaglam.com/blog/blog/2016/09/29/replacing-unity-with-xfce-in-ubuntu/#respond Thu, 29 Sep 2016 17:56:15 +0000 http://emresaglam.com/blog/?p=1159 Continue reading Replacing Unity with XFCE in Ubuntu ]]> Here is what I do as soon as I install a new Ubuntu instance: I remove unity desktop and replace it with XFCE. And if you want to do the same it’s pretty straightforward. 😉

Perform all of these as root in a terminal window, or prepend with sudo. (Look elsewhere for GUI steps 🙂 )

  1. Update your repos:
    apt-get update
  2. Uninstall Unity and ubuntu-desktop:
    apt-get purge ubuntu-desktop unity-*
  3. Install XFCE Desktop environment:
    apt-get install xubuntu-desktop
  4. Restart lightdm:
    /etc/init.d/lightdm restart

Voilà! You’re using XFCE desktop! 😉

]]>
https://emresaglam.com/blog/blog/2016/09/29/replacing-unity-with-xfce-in-ubuntu/feed/ 0