LinuxにNotepad++をインストールできますか?答えはノーです。
Linuxで利用できるネイティブのNotepad++インストールはありません。ただし、Debian、Mint、CentOS、OpenSuse、ArcなどのスナップをサポートするLinuxディストリビューションにNotepad++をインストールするために使用できるワインベースのスナップパッケージがあります。
理想的には、LinuxにNotepad ++をインストールする必要はありません。これは、優れた無料のオープンソースのテキストエディタが多数利用できるためです。しかし、最近Linuxに移行し、Notepad ++を確認してから、この記事を読んでください。
UbuntuLinuxにNotepad++をインストールする
ログインしてターミナルを開き、Ubuntuで以下のコマンドinstallNotepad++を実行します。 sudoアクセスがあることを確認してください。
まず、スナップリポジトリを検索して、Notepad++スナップが使用可能かどうかを確認しましょう。
sudo snap find notepad-plus-plus Name Version Publisher Notes Summary notepad-plus-plusminple 7.6 minple - notepad-plus-plus is a free source code editor. notepad-plus-plus 7.6.6 mmtrt - Notepad-Plus-Plus is a free source code editor. wine-platform 3.0.4-4.6 mmtrt - wine platform snap that provides WINE base for win application snaps
mmtrtによって公開されたパッケージに関心があります。 GITHUBを確認してください
次に、以下のコマンドを実行して、以下に示すようにこのスナップをインストールします。
sudo snap install notepad-plus-plus notepad-plus-plus 7.6.6 from Taqi Raza (mmtrt) installed
一度、コマンドプロンプトでnotepad-plus-plusと入力して起動します。
notepad-plus-plus
初めて起動すると、以下のメッセージが表示されます。ワインの構成が編集されています。
これは、UbuntuLinuxでのNotepad++の外観です。
それは私にとってはうまくいきました。ただし、問題が発生した場合は、snapcraftフォーラムに従って以下のコマンドを実行してください。
このスナップでは、wine-i386とnotepad-plus-plusポータブルを使用しています
必須プラグ
sudo snap connect notepad-plus-plus:process-control
オプションのプラグ
sudo snap connect notepad-plus-plus:removable-media sudo snap connect notepad-plus-plus:hardware-observe sudo snap connect notepad-plus-plus:cups-control
snap infoコマンドを使用して、現在のバージョンとこのスナップに関する情報を確認します。
snap info notepad-plus-plus name: notepad-plus-plus summary: Notepad-Plus-Plus is a free source code editor. publisher: Taqi Raza (mmtrt) contact: https://github.com/mmtrt/notepad-plus-plus/wiki license: unset description: | Based on the powerful editing component Scintilla, notepad-plus-plus is written in C++ and uses pure Win32 API and STL which ensures a higher execution speed and smaller program size. By optimizing as many routines as possible without losing user friendliness, notepad-plus-plus is trying to reduce the world carbon dioxide emissions. When using less CPU power, the PC can throttle down and reduce power consumption, resulting in a greener environment. commands: - notepad-plus-plus snap-id: 155ZvKiCILXt4S5Ro8YZmzKHgNPPedVj tracking: stable refresh-date: today at 14:50 IST channels: stable: 7.6.6 2019-04-04 (202) 3MB - candidate: ^ beta: ^ edge: 7.6.6 2019-04-04 (202) 3MB - installed: 7.6.6 (202) 3MB -
スナップはバックグラウンドで更新されます。 snaprefreshコマンドを実行して更新できます。
sudo snap refresh notepad-plus-plus snap "notepad-plus-plus" has no updates available
snap removeコマンドを実行して、UnbutuからNotepad++を削除します。
sudo snap remove notepad-plus-plus
概要
Notepad++は非常に優れたエディターです。さあ、Ubuntuにインストールして、Linuxでのコーディングを楽しんでください。
Notepadd++に関する最高で役立つ記事のいくつかを読むことができます
- Notepad ++ –機能、(方法)インストールガイド
- Notepad++キーボードショートカット
- Notepad++にプラグインをインストールする
- Notepad++プラグインマネージャー
- Notepad++用のXMLツールプラグイン