How to install Notepadqq Text Editor on Ubuntu 14.10 and Ubuntu 14.04. Download and install Notepadqq 0.46.0 on Debian 7, Debian 8 and derivative systems.
By default, the Notepad++ is only available for Windows. Luckily, you can install Notepadqq, Notepad++ alternative for Linux Ubuntu. Let us learn how to intall and use Notepad++ alternative in Linux Ubuntu system.
Install Notepadqq 0.46.0 on Ubuntu Systems
Notepadqq 0.46.0 can be installed via PPA on Ubuntu 14.10, Ubuntu 14.04 and derivatives. Open Terminal and run the following commands to install notepadqq package:
sudo add-apt-repository ppa:notepadqq-team/notepadqq
sudo apt-get update
sudo apt-get install notepadqq
To install Notepadqq 0.46.0 on Debian 8 and Debian 7 Systems, download the deb package from Launchpad and install it via gdebi. Run the following commands:
Install Notepadqq 0.46.0 on 32 Bit Debian Systems
sudo apt-get install gdebi
wget "https://launchpad.net/~notepadqq-team/+archive/ubuntu/notepadqq/+files/notepadqq_0.46.0-0%7Etrusty1_i386.deb" -O notepadqq_0.46.0_i386.deb
sudo gdebi notepadqq_0.44.0_i386.deb
Install Notepadqq 0.46.0 on 64 Bit Debian Systems
sudo apt-get install gdebi
wget "https://launchpad.net/~notepadqq-team/+archive/ubuntu/notepadqq/+files/notepadqq_0.46.0-0%7Etrusty1_amd64.deb" -O notepadqq_0.46.0_amd64.deb
sudo gdebi notepadqq_0.46.0_amd64.deb
Remove Notepadqq
If you want to uninstall or remove Notepadqq, run the following commands:
sudo apt-get remove notepadqq
sudo add-apt-repository --remove ppa:notepadqq-team/notepadqq
Notepad++ is a free source code editor which supports several programming languages running under the MS Windows environment.