ラベル GravitonEditor の投稿を表示しています。 すべての投稿を表示
ラベル GravitonEditor の投稿を表示しています。 すべての投稿を表示

2022年10月25日火曜日

AlmaLinux 9/Rocky Linux 9にGraviton Editorをインストールする

Graviton EditorはシンプルなElectron製エディタです。

〇Graviton Editorの画面(AlmaLinux 9)

〇Graviton Editorの画面(Rocky Linux 9)

インストール方法

以下のコマンドを実行します。
wget https://github.com/Graviton-Code-Editor/Graviton-App/releases/download/v2.3.0/Graviton.Editor_Installer_2.3.0_linux_x86_64.rpm

sudo dnf -y install ./Graviton.Editor_Installer_2.3.0_linux_x86_64.rpm

関連情報

・Graviront Editorのgithubリポジトリ
https://github.com/Graviton-Code-Editor/Graviton-App

2022年6月6日月曜日

Ubuntu 22.04にGraviton Editorをインストールする

Graviton EditorはシンプルなElectron製エディタです。

〇Graviton Editorの画面(Ubuntu 22.04)

インストール方法

以下のコマンドを実行します。
wget https://github.com/Graviton-Code-Editor/Graviton-App/releases/download/v2.3.0/Graviton.Editor_Installer_2.3.0_linux_amd64.deb

sudo apt-get -y install ./Graviton.Editor_Installer_2.3.0_linux_amd64.deb

関連情報

・Graviront Editorのgithubリポジトリ
https://github.com/Graviton-Code-Editor/Graviton-App

2021年12月30日木曜日

Rocky Linux 8にGraviton Editorをインストールする

Graviton EditorはシンプルなElectron製エディタです。

〇Graviton Editorの画面(Rocky Linux 8)

インストール方法

以下のコマンドを実行します。
wget https://github.com/Graviton-Code-Editor/Graviton-App/releases/download/v2.3.0/Graviton.Editor_Installer_2.3.0_linux_x86_64.rpm

sudo dnf -y install ./Graviton.Editor_Installer_2.3.0_linux_x86_64.rpm

関連情報

・Graviront Editorのgithubリポジトリ
https://github.com/Graviton-Code-Editor/Graviton-App

2021年12月19日日曜日

AlmaLinux 8にGraviton Editorをインストールする

Graviton EditorはシンプルなElectron製エディタです。

〇Graviton Editorの画面

インストール方法

以下のコマンドを実行します。
wget https://github.com/Graviton-Code-Editor/Graviton-App/releases/download/v2.3.0/Graviton.Editor_Installer_2.3.0_linux_x86_64.rpm

sudo dnf -y install ./Graviton.Editor_Installer_2.3.0_linux_x86_64.rpm

関連情報

・Graviront Editorのgithubリポジトリ
https://github.com/Graviton-Code-Editor/Graviton-App

2020年5月11日月曜日

Ubuntu 20.04にGraviton Editorをインストールする

Graviton EditorはシンプルなElectron製エディタです。

〇Graviton Editorの画面


〇インストール方法
以下のコマンドを実行します。
wget https://github.com/Graviton-Code-Editor/Graviton-App/releases/download/1.2.0/Graviton-1.2.0-amd64-linux.deb

sudo dpkg -i Graviton-1.2.0-amd64-linux.deb

〇トラブルシューティング
※初回起動時Installing Themes...で長く時間がかかることがあります。しばらく放っておくと終了するので、その後再実行してください。

〇関連情報
・Graviront Editorのgithubリポジトリ
https://github.com/Graviton-Code-Editor/Graviton-App

2020年5月8日金曜日

Debian 10(Buster)にGraviton Editorをインストールする

Graviton EditorはシンプルなElectron製エディタです。

〇Graviton Editorの画面

〇インストール方法
以下のコマンドを実行します。
sudo apt-get -y install libappindicator3-1

wget https://github.com/Graviton-Code-Editor/Graviton-App/releases/download/1.2.0/Graviton-1.2.0-amd64-linux.deb

sudo dpkg -i Graviton-1.2.0-amd64-linux.deb

〇トラブルシューティング
※Debianで「The SUID sandbox helper binary was found...」というエラーでアプリが起動しない場合は、以下のコマンドを実行してみてください。
sudo sysctl kernel.unprivileged_userns_clone=1

※初回起動時Installing Themes...で長く時間がかかることがあります。しばらく放っておくと終了するので、その後再実行してください。

〇関連情報
・Graviront Editorのgithubリポジトリ
https://github.com/Graviton-Code-Editor/Graviton-App