• Categories
    Category
  • Categories
    Category
  • News
  • Tutorials
  • Forums
  • Tags
  • Users
Tutorial Comments FAQ Related Articles

How to Install Notepadqq on Linux Mint 18.3

2426

To Install Notepadqq on Linux Mint 18.3

Notepad++ is a very common and popular text editor on Microsoft Windows. Although Notepad++ is open source and licensed under GPL, it uses pure Win32 API. So compiling it on Linux is very hard. Notepadqq is a free and open source alternative to Notepad++. Today we’ re going to look at how to install Notepadqq on Debian, Ubuntu, Linux Mint, Elementary OS and Arch Linux

Installing Notepadqq

First, make sure you update the system by making use of the following command.

linuxhelp user # apt-get update
Hit:1 http://archive.ubuntu.com/ubuntu xenial InRelease
Hit:2 http://archive.canonical.com/ubuntu xenial InRelease                                                          
Ign:3 http://packages.linuxmint.com sylvia InRelease                                                                
Hit:4 http://packages.linuxmint.com sylvia Release                  
Get:5 http://security.ubuntu.com/ubuntu xenial-security InRelease [102 kB]
Get:7 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [102 kB]            
Get:8 http://archive.ubuntu.com/ubuntu xenial-backports InRelease [102 kB]
Get:9 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages [715 kB]
Get:10 http://archive.ubuntu.com/ubuntu xenial-updates/main i386 Packages [664 kB]
Get:11 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages [582 kB]
Get:12 http://archive.ubuntu.com/ubuntu xenial-updates/universe i386 Packages [540 kB]
Fetched 2,807 kB in 5s (520 kB/s)  
Reading package lists... Done

And then, you need to add the necessary repository by making use of the following command.

linuxhelp user # add-apt-repository ppa:notepadqq-team/notepadqq
You are about to add the following PPA:
 Notepadqq text editor
 More info: https://launchpad.net/~notepadqq-team/+archive/ubuntu/notepadqq
Press Enter to continue or Ctrl+C to cancel

Executing: /tmp/tmp.b0FecKh4RD/gpg.1.sh --keyserver
hkp://keyserver.ubuntu.com:80
--recv-keys
63DE9CD4
gpg: requesting key 63DE9CD4 from hkp server keyserver.ubuntu.com
gpg: key 63DE9CD4: public key " Launchpad PPA for Notepadqq Team"  imported
gpg: Total number processed: 1
gpg:               imported: 1  (RSA: 1)


And then again, you need to update your system by making use of the following command.

linuxhelp user # apt-get update
Hit:1 http://archive.canonical.com/ubuntu xenial InRelease
Hit:2 http://archive.ubuntu.com/ubuntu xenial InRelease                                                              
Ign:3 http://packages.linuxmint.com sylvia InRelease                                                                 
Get:4 http://ppa.launchpad.net/notepadqq-team/notepadqq/ubuntu xenial InRelease [17.5 kB]                            
Hit:5 http://archive.ubuntu.com/ubuntu xenial-updates InRelease                               
Hit:6 http://security.ubuntu.com/ubuntu xenial-security InRelease                             
Hit:7 http://archive.ubuntu.com/ubuntu xenial-backports InRelease                             
Hit:8 http://packages.linuxmint.com sylvia Release                      
Get:9 http://ppa.launchpad.net/notepadqq-team/notepadqq/ubuntu xenial/main Sources [812 B]
Get:11 http://ppa.launchpad.net/notepadqq-team/notepadqq/ubuntu xenial/main amd64 Packages [932 B]
Get:12 http://ppa.launchpad.net/notepadqq-team/notepadqq/ubuntu xenial/main i386 Packages [936 B]
Get:13 http://ppa.launchpad.net/notepadqq-team/notepadqq/ubuntu xenial/main Translation-en [424 B]
Fetched 20.6 kB in 2s (8,807 B/s)
Reading package lists... Done


You shall now install Notepadqq by making use of the following command.

linuxhelp user # apt-get install notepadqq
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  notepadqq-common
The following NEW packages will be installed:
  notepadqq notepadqq-common
0 upgraded, 2 newly installed, 0 to remove and 182 not upgraded.
Need to get 1,079 kB of archives.
After this operation, 5,809 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
.
.
Unpacking notepadqq (1.2.0-1~xenial1) ...
Processing triggers for hicolor-icon-theme (0.15-0ubuntu1) ...
Processing triggers for desktop-file-utils (0.22+linuxmint1) ...
Processing triggers for mime-support (3.59ubuntu1) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up notepadqq-common (1.2.0-1~xenial1) ...
Setting up notepadqq (1.2.0-1~xenial1) ...
update-alternatives: using /usr/lib/notepadqq/notepadqq.sh to provide /usr/bin/notepadqq (notepadqq) in auto mode


Notepadqq has been installed, you shall open it using your Linux Mint search field.
notepadqq

Type Notepadqq on the search field.
search

Click the icon that appears to open the application.
aplication

Your Notepadqq application will appear on the screen.
Notepadqq

You can write content on Notepadqq.
write

Once done, you shall save the file.
save

You can open the file after saving it.
file

With this, the installation of Notepadqq on Linux Mint 18.3 comes to an end.

Tags:
jacob
Author: 

Comments ( 0 )

No comments available

Add a comment

Frequently asked questions ( 5 )

Q

How to install Notepadqq on Ubuntu?

A

For the installation of the Notepadqq on Ubuntu, use the following link as given below "https://www.linuxhelp.com/how-to-install-notepadqq-1-4-2-on-ubuntu-18-04/"

Q

How to access the official link for the Notepadqq?

