How to install Notepadqq Text Editor on Ubuntu 15.04, Ubuntu 14.10 and Ubuntu 14.04. Download and install Notepadqq 0.46.2 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.2 on Ubuntu Systems
To install Notepadqq 0.46.2 on Ubuntu 15.04, Ubuntu 14.10, Ubuntu 14.04 and Derivative Systems, run the following commands in Terminal:
sudo add-apt-repository ppa:notepadqq-team/notepadqq
sudo apt-get update
sudo apt-get install notepadqq
Install Notepadqq 0.46.2 on Debian 8 and Debian 7
To install Notepadqq 0.46.2 on Debian 8 and Debian 7 Systems, download the deb package from official website (Launchpad) and install it via gdebi. Run the following commands to install Notepadqq 0.46.2 on Debian systems:
On 32 Bit Systems
sudo apt-get install gdebi
wget "https://launchpad.net/~notepadqq-team/+archive/ubuntu/notepadqq/+files/notepadqq_0.46.2-0%7Etrusty1_i386.deb" -O notepadqq_0.46.2_i386.deb
sudo gdebi notepadqq_0.46.2_i386.deb
On 32 Bit Systems
sudo apt-get install gdebi
wget "https://launchpad.net/~notepadqq-team/+archive/ubuntu/notepadqq/+files/notepadqq_0.46.2-0%7Etrusty1_amd64.deb" -O notepadqq_0.46.2_amd64.deb
sudo gdebi notepadqq_0.46.2_amd64.deb
To uninstall and remove Notepadqq 0.46.2 from Ubuntu or Debian Systems, run the following command:
sudo apt-get remove notepadqq