
Here is a straightforward guide to installing the Cinnamon desktop environment on your system, ensuring a smooth experience and a refreshed interface. This process is simple and involves using the command line, which provides full control over the installation.
To begin, open the Terminal application. This is typically found in your application menu or by pressing Ctrl + Alt + T.
Once the terminal is open, the first step is to ensure your package lists are up to date. This fetches the latest information about available software from the repositories. Type the following command and press Enter:
sudo apt update
You will likely be asked for your password. Type it in (note that nothing appears as you type) and press Enter.
After the update completes, you can proceed to install the Cinnamon desktop environment. This command will download and install all the necessary components for Cinnamon. Execute the following command:
sudo apt install cinnamon
During the installation, you may be prompted to choose a Display Manager. The Display Manager is the screen you see when you log in. LightDM and Slick Greeter are common choices often associated with Cinnamon. Select the option that is recommended or that you prefer by using the arrow keys and pressing Enter. The installation will then continue.
The process may take some time depending on your internet connection and system speed, as it needs to download and install many files.
Once the installation finishes, you need to log out of your current session. You can do this via the system menu.
On the login screen, before entering your password, look for a session option. This is usually a small icon or text near your username. Click on it and select Cinnamon from the list of available desktop environments.
Now, enter your password and log in. You should be greeted by the Cinnamon desktop environment, ready for you to explore its features and customize it to your liking. You have successfully installed Cinnamon.
Source: https://linuxways.net/mint/how-to-install-the-cinnamon-desktop-on-linux-mint-22/