How to Install NotepadQQ on Ubuntu 20.04 | 22.04 LTS

Everything Linux, A.I, IT News, DataOps, Open Source and more delivered right to you.
Subscribe
"The best Linux newsletter on the web"

In this guide, we will show you how to install NotepadQQ on Ubuntu systems

Notepadqq is a text editor designed from developers, for developers. With its more than 100 supported languages, it is the ideal editor for your daily tasks. Notepad++-like text and code editor for Linux edit

Install NotepadQQ on Ubuntu-APT method

Follow the steps below to get started with NotepadQQ :

  • Update your Ubuntu system packages with running the below command:
sudo apt update -y && sudo apt upgrade -y
  • NotepadQQ package is available on Ubuntu base repository. So You can install it directly as follows:
sudo apt install notepadqq -y

Install NotepadQQ-Flatpak method

NOTE: Also you can install NotepadQQ with Flatpak

Flatpak, formerly known as xdg-app, is a utility for software deployment and package management for Linux. It is advertised as offering a sandbox environment in which users can run application software in isolation from the rest of the system.

  • So install the Flatpak manager with running the following command:
sudo apt install flatpak -y
  • Enable Flatpak using the following command
sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
  • Install NotepadQQ using the following flatpak command.
flatpak install flathub com.notepadqq.Notepadqq -y

Access NotepadQQ

  • You can search on the system search bar by typing NotepadQQ as follows
  • Alternatively, Flatpak users will need to launch using the command below:
flatpak run com.notepadqq.Notepadqq
  • NotepadQQ will be launched as shown below

How to Remove (Uninstall) NotepadQQ

  • Remove NotepadQQ APT Method
sudo apt autoremove notepadqq --purge -y
  • Remove NotepadQQ with Flatpak Remove Method:
flatpak uninstall --delete-data com.notepadqq.Notepadqq
flatpak remove --unused

Install NotepadQQ -Conclusion

That’s it

Thanks.

Everything Linux, A.I, IT News, DataOps, Open Source and more delivered right to you.
Subscribe
"The best Linux newsletter on the web"
MQ-Jr
MQ-Jr
unixcop Admin

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Latest articles

Join us on Facebook