Notepadqq Code Editor – How to Install Notepadqq on Ubuntu

Notepadqq is a free and open source text editor for Linux. It comes with more than 100 languages support, multiple selection, regular expression searches, and real-time highlighting, dark theme support, lot of color schemes, correctly displaying mathematical formulas, LaTeX notation. You can also extend its features via extensions. It released under the GNU General Public License Version 3.

Notepadqq Code Editor

Install Notepadqq on Ubuntu

You can install Notepadqq via your terminal application (ctrl+alt+t) from the default Ubuntu repository. In the terminal app run below Notepadqq apt install command. It will install the latest version of Notepadqq on your system.

sudo apt install notepadqq -y

After the installation you can open Notepadqq from the show application menu or using below command.

notepadqq

Install Notepadqq via Snap:

It is also available as a snap package file from the snap store. In the terminal app run below command.

sudo snap install notepadqq --beta --classic

For the stable Notepadqq version run this command.

sudo snap install notepadqq

Install Notepadqq via PPA: [Not recommanded]

To install Notepadqq on Ubuntu, you need to add the Author’s official repository. Open terminal and run the below commands one by one.

sudo add-apt-repository ppa:notepadqq-team/notepadqq
sudo apt-get update
sudo apt-get install notepadqq
notepadqq

That’s it.

If you liked this article, please subscribe to our YouTube Channel. You can also stay connected with us on X (Twitter) and Facebook.



Also Read:  Varia Download Manager Software

Leave a Reply