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

2022年9月6日火曜日

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

FeatherPadはシンプルで軽量なマルチタブエディターです。

〇FeatherPadの画面(AlmaLinux 9)

〇FeatherPadの画面(Rocky Linux 9)

インストール方法

以下のコマンドを実行します。
sudo dnf -y update

sudo dnf -y install cmake gcc-c++ libX11-devel libXext-devel qt5-qtx11extras-devel qt5-qtbase-devel qt5-qtsvg-devel hunspell-devel qt5-qttools-devel git

git clone https://github.com/tsujan/FeatherPad.git

cd FeatherPad && mkdir build && cd build

cmake ..

make

sudo make install

関連情報

・FeatherPadのgithubリポジトリ
https://github.com/tsujan/FeatherPad

2022年5月15日日曜日

Ubuntu Desktop 22.04にFeatherPadをインストールする

FeatherPadはシンプルで軽量なマルチタブエディターです。

〇FeatherPadの画面

Ubuntu Softwareによるインストール方法

1. Ubuntu Softwareを起動して、featherpadを検索します。

2.FeatherPadのインストールボタンをクリックします

コマンドによるインストール方法

以下のコマンドを実行します。
sudo apt-get update

sudo apt-get -y install featherpad

2021年12月10日金曜日

Raspberry Pi OS(Raspbian Bullseye)にFeatherPadをインストールする

FeatherPadはシンプルで軽量なマルチタブエディターです。

〇FeatherPadの画面

インストール方法

以下のコマンドを実行します。
sudo apt-get -y install featherpad

2021年10月16日土曜日

Debian 11(Bullseye)にFeatherPadをインストールする

FeatherPadはシンプルで軽量なマルチタブエディターです。動作も軽快なので古いマシンなどにおすすめです。

〇FeatherPadの画面

インストール方法

以下のコマンドを実行します。
sudo apt-get -y install featherpad

2020年4月29日水曜日

Ubuntu Desktop 20.04にFeatherPadをインストールする

FeatherPadはシンプルで軽量なマルチタブエディターです。

〇FeatherPadの画面


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

2020年4月16日木曜日

Raspberry Pi(Raspbian Buster)/Debian 10(Buster)にFeatherPadをインストールする

FeatherPadはシンプルで軽量なマルチタブエディターです。

〇FeatherPadの画面(Raspberry Pi)


〇FeatherPadの画面(Debian 10)


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