How to Install Notepadqq on Ubuntu 20.04

How to Install Notepadqq on Ubuntu

Notepadqq is a Notepad++ like editor for the Linux desktop. It’s a popular general purpose text editor among the programmers and all tech persons. Notepadqq has lots of features which comes in handy all the time and saves your precious time. It’s both Free and Open Source.

It is available for all major Linux distributions. You can install it on Ubuntu from the Ubuntu Software Center, using the command line, using snap, or from the source code.

Install Notepadqq using Apt

For Debian, Ubuntu and other Debian-based distributions open the terminal and type the command mentioned below:

sudo apt install notepadqq

word image 73

Install Notepadqq Using Snap

You can install Notepadqq using Snap. Snap is a containerized software package in its own sandbox with an isolated environment. It is available in all currently supported versions of Ubuntu. Snap is already installed and ready to use on all currently supported versions of Ubuntu.

sudo snap install --classic notepadqq

word image 74

After the successful installation, you can access it from the application menu. Type notepadqq in the search bar and launch the app.

word image 75

This is how Notepadqq looks like.

word image 76 e1650188918749

Installing Notepadqq from Source Code

You can also install Notepadqq from source code. To install it from source first we need to get the source code from Github.

Step 1

git clone --recursive https://github.com/notepadqq/notepadqq.git

word image 77

Step 2

cd notepadqq

word image 78

Step 3

./configure --prefix /usr

word image 79

Step 4

Check troubleshooting option incase you get stuck at Step 3. Otherwise you are good to go.

make

word image 80

Step 5

sudo make install

word image 81

Now close the terminal and check for the app in application menu. And now you can run Notepadqq.

Troubleshooting

If you’ve fresh version of Ubuntu installed. Then you might get stuck at Step 3 see the screenshot below

word image 82

This means there is some package missing from your pc which need to be installed. So let’s just install them. Now open your terminal and type the below mentioned command and you are good to go.

sudo apt-get install gcc g++ make qt5-default qttools5-dev-tools qtwebengine5-dev libqt5websockets5-dev libqt5svg5 libqt5svg5-dev libuchardet-dev pkg-config

word image 83

Conclusion

In this tutorial we covered how to install Notepadqq using the apt package manager, snap, and from source code. If you have any feedback or encounter any issues feel free to leave a comment and we’ll get back to you as soon as we can.

0 Shares:
Subscribe
Notify of
guest
Receive notifications when your comment receives a reply. (Optional)
Your username will link to your website. (Optional)

0 Comments
Inline Feedbacks
View all comments
You May Also Like