
After that, you will see the Notepad++ desktop shortcut on your Linux.ĭouble click it, to start this open-source text editor whenever you want. To make it executable, right-click on it and select “Allow launching“. Once the installation is completed, you will see a gear icon shortcut for Notepad++ on the Desktop. Leave the Default components selected, however, if don’t want some specific thing on Notepad++ Linux then you can unselect that. Select the “ Open with other Application” option and select the” Wine Windows Program Loader“. Once the downloading is completed, open the Downloads folder and right-click on the downloaded setup of Notepad++. we can install notepad ++ on ubuntu in a very easy way, we only need to run one command line. Open the web browser and go to the official website of Notepad++ and download the latest available version. How to Install Notepad++ on Ubuntu 21.04 (Hirsute Hippo). In the command terminal run these two commands: export WINEARCH=win32 sudo apt install -install-recommends winehq-stableĪccording to the applications, we can set prefixes, however, most of the applications still support 32-bit, thus we are setting that for Wine as well. This video how to install notepad++ in linux using terminal install troubleshootingLinux Cloud DevOps & windows Support. Once the setting up of the Wine repo is completed, run the following command to download and install its packages.

Ubuntu 16.04: sudo add-apt-repository 'deb xenial main'ĭebian 10 (Buster): sudo deb buster mainĭebian (Bullseye): sudo deb bullseye mainĪfter adding the repo run update command- sudo apt update Ubuntu 18.04: sudo add-apt-repository 'deb bionic main' Ubuntu 20.04: sudo add-apt-repository 'deb focal main' Sudo add-apt-repository 'deb groovy main'
