Установить notepad linux mint

How to Install Notepad++ on Linux Mint 21

Notepad++ is the powerful, versatile text editor encoded with rich features. It is the advanced replacement of the default Notepad editor. It is an open-source code and text editor that supports 80 different programming languages. It can open multiple files in a single tab and has features to highlight syntax and fold the code.

It is a light-weighted application with extensive features:

  • It is an open-source application.
  • Can edit files up to 2 GB.
  • Find and Replace files.
  • Line Numbering.
  • Support plugins to add more features.
  • Can run on other operating systems i-e, Windows, macOS, Linux.
  • Syntax highlighting for coding.

How to Install Notepad++ on Linux Mint 21

Installing Notepad++ on Linux Mint 21 can be done through snap packages. So, to download it, we need to enable snap packages first on the system. Following key steps are listed-below to download the Notepad++:

Step 1: Update the packages of your Linux system by executing the following command:

Step 2: Now, enable the Snap support to Linux Mint first remove the nosnap.pref using:

Step 3: After installing snapd successfully, now notepad++ can be downloaded through snap packages through executing command:

Getting started with notepad++, let’s launch the application using terminal:

Conclusion

Notepad++ is the updated version of the default notepad text editor. It is the light-weighted application that comes with the advanced features. These features cannot be supported by simple notepad editors. It can highlight syntax of codes written in any programming language and can edit files up to 2GB. This article has explained all nominated features of Notepad++ text editor as well as its installation process through snap package.

About the author

Syeda Wardah Batool

I am a Software Engineer Graduate and Self Motivated Linux writer. I also love to read latest Linux books. Moreover, in my free time, i love to read books on Personal development.

Источник

Установка Notepad++ в Linux Mint

Приветствую всех посетителей сайта Info-Comp.ru! Сегодня я покажу процесс установки популярного текстового редактора Notepad++ в операционной системе Linux Mint.

Читайте также:  Linux mkdir existing directory

Установка Notepad++ в Linux Mint

Что такое Notepad++?

Notepad++ – это бесплатный текстовый редактор, который разработан под операционную систему Windows.

Основные возможности Notepad++:

  • Подсветка синтаксиса;
  • Сворачивание кода;
  • Одновременная работа с несколькими файлами;
  • Регулярные выражения для поиска и замены;
  • Поддержка и преобразование кодировок;
  • Запись и воспроизведение макросов.

Notepad++, как было уже отмечено, разработан под Windows, и реализации под Linux нет. Однако, в Linux есть возможность запускать Windows-приложения с использованием Wine.

Таким образом, установить Notepad++ в Linux в том виде, в котором он есть в Windows, можно только с помощью Wine. Ну или использовать какие-нибудь альтернативные текстовые редакторы, которые реализованы под Linux, а такие на самом деле есть, и они не уступают оригинальному Notepad++, например, Notepadqq или Geany.

Пошаговая установка Notepad++ в Linux Mint

Если Вы хотите установить и использовать в Linux именно Notepad++, то ниже представлена пошаговая инструкция, в которой я показываю, как установить программу Notepad++ в дистрибутиве Linux Mint 19.2.

Заметка! Linux можно установить второй операционной системой на компьютер, подробней об этом в материале — Установка Linux Mint рядом с Windows 10

Шаг 1 – Установка Wine

Скриншот 1

Wine – это альтернативная реализация Windows API. Эта программа позволяет запускать Windows-приложения в операционной системе Linux. Иными словами, запускать программы, которые были разработаны для Windows, в системе Linux, т.е. Wine создает все необходимые условия для запуска Windows-программ в Linux.

Wine – это достаточно распространённая программа, поэтому ее можно установить из официальных репозиториев большинства дистрибутивов, включая Linux Mint.

Подробно о том, как установить Wine в Linux Mint, я рассказывал в отдельной статье – Установка Wine в Linux Mint 19.2 – 2 способа установки.

Шаг 2 – Скачивание установочного файла

Следующее, что нужно сделать, это, конечно же, скачать установочный дистрибутив Notepad++, т.е. так же, как и в Windows, Вам необходимо скачать ровно тот же самый установочный файл, который Вы бы использовали, если устанавливали Notepad++ на Windows.

Скачать Notepad++ можно с официального сайта https://notepad-plus-plus.org

Скачайте версию для своей архитектуры (32-bit x86 или 64-bit x64) и сохраните в любом удобном для Вас месте. Например, я скачал 64 битную версию.

Шаг 3 – Установка Notepad++

После того как Вы установили Wine, Вы можете запускать exe файлы точно так же, как и в Windows.

Таким образом, для запуска установки Notepad++ мы просто щелкаем двойным кликом по скаченному файлу (у меня это npp.7.7.1.Installer.x64.exe).

Скриншот 2

Потом программа Wine попросит загрузить и установить необходимые для корректной работы пакеты (в случае их отсутствия в системе). Нажимаем «Установить» и ждем окончания процесса установки этих пакетов.

