# Installer sur Raspberry Pi OS
# Raspberry Pi OS 12
Exécutez les commandes shell suivantes pour approuver le dépôt.
wget http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/Raspbian_12/Release.key -O - | sudo apt-key add -
1
Exécutez les commandes shell suivantes pour ajouter le dépôt et installer QOwnNotes à partir de 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
1
2
3
2
3
Téléchargement direct (opens new window)
# Raspberry Pi OS 11
Exécutez les commandes shell suivantes pour approuver le dépôt.
wget http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/Raspbian_11/Release.key -O - | sudo apt-key add -
1
Exécutez les commandes shell suivantes pour ajouter le dépôt et installer QOwnNotes à partir de 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
1
2
3
2
3
Téléchargement direct (opens new window)
# Raspberry Pi OS 10
Exécutez les commandes shell suivantes pour approuver le dépôt.
wget http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/Raspbian_11/Release.key -O - | sudo apt-key add -
1
Exécutez les commandes shell suivantes pour ajouter le dépôt puis installer QOwnNotes.
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
1
2
3
2
3
Téléchargement direct (opens new window)
# 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 -
1
2
2
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
1
2
3
2
3
Crafted by Patrizio Bekerle with ❤️