Notepad++ is a versatile, open-source text and code editor that’s lightweight and efficient. It’s primarily designed for editing documents, but it also supports programming languages like HTML, C, and JavaScript.
The application is built in C++, leveraging the Win32 API, which makes it less CPU-intensive than its competitors. This guide will walk you through the process of installing Notepad for ubuntu 22.04 using two methods: the Terminal and the GUI.
Start by opening the terminal using the CTRL+ALT+T keys. Then, update and upgrade the Ubuntu APT cache repository with the following command:
sudo apt update && sudo apt upgrade -y
Read: Best online code editors
If Snap isn’t already installed on your system, you can install it with this command:
sudo snap install snapd
Next, install the snap core on your system with this command:
sudo snap install core
Now you’re ready to install Notepad++. Use this command in the Ubuntu 22.04 terminal:
sudo snap install notepad-plus-plus
Read: Five best code editors for Linux
After installing Notepad++, update the snap store with this command:
sudo snap refresh
Go to the “Activities” menu, search for “Ubuntu Software” and open it.
In the search field, type in “Notepad++” and choose it from the results.
Read: How to edit a text in Linux using Nano – A beginner’s guide
Click on the “Install” button to start installing Notepad++ on Ubuntu 22.04.
During installation, an “Authentication Required” wizard will appear. Enter your system password and click on “Authenticate.”
To launch Notepad++, search for “Notepad++” in the “Activities” menu and open it.
If you need to uninstall Notepad++ from Ubuntu 22.04, use this command in the terminal:
sudo snap remove notepad-plus-plus
You now know how to install, launch, and remove Notepad++ on Ubuntu 22.04 using both Terminal and GUI methods.
The post How to Install Notepad++ in Ubuntu 22.04 appeared first on net2.
Kolla Ansible provides production-ready containers (here, Docker) and deployment tools for operating OpenStack clouds. This…
This public beta enables the full Ubuntu Desktop experience on the Qualcomm Dragonwing™ QCS6490 and…
Time is running out to be in full compliance with the EU Cyber Resilience Act,…
Identity management is vitally important in cybersecurity. Every time someone tries to access your networks,…
Welcome to the Ubuntu Weekly Newsletter, Issue 889 for the week of April 20 –…
Introduction I just returned from RubyKaigi 2025, which ran from April 16th to 18th at…