Linux Mint is a distro focused on ease of use and traditional desktop layout.
I don’t really use Mint all that much. I usually stick with Fedora or Ubuntu, depending on compatibility. My preference skews toward newer packages and a decidedly non-Windows appearance. However, my ThinkBook 16 G6 ABP is going in for a trackpad repair. In the mean time, I am using my wife’s old ThinkBook 15 IIL. Its a manageable laptop but I’m dropping back to the 10th Gen Intel Core i5 and only 8 GB of RAM.
After a quick boot up of several distros, I discovered a few things. First, Fedora 43 Workstation and Fedora KDE would not boot at all. They popped up with kernel panics so I stopped there. Second, I paid attention to RAM in a way that I haven’t in years. The very beta Pop!_OS was at 2.7 GB of RAM usage on idle. It was the worst offender. Ubuntu 25.10 hovered around 1.9 – 2.0 GB.
With my main two out of the way, it was time to evaluate other options hanging out on Ventoy. Kubuntu 25.10 and openSUSE Tumbleweed KDE both registered 1.5 GB. Elementary OS booted quickly and applications were smooth but it didn’t seem to include a system monitor by default.
You can guess by now we’re I’m going. After all, this is a guide for Mint. Well, Mint did clock only 1.4 GB with the Cinnamon desktop on a live version. If I really needed to save more RAM, XFCE and Mate would help too. Even jumping over to KDE Plasma isn’t a big shift.
My last takeaway is about the processor. Or notice how I didn’t talk about it? While Windows 10 machines are potentially being scrapped over noncompliance with Windows 11, several Linux distros like Mint, Kubuntu, and openSUSE all loaded and ran fine. Despite the environmental disaster Microsoft is attempting to engineer, older computers are still functional and worthwhile. Sometimes, its the operating system that isn’t.
Why Choose Linux Mint?
With the many Linux distributions available, it can be difficult to decide which distro is the right one to use. Ultimately, the choice depends on user preferences, software requirements, and hardware compatibility.
Linux Mint offers three flavors based on different desktop environments: Cinnamon, MATE, and XFCE. They all offer similar experiences with a traditional Windows-esque setup. There is a taskbar along the bottom, an application menu at the bottom left, and system tray at the bottom right.
While Cinnamon is the most feature complete version, MATE and XFCE offer similar functionality while using fewer system resources. That translates into a better performance for older computers and improved battery life on laptops.
Since Linux Mint is based on Ubuntu which is built on Debian, it has access to LOTS of software. Nearly any Linux compatible program should be available. Flatpak support is also baked in which further expands the software library.
The Linux Mint team focuses heavily on user experience. The team has built several apps such as Web Apps and Warpinator to make Linux easier. The software manager is intuitive for installing new programs.
Stable Release
Linux Mint 22.2 is the most current and stable release as of December 20, 2022.
Software Updates
Update Manager is a graphical tool for updating the system. Search for it from the app menu (press Super key and type Update Manager). Click Install Updates.
You can also update via the command line. Open a Terminal and copy/paste.
sudo apt update && sudo apt upgrade
Additional Drivers
If third party or proprietary drivers are required for your system, they can be installed from Driver Manager. Search for it from the app menu. Follow the prompts.
Enable Multimedia Codecs
During installation, Linux Mint prompts for third party codecs. These codecs allow the system to play music and videos. If they were not included in the installation, they can still be added later.
Search Software Manager for “Multimedia Codecs” and choose the above package. It can also be installed in the Terminal.
sudo apt install mint-meta-codecs
Display Battery Percentage
If you’re on a laptop, you’ll probably want to see battery stats.
To view battery percentage, time left, or both, locate the battery icon at the bottom right, by the clock.
Right click, choose Configure, then select your preferred option from the Display drop down menu.
Install Software
As is typical in Linux, software is installed from a software store or manager. In Linux Mint, it is Software Manager.
Programs are divided into common categories with a search function available.
After searching for a title, choose the source for the program. In Linux Mint, DEB and Flatpak packages are displayed side by side in the Software Manager. Notice at the bottom left for each package, the source is labelled as LM Package or Flathub.
Alternatively, when the application is selected, there is another place to choose the installation source. Here its displayed as System Package or Flatpak (Flathub).
Note that the sources may have different versions available.
Verified Flatpaks
Mint developers made a decisive move for a more secure system by disabling unverified Flatpaks. Verified Flatpaks only are shown in the Software Manager. Verified means that it is packaged by the original developer or by someone with the developer’s permission. There are many unverified packages that are you still safe to use but lack that official title.
Unverified Flatpaks can be enabled in the Software Manager. From the Software Manager, open the hamburger menu in the top right and choose preferences.
Toggle the switch to “Show unverified Flatpaks.”
Install via Terminal
Installing software from Software Manager is fine but sometimes using a command line can be quicker. A short list of popular software is included. Some of these are available exclusively as Flatpaks.
Bitwarden is a free password syncing utility. Note: the Flatpak is not an official release.
flatpak install flathub com.bitwarden.desktop
GIMP is the Graphic Image Manipulation Program, an open source Photoshop competitor.
sudo apt install gimp
Microsoft TrueType fonts includes many popular Microsoft fonts and can improve compatibility with Microsoft Office produced files.
sudo apt install ttf-mscorefonts-installer
Simplenote is a basic free cross platform note taking application.
flatpak install flathub com.simplenote.Simplenote
Spotify is the ridiculously popular music streaming service.
sudo apt install spotify-client
Steam is a popular place to download games for Linux.
sudo apt install steam-installer
QBittorrent is my favorite torrent tool but there are many options including Transmission, KTorrent, Deluge. Transmission is installed by default.
sudo apt install qbittorrent
Visual Studio Code is a lightweight source code editor.
flatpak install flathub com.visualstudio.code
VLC is an immensely popular media player that can play virtually anything. Celluloid is included by default to play videos.
sudo apt install vlc
Browsers
Firefox is the de facto standard browser across Linux. The Mozilla team that produces Firefox strives to maintain a standards compliant, free and open source means of accessing the Internet. There are several other choices that may work better for particular users.
Google Chrome is the most popular browser. It is based on the open source Chromium with added Google bits. A Flatpak version is available but this command installs the DEB version directly from Google.
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo apt install ./google-chrome-stable_current_amd64.deb
Vivaldi is yet another Chromium based browser with its own sync tool and tweaks.
Microsoft Edge originally used a Microsoft built engine but its now based on Chromium. Edge is still in development for Linux so some features may be lacking. I noticed progressive web apps don’t seem to work. Microsoft Edge Beta is also available.
Opera has been around longer most others on this list. It offers multiple desktop and mobile browsers. Snaps are available for Stable, Beta, and Developer.
Outro
Linux Mint remains the easiest, most complete out of the box Linux distributions available. While it doesn’t have the newest packages, it has a consistent interface, stable software, and a great community. Tell me below, what is your favorite tweak for Mint.
Discover more from Hacking The Hike
Subscribe to get the latest posts sent to your email.
