Linux Mint is a contemporary, user-friendly, and community-driven GNU/Linux desktop distribution, built on the well-known Ubuntu Linux distribution. It's an excellent choice for users transitioning from Windows or macOS to the Linux environment.
Linux Mint 22, code-named “Wilma,” represents the latest iteration of the popular Linux Mint desktop operating system. It comes in three editions: Cinnamon, Xfce, and MATE. As an LTS (Long Term Support) release, it is based on Ubuntu 24.04 and will receive support until 2029.
Linux Mint 22 introduces a range of updated software, enhancements, and new features, all designed to enhance your desktop experience:
[ You might also like: Guide to Dual-Booting Linux Mint with Windows ]
This tutorial will guide you through the process of installing Linux Mint 22 Cinnamon edition, though the steps are applicable to Mate and XFCE editions as well.
Before proceeding, ensure you have an 8 GB USB drive for the installation media and a stable internet connection to download the ISO image.
Step 1: Download the Linux Mint 22 Cinnamon ISO Image
Begin the installation by visiting the Official Linux Mint download page and downloading the Cinnamon ISO image to your computer.
After downloading the Cinnamon desktop edition, verify the integrity of the ISO image by calculating the SHA256 sum as follows:
<code>sha256sum -b linuxmint-22-cinnamon-64bit.iso</code>
Cross-reference this sum with the one listed in the sha256sum.txt file, which you can obtain from the ISO download page.
Next, create a bootable USB flash drive or DVD using specialized USB creation tools to generate a bootable Linux Mint USB drive.
Alternatively, you can use the dd
command to make a bootable USB device:
<code>sudo dd if=linuxmint-22-cinnamon-64bit.iso of=/dev/sdX bs=4M status=progress && sync</code>
Substitute /dev/sdX with your USB drive's identifier (e.g., /dev/sdb). If unsure, use the lsblk
command to list all connected block devices.
Step 2: Installing Linux Mint 22 Cinnamon Edition
Insert the bootable USB flash drive into your computer and restart it. Upon reboot, press the BIOS key to choose the boot device and select the USB drive.
Once the system boots, from the grub menu, select the first option and press enter to start Linux Mint.
From the desktop, click Install Linux Mint to initiate the installation wizard, as shown in the following screenshot.
Upon opening the installation wizard, you can optionally review the release notes, then click Continue.
Next, choose your keyboard layout and click Continue.
In the subsequent window, select Install Multimedia codes (necessary for playing certain video formats and more), and click Continue.
Choose the installation type by selecting the second option, Something else, to manually manage partitions for Linux Mint installation.
Note: If you have existing partitions for installing Linux Mint, such as from a previous Linux Mint or another Linux distribution, skip the partition creation steps and directly select the root and swap partitions, setting their properties.
In the partition setup window, click New Partition Table.
Confirm the creation of the new partition table by clicking Continue in the pop-up window.
Next, you'll need to create an EFI system partition, essential for UEFI systems, which will store EFI bootloaders and drivers. Select the free space, and click the add ( )
button to create a new partition.
Set the EFI partition properties as follows:
- Size – between 100 to 550 MB, and
- Use as – EFI System Partition, then click OK.
Then, create the root partition to hold the system files. Select the free space again, and click the add ( )
button to create a new partition with these properties:
- Size – a minimum of 20 GB, though 100 GB or more is recommended,
- Use as – choose the file system type, such as EXT4, and
-
Mount point – set to
/
(for the root partition), then click OK.
Next, establish the swap space by selecting the free space and clicking the plus ( )
sign to create a new partition with the following properties:
- Size – at least 500 MB, or more if additional space is available, and
- Use as – set to swap area.
Finally, create a “Reserved BIOS Boot area” partition with a minimum size of 1 MB to store the boot loader code.
After setting up all your partitions as depicted in the following screenshot, click Install Now.
In the pop-up window, click Continue to confirm the new partition table setup.
Select your location and click Continue.
Then, set up a user account with a password and define the computer name as shown in the following screenshot. Click Continue to begin installing system files and packages to the root partition.
Wait for the installation process to finish. Once complete, click Restart Now.
After rebooting, log into your freshly installed Linux Mint 22 Cinnamon edition.
[ You might also like: 10 Essential Steps After Installing Linux Mint ]
Congratulations! You've successfully installed Linux Mint 22 Cinnamon on your computer. For any queries or further details, feel free to use the comment section below.
The above is the detailed content of How to Install Linux Mint 22 Cinnamon on Your Computer. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undress AI Tool
Undress images for free

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

While writing program files or normal text files, programmers and writers sometimes want to know the difference between two files or two versions of the same file. When you compare two computer files on Linux, the difference between their contents is

There are three ways to create empty files in the command line: First, the simplest and safest use of the touch command, which is suitable for debugging scripts or placeholder files; Second, it is quickly created through > redirection but will clear existing content, which is suitable for initializing log files; Third, use echo"> file name to create a file with an empty string, or use echo-n""> file name to avoid line breaks. These three methods have their own applicable scenarios, and choosing the right method can help you complete the task more efficiently.

Are you looking for good software to write mathematical equations? If so, this article provides the top 5 equation editors that you can easily install on your favorite Linux distribution.In addition to being compatible with different types of mathema

dutree is a free, open-source, fast command-line tool for analyzing disk usage, written in the Rust programming language. It was created by combining durep (disk usage reporter) and tree (list directory content in tree-like format) command-line tools

Eclipse is a free integrated development environment (IDE) that programmers around the world use to write software, primarily in Java, but also in other major programming languages using Eclipse plugins.The latest release of Eclipse IDE 2023?06 does

ifconfig in short “interface configuration” utility for system/network administration in Unix/Linux operating systems to configure, manage, and query network interface parameters via command-line interface or in a system configuration scripts

Linux administrators should be familiar with the command-line environment. Since GUI (Graphical User Interface) mode in Linux servers is not commonly installed.SSH may be the most popular protocol to enable Linux administrators to manage the servers

Linux has a rich collection of commands, and while many of them are powerful and useful for various tasks, there are also some funny and whimsical commands that you can try out for amusement. 1. sl Command (Steam Locomotive) You might be aware of the
