This guide will serve you well if you're new to Linux Mint and want to get acquainted with installing and updating apps.
This guide will serve you well if you’re new to Linux Mint and want to get acquainted with installing and updating apps.
by Pallav Pathak
Linux Mint stands out as a popular Linux distribution due to its speed, stability, and customization options. Its minimal hardware requirements make it suitable for older machines, and users can choose from four distinct desktop environments.
The operating system offers a vast library of open-source applications that are straightforward to download and install. Keeping these applications up-to-date is also a quick process. This guide provides detailed instructions on installing and updating apps on Linux Mint.
Installing applications
There are several methods to install software on Linux Mint, including using the default package manager, the command line interface, or downloading directly from application websites. The recommended approach is using the Synaptic Package Manager, which ensures all necessary dependencies are installed alongside the desired application.
Using the Synaptic Package Manager
The Synaptic Package Manager allows users to browse and install thousands of packages, handling all required libraries and dependencies automatically.
To install an application, type the command sudo apt install [application-name] in the Terminal. For example, to install CherryTree, enter sudo apt install cherrytree and press the ‘Enter’ key.
Once installation is complete, you can launch the application from the Mint menu. Click ‘Menu’ and search for ‘CherryTree’.
You can install other applications in the same way by replacing [application-name] with the name of the desired software.
From application websites
Some applications can be installed directly from their official websites, which may offer the latest versions or software not available in the package manager.
Visit the application’s official website. For example, to install the Edge browser, go to its download page and select the .deb package suitable for Linux Mint.
Note: When downloading installers directly, ensure you select the .deb package for Debian-based systems like Linux Mint.
Save the .deb installer file to your computer. Once the download is complete, open the file to launch the package installer. Click ‘Install Package’ to proceed.
To launch Edge, click the ‘Menu’ button and search for edge browser. Select it from the search results.
Updating apps
Keeping your applications up-to-date on Linux Mint is straightforward. The system automatically checks for updates and notifies you when they are available, allowing you to choose when to install them.
When updates are available, a shield icon with a notification dot will appear on the lower right side of the panel. Click this icon to open the Update Manager.
In the Update Manager, you will see a list of available updates for both system components and installed applications. Check or uncheck the boxes to select the updates you wish to install.
The Update Manager will download and install the selected updates. Once complete, it will check for any additional updates and notify you when all updates are installed.
Note: The default settings in the Update Manager are suitable for most users. Advanced users can customize these settings to control how updates are handled.
Via the Terminal
You can also update your system using the Terminal.
After updating the package lists, you can upgrade the installed packages by running sudo apt-get upgrade. The Terminal will display the packages to be upgraded and prompt for confirmation. Type Y and press ‘Enter’ to proceed.
Your system will download and install the updates. Once the process is complete, your applications and system components will be up-to-date.
Installing and updating applications on Linux Mint is straightforward, whether you prefer using graphical tools or the command line. The system gives you complete control over updates without forcing restarts, ensuring a smooth and efficient experience.