Notepad++ is a well-loved text editor by developers for coding. It is also available for Linux Mint. This guide will walk you through installing Notepad++ on the latest version of Linux Mint.
Prerequisites
Ensure your Linux Mint is updated by running the following command in the terminal:
sudo apt-get update && sudo apt-get upgrade
Installation Steps
- Open the terminal on your Linux Mint system.
- Download the Notepad++ package from the official website using the following command:
Remember to verify the latest version on the Notepad++ website before using the command above.wget https://notepad-plus-plus.org/repository/7.x/7.9.5/npp.7.9.5.Installer.x64.deb - Navigate to the Downloads directory using the command:
If the file is in another directory, navigate accordingly.cd ~/Downloads - Install the Notepad++ package with the command:
Adjust the file name to match the downloaded version of Notepad++.sudo dpkg -i npp.7.9.5.Installer.x64.deb - Open Notepad++ from the applications menu or run the command:
You can now start using Notepad++ for coding.notepad-plus-plus
Conclusion
This guide has shown you how to install Notepad++ on the latest Linux Mint. Known for its powerful features, Notepad++ is a preferred choice for developers.







