# Installer sur Ubuntu Linux, OS élémentaire et Linux Mint

# Ubuntu Linux 18.04 ou plus récent, elementary OS, Linux Mint 18 ou plus récent

Installez QOwnNotes sur Ubuntu Linux (minimum 18.04) à l'aide du dépôt PPA.

Notez qu'il existe également des paquets pour ARM dans le dépôt, au cas où vous souhaiteriez utiliser QOwnNotes sur un **Raspberry Pi **.

Ouvrez un terminal et entrez les commandes suivantes pour ajouter le dépôt et installer QOwnNotes.

sudo add-apt-repository ppa:pbek/qownnotes
sudo apt-get update
sudo apt-get install qownnotes
1
2
3

Téléchargement direct (opens new window)

# Aperçu de QOwnNotes Qt6

Si vous souhaitez les paquets Qt6 et que vous êtes sous Ubuntu 22.04 ou plus récent vous pouvez utiliser ce dépôt :

# Enlève le PPA Qt5 au cas où il serait installé
sudo add-apt-repository --remove ppa:pbek/qownnotes

# Ajoute le PPA Qt6
sudo add-apt-repository ppa:pbek/qownnotes-qt6

# Installe QOwnNotes
sudo apt-get update
sudo apt-get install qownnotes
1
2
3
4
5
6
7
8
9

Téléchargement direct (opens new window)

If you find any issues please report them on QOwnNotes Issues on GitHub (opens new window)!

# Anciennes distributions et dérivés d'Ubuntu Linux

Best try to use the AppImage from QOwnNotes Releases on GitHub (opens new window).

Then you can change the execute-permissions on the file:

chmod a+x QOwnNotes-*.AppImage
1

Afterward you should be able to execute the AppImage to run QOwnNotes.

# Dépôt OBS

You may also be able to use the QOwnNotes on Ubuntu versions that aren't any more updated on Ubuntu Launchpad then you can use the repositories from the Open Build Service (opens new window).

Below are example calls for the xUbuntu 16.10 repository.

Run the following shell command to trust the repository.

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

Run the following shell commands to add the repository and install QOwnNotes from there.

sudo su -
sh -c "echo 'deb http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/xUbuntu_16.10/ /' >> /etc/apt/sources.list.d/qownnotes.list"
apt-get update
apt-get install qownnotes
1
2
3
4

Direct Download (opens new window)