Zainstaluj na Raspberry Pi OS
Raspberry Pi OS 12
Uruchom następujące polecenia powłoki, aby zaufać repozytorium.
wget http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/Raspbian_12/Release.key -O - | sudo apt-key add -
Uruchom następujące polecenia powłoki, aby dodać repozytorium i zainstalować z niego QOwnNotes.
sudo bash -c "echo 'deb http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/Raspbian_12/ /' >> /etc/apt/sources.list.d/qownnotes.list"
sudo apt-get update
sudo apt-get install qownnotes
Raspberry Pi OS 11
Uruchom następujące polecenia powłoki, aby zaufać repozytorium.
wget http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/Raspbian_11/Release.key -O - | sudo apt-key add -
Uruchom następujące polecenia powłoki, aby dodać repozytorium i zainstalować z niego QOwnNotes.
sudo bash -c "echo 'deb http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/Raspbian_11/ /' >> /etc/apt/sources.list.d/qownnotes.list "
aktualizacja sudo apt-get
sudo apt-get install qownnotes
System operacyjny Raspberry Pi 10
Uruchom następujące polecenia powłoki, aby zaufać repozytorium.
wget http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/Raspbian_10/Release.key -O - | sudo apt-key add -
Uruchom następujące polecenia powłoki, aby dodać repozytorium i zainstalować z niego QOwnNotes.
sudo bash -c "echo 'deb http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/Raspbian_10/ /' >> /etc/apt/sources.list.d/qownnotes.list"
sudo apt-get update
sudo apt-get install qownnotes
Raspbian 9.0
Run the following shell commands to trust the repository.
wget http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/Raspbian_9.0/Release.key
-O - | sudo apt-key add -
Run the following shell commands to add the repository and install QOwnNotes from there.
sudo bash -c "echo 'deb http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/Raspbian_9.0/ /' >> /etc/apt/sources.list.d/qownnotes.list"
sudo apt-get update
sudo apt-get install qownnotes
Porady
If QOwnNotes logs Could not write secret to keychain, install the missing Secret Service packages and restart your desktop session.
For GNOME and other Secret Service based desktops:
sudo apt install gnome-keyring libsecret-1-0 seahorse
For KDE Plasma:
sudo apt install kwalletmanager
QOwnNotes will fall back to legacy encryption if the desktop keychain is unavailable.