# Install on Raspberry Pi OS

# Raspberry Pi OS 11

Run the following shell commands to trust the repository.

wget http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/Raspbian_11/Release.key -O - | sudo apt-key add -
1

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_11/ /' >> /etc/apt/sources.list.d/qownnotes.list"
sudo apt-get update
sudo apt-get install qownnotes
1
2
3

Direct Download (opens new window)

# Raspberry Pi OS 10

Run the following shell commands to trust the repository.

wget http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/Raspbian_10/Release.key -O - | sudo apt-key add -
1

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_10/ /' >> /etc/apt/sources.list.d/qownnotes.list"
sudo apt-get update
sudo apt-get install qownnotes
1
2
3

Direct Download (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

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

Direct Download (opens new window)