Читайте также:  Очистка linux сервера от мусора

Скриншот 3

После чего запустится установка Notepad++ и этот процесс ничем не будет отличаться от установки в Windows, ведь это тот же самый установщик.

Курс по SQL для начинающих

Сначала выбираем язык программы установки.

Скриншот 4

Далее идет окно приветствия, нажимаем «Далее».

Скриншот 5

Затем принимаем условия лицензионного соглашения, нажимаем «Принимаю».

Скриншот 6

Потом в случае необходимости мы можем указать путь установки программы. Для продолжения нажимаем «Далее».

Скриншот 7

Здесь мы можем выбрать компоненты для установки, можно оставить все по умолчанию, нажимаем «Далее».

Скриншот 8

Затем мы можем поставить галочку для того, чтобы ярлык на запуск Notepad++ появился на рабочем столе, нажимаем «Установить».

Скриншот 9

Установка завершена, нажимаем «Готово».

Скриншот 10

Запуск Notepad++ в Linux Mint

После окончания установки ярлык Notepad++ появится в меню, а также на рабочем столе, если Вы поставили соответствующую галочку в процессе установки программы.

Скриншот 11

Для того чтобы запустить Notepad++, просто щелкайте по данному ярлыку.

Как видите, проблем с установкой Notepad++ в Linux Mint не возникло, но так бывает далеко не всегда, ведь установка Windows-приложений в Linux — это дело индивидуальное и непредсказуемое, и в большинстве случаев будут появляться различные ошибки, требующие установки каких-нибудь дополнительных пакетов и так далее. Да и тогда, когда установка пройдет успешно, никто не дает гарантии, что приложение будет работать корректно, т.е. так же как в Windows.

На заметку! Если Вы обычный пользователь домашнего компьютера и хотите познакомиться с Linux поближе, рекомендую почитать мою книгу – «Linux для обычных пользователей», в ней я подробно рассказываю про основы операционной системы Linux

Видео-инструкция

На сегодня это все, надеюсь, материал был Вам полезен, пока!

Источник

How to Install notepad++ Editor on Linux Mint

Notepad++ Linux Mint

Notepad++ is an open-source and very popular source code and text editor. It was developed mainly for the Microsoft Windows operating system. It offers many more features than the Windows plain text editor. Notepad++’s main features include syntax highlighting, bracket matching, multiple document display, auto-completion, code colors, and macro recording. Notepad++ is not available by default in Linux operating systems. However, you can install it with the snap package.

In this article, I will show two different methods to install Notepad++ on Linux Mint and Ubuntu via the command line and via GUI.

There are two methods to install Notepad++ on Linux Mint:

Install Notepad++ using GUI

To install Notepad++ using the GUI method, click on the Ubuntu Software icon from the left sidebar of the desktop as follows:

Software Installer

The Ubuntu Software application will open on your system. Notepad++ is available via the wine Windows Emulator. Now, click on the search icon and type ‘notepad-plus-plus (wine)’ in the search bar as follows:

Читайте также:  Epson lq 100 linux

Choose software package

You will see that the Notepad++ icon is displayed in the search results. Click on the Notepad++ icon and install it by clicking on the install button as follows:

Notepad plus plus via wine

You will see the password authentication prompt on the system. Enter the user password and click on ‘Authenticate’ button as follows:

Authenticate as admin

After doing this, the installation of Notepad++ will begin on your system. You can see the installation progress through the progress bar as follows:

Installing Notepad++

The installation will take some time to successfully complete, after that, you will see the following window is displayed on the system. It shows that Notepad++ has been installed on your system with the wine package.

Installation successful

Now you can set the permission of this application as follows:

Configure application permissions

If you want to remove the wine package then you can remove it from the Installed Ubuntu Software.

Installing Notepad ++ using snap package

Notepad++ is not present in the Ubuntu apt repository. So, you cannot install it using the apt package manager on your Ubuntu system. But, you can install it using a snap application. Snap is already installed on Linux Mint and Ubuntu but, if it is missing on your system then you can install the snap application on your Linux system.

Using the keyboard shortcut keys ‘Ctrl + Alt + t’ open the terminal window on your system.

Use the following command to install snap on your system:

$ sudo apt-get install snapd

After the installation of the snap package, now you will install Notepad++ through the snap application. Type the following command with sudo privileges on the terminal:

$ sudo snap install notepad-plus-plus

After executing the above command, in a while Notepad++ will install on your system.

After completing the installation of Notepad++. Now, you will type the following text to launch Notepad ++:

You can also remove Notepad++ from your system using the following command:

$ sudo snap remove notepad-plus-plus

The following output will display on the terminal after removing Notepad++.

Remove notepad++ snap

Notepad++ is a useful text and source code editor that is available for only users who use the Windows platform. In this article, we explored how Linux users can install Notepad++ using two different ways.

About This Site

Vitux.com aims to become a Linux compendium with lots of unique and up to date tutorials.

Latest Tutorials

Источник

Оцените статью
Adblock
detector