How To Install Notepadqq On Linuxmint 19

How To Install Notepadqq On Linux Mint 19

Process

Check the Linux Mint version by using the following command

root@linuxhelp:~# lsb_release -a
No LSB modules are available.
Distributor ID:	LinuxMint
Description:	Linux Mint 19 Tara
Release:	19
Codename:	tara

Add the official PPA repository of Notepadqq to the local machine

root@linuxhelp:~# add-apt-repository ppa:notepadqq-team/notepadqq
You are about to add the following PPA:
 Notepadqq text editor.


#### WARNING: ####
**Please use the snap package instead. It is more up to date.**

      snap install --classic notepadqq

--------------------------------------------
Notepadqq is looking for Debian maintainers!
--------------------------------------------
 More info: https://launchpad.net/~notepadqq-team/+archive/ubuntu/notepadqq
Press Enter to continue or Ctrl+C to cancel

Executing: /tmp/apt-key-gpghome.rKB7SuD4eb/gpg.1.sh --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 63DE9CD4
gpg: key 2E30EE6263DE9CD4: 1 signature not checked due to a missing key
gpg: key 2E30EE6263DE9CD4: public key "Launchpad PPA for Notepadqq Team" imported
gpg: Total number processed: 1
gpg:               imported: 1

Run the apt update command to update the repository

root@linuxhelp:~# apt update

Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease
Hit:2 http://archive.canonical.com/ubuntu bionic InRelease                                                  
Get:3 http://ppa.launchpad.net/notepadqq-team/notepadqq/ubuntu bionic InRelease [15.4 kB]                   
Ign:4 http://packages.linuxmint.com tara InRelease                                                          
Hit:5 http://ppa.launchpad.net/ondrej/php/ubuntu bionic InRelease                                           
Hit:6 http://packages.linuxmint.com tara Release                                                            
Get:8 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]                                   
.
.
.
Fetched 4,283 kB in 14s (317 kB/s)                                                                          
Reading package lists... Done
Building dependency tree       
Reading state information... Done
711 packages can be upgraded. Run 'apt list --upgradable' to see them.

Install the notepadqq by using the following command

root@linuxhelp:~# apt install notepadqq
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  libbrotli1 libqt5positioning5 libqt5printsupport5 libqt5qml5 libqt5quick5 libqt5sensors5
  libqt5webchannel5 libqt5webkit5 libwoff1 notepadqq-common
Suggested packages:
  qt5-qmltooling-plugins
The following NEW packages will be installed:
  libbrotli1 libqt5positioning5 libqt5printsupport5 libqt5qml5 libqt5quick5 libqt5sensors5
  libqt5webchannel5 libqt5webkit5 libwoff1 notepadqq notepadqq-common
0 upgraded, 11 newly installed, 0 to remove and 711 not upgraded.
Need to get 17.7 MB of archives.
After this operation, 72.6 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libqt5positioning5 amd64 5.9.5+dfsg-0ubuntu2 [131 kB]
Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libqt5printsupport5 amd64 5.9.5+dfsg-0ubuntu2.3 [178 kB]
.
.
.
Setting up libqt5webchannel5:amd64 (5.9.5-0ubuntu1) ...
Processing triggers for hicolor-icon-theme (0.17-2) ...
Setting up libqt5webkit5:amd64 (5.212.0~alpha2-7ubuntu1) ...
Setting up notepadqq (1.4.4-1~bionic1) ...
update-alternatives: using /usr/lib/notepadqq/notepadqq.sh to provide /usr/bin/notepadqq (notepadqq) in auto mode
Processing triggers for libc-bin (2.27-3ubuntu1) ...

Search for notepadqq This is the notepadqq application This is the method to install notepadqq on Linux Mint 19

FAQ
Q
How to install Notepadqq in CentOs?
A
Run the following command:
yum install notepadqq
Q
How can I remove the Notepadqq application?
A
use the following command as follow
apt-get remove notepadqq -y
Q
Are there any alternatives in Linux?
A
The alternatives are,
Gedit (Gnome text editor) ...
SciTE. ...
Sublime Text. ...
Geany. ...
GNU Emacs. ...
Atom.
Q
How to install Notepadqq in Linux Mint?
A
Run the following command:

apt-get install notepadqq
Q
What is the use of Notepadqq?
A
Notepadqq is similar to notepad++,written in c++ and Qt5.It provides all the features that we expect from the text editors like syntax highlighting for more than 100 different languages, code folding, color schemes, file monitoring, multiple selections and much more.