| 429 | |
| 430 | = Linux Desktops = |
| 431 | In 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 == |
| 434 | If you are on the latest 22.04 LTS, you don’t need to add any third-party repository, just use the below command: |
| 435 | {{{ |
| 436 | sudo apt install cinnamon |
| 437 | }}} |
| 438 | then reboot the system. |
| 439 | |
| 440 | '''Switch to Cinnamon from Gnome''' |
| 441 | |
| 442 | After 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 | |
| 446 | So, 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 | {{{ |
| 448 | sudo apt autoremove --purge cinnamon |
| 449 | }}} |
| 450 | |
| 451 | == Install Budgie Desktop on Ubuntu 22.04 == |
| 452 | Unlike 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 | {{{ |
| 454 | sudo apt install ubuntu-budgie-desktop |
| 455 | }}} |
| 456 | While 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. |