A

For accessing the official link for the Notepadqq, use the following link as given below "https://notepadqq.com/s/".

Q

How to get the github repository for the Noptepadqq?

A

Get the Github repsitory of the Notepadqq, use the following link as given below "https://github.com/notepadqq/notepadqq".

Q

What’s the license of Notepadqq?

A

Notepadqq is licensed under the GNU General Public License Version 3.

Q

Whether Is this project affiliated with Notepad++?

A

No. This project is independent from Notepad++ and doesn’t use any of its code. Notepadqq is inspired by Notepad++: this means that we try to reproduce its best traits, while not being afraid to make different choices on what we think can be improved.

Related Tutorials in How to Install Notepadqq on Linux Mint 18.3

Related Tutorials in How to Install Notepadqq on Linux Mint 18.3

How to install WinRAR 5.11 on Linuxmint 18.03
How to install WinRAR 5.11 on Linuxmint 18.03
May 22, 2018
How to Setup VNC Server on Linux Mint 20
How to Setup VNC Server on Linux Mint 20
Dec 22, 2020
How to install and configure samba setup in Linux mint - 18.3
How to install and configure samba setup in Linux mint - 18.3
Mar 26, 2018
Installation SSL Certificate on Ubuntu/Linuxmint/Debian to Secure Apache
Installation SSL Certificate on Ubuntu/Linuxmint/Debian to Secure Apache
Sep 19, 2018
How to Install and Configure Samba on Linux Mint 20
How to Install and Configure Samba on Linux Mint 20
Nov 9, 2020
How to Install NextCloud on Linux Mint 18.3
How to Install NextCloud on Linux Mint 18.3
Feb 27, 2018
How To Install And Update OpenSSL On Linuxmint 18.3
How To Install And Update OpenSSL On Linuxmint 18.3
Jun 8, 2018
How To Install AnyDesk on Linux Mint 18.3
How To Install AnyDesk on Linux Mint 18.3
Apr 11, 2018

Related Forums in How to Install Notepadqq on Linux Mint 18.3

Related Forums in How to Install Notepadqq on Linux Mint 18.3

Linux
isaac class=
Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/m/mysql-8.0/mysql-client-core-8.0_8.0.21-0ubuntu0.20.04.4_amd64.deb 404 Not Found
Dec 4, 2020
Linux Mint
AlxH class=
Complete beginner, install bluegriffon
Jul 1, 2020
Linux
AadrikaAnshu class=
How to add timestamps to history On Any Linux Machine
Jun 18, 2019
Linux Mint
bz0 class=
How to change a function of a key
Jun 7, 2019
Linux Mint
who class=
How to compare multiple files
Nov 10, 2019
NFS (Network File System)
Mike class=
Linux Mint 18.3 - NFS Shares - Only Root Can Mount Share
Oct 4, 2019
Command Line Tools
wayne class=
Deleting windows files booting from mint(usb)
Sep 16, 2017
Ubuntu
Kirin class=
Videos Always Micro-Shutter
Mar 8, 2019

Related News in How to Install Notepadqq on Linux Mint 18.3

Related News in How to Install Notepadqq on Linux Mint 18.3

A Newer and a Faster Window Manager for Tina (Linux Mint 19.2)
A Newer and a Faster Window Manager for Tina (Linux Mint 19.2)
Apr 9, 2019
Linux Mint 18.2 Ubuntu based Operating System is named Sonya
Linux Mint 18.2 Ubuntu based Operating System is named Sonya
May 2, 2017
Refreshed Linux Mint Debian Edition (LMDE) 2 'Betsy' ISO images now available
Refreshed Linux Mint Debian Edition (LMDE) 2 'Betsy' ISO images now available
Mar 14, 2017
The Best Linux Operating System is in the house: Mint 18.2
The Best Linux Operating System is in the house: Mint 18.2
Aug 12, 2017
Linux Mint 18.1 released with smooth features and offers long-term support
Linux Mint 18.1 released with smooth features and offers long-term support
Apr 11, 2017
Linux Mint 18.2 Sonya Beta version now available for download
Linux Mint 18.2 Sonya Beta version now available for download
Jun 7, 2017
Back To Top!
Rank
User
Points

Top Contributers

userNamenaveelansari
135850

Top Contributers

userNameayanbhatti
92510

Top Contributers

userNamehamzaahmed
32150

Top Contributers

1
userNamelinuxhelp
31040

Top Contributers

userNamemuhammadali
24500
Can you help Ganesh Konka ?
Zentya 6.1 http proxy configuration

please send link for creating zentyal 6.1 for http proxy and firewall as gateway.

Networking
  • Routing
  • trunk
  • Netmask
  • Packet Capture
  • domain
  • HTTP Proxy
Server Setup
  • NFS
  • KVM
  • Memory
  • Sendmail
  • WebDAV
  • LXC
Shell Commands
  • Cloud commander
  • Command line archive tools
  • last command
  • Shell
  • terminal
  • Throttle
Desktop Application
  • Linux app
  • Pithos
  • Retrospect
  • Scribe
  • TortoiseHg
  • 4Images
Monitoring Tool
  • Monit
  • Apache Server Monitoring
  • EtherApe 
  • Arpwatch Tool
  • Auditd
  • Barman
Web Application
  • Nutch
  • Amazon VPC
  • FarmWarDeployer
  • Rukovoditel
  • Mirror site
  • Chef
Contact Us | Terms of Use| Privacy Policy| Disclaimer
© 2025 LinuxHelp.com All rights reserved. Linux™ is the registered trademark of Linus Torvalds. This site is not affiliated with linus torvalds in any way.