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

2023年2月27日月曜日

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

FeatherNotesは軽量な階層ノート管理アプリです。

〇FeatherNotesの画面

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

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

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

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

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

sudo apt-get -y install feathernotes

関連情報

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

2023年1月20日金曜日

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

FeatherNotesは軽量な階層ノート管理アプリです。

〇FeatherNotesの画面

インストール方法

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

sudo apt-get -y install feathernotes

関連情報

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