Installa su Raspberry Pi OS
Raspberry Pi OS 12
Esegui i seguenti comandi della shell per considerare attendibile il repository.
wget http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/Raspbian_12/Release.key -O - | sudo apt-key add -
Esegui i seguenti comandi shell per aggiungere il repository e installare QOwnNotes da lì.
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
Esegui i seguenti comandi della shell per considerare attendibile il repository.
wget http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/Raspbian_11/Release.key -O - | sudo apt-key add -
Esegui i seguenti comandi shell per aggiungere il repository e installare QOwnNotes da lì.
sudo bash -c "echo 'deb http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/Raspbian_11/ /' >> /etc/apt/sources.list.d/qownnotes.list"
sudo apt-get update
sudo apt-get install qownnotes
Raspberry Pi OS 10
Esegui i seguenti comandi della shell per considerare attendibile il repository.
wget http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/Raspbian_10/Release.key -O - | sudo apt-key add -
Esegui i seguenti comandi shell per aggiungere il repository e installare QOwnNotes da lì.
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
Eseguire i seguenti comandi shell per considerare attendibile il repository.
wget http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/Raspbian_9.0/Release.key
-O - | sudo apt-key add -
Eseguire i seguenti comandi shell per aggiungere il repository e installare QOwnNotes direttamente da esso.
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
Tips
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.