Changes between Version 22 and Version 23 of Csle2022/Agenda/FW


Ignore:
Timestamp:
Nov 27, 2022, 12:25:13 AM (2 years ago)
Author:
geethike
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Csle2022/Agenda/FW

    v22 v23  
    427427
    428428https://help.ubuntu.com/community/Gufw
     429
     430= Linux Desktops =
     431In this Lab we will look in to how to install different Desktop Environments for Ubuntu 22.04.
     432
     433== Install Cinnamon GUI on Ubuntu 22.04 ==
     434If you are on the latest 22.04 LTS, you don’t need to add any third-party repository, just use the below command:
     435{{{
     436sudo apt install cinnamon
     437}}}
     438then reboot the system.
     439
     440'''Switch to Cinnamon from Gnome'''
     441
     442After installing this traditional Linux desktop environment, close the command terminal, and log out of the system. Now, click on the user name, and before typing your password, click on the Gear icon given on the right bottom side. A pop-up will appear, select the Cinnamon, and then enter your password.
     443
     444'''Uninstall or Remove Cinnamon'''
     445
     446So, in case you didn’t like this Desktop Environment and don’t want a dual Graphical user interface setup then again switch back to the Ubuntu Default interface as we did in the above step.After that open the command terminal and run the following commands:
     447{{{
     448sudo apt autoremove --purge cinnamon
     449}}}
     450
     451== Install Budgie Desktop on Ubuntu 22.04 ==
     452Unlike some other Linux distros, we don’t need to add any third party repository to get the packages to install Budgie, it is already available to fetch through the base repository of Ubuntu.
     453{{{
     454sudo apt install ubuntu-budgie-desktop
     455}}}
     456While installing the budgie desktop, the system will ask you to select the default display manager. Select the '''!LightDm''' which is default display manager for Budgie desktop in Solus.