# Installa su Ubuntu Linux, Elementary OS e Linux Mint

# Ubuntu Linux 18.04 o più recente, Elementary OS, Linux Mint 18 o più recente

Installa QOwnNotes su Ubuntu Linux (minimo 18.04) utilizzando il repository PPA.

Nota che ci sono anche pacchetti per ARM nel repository, nel caso tu voglia usare QOwnNotes su un Raspberry Pi.

Apri un terminale e inserisci le seguenti righe per aggiungere il repository e installare QOwnNotes.

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

Download diretto (opens new window)

# Anteprima QOwnNotes Qt6

Se vuoi già provare i pacchetti Qt6 e sei su Ubuntu 22.04 o più recente, puoi usare questo repository:

# Rimuovi Qt5 PPA nel caso sia installato
sudo add-apt-repository --remove ppa:pbek/qownnotes

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

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

Download diretto (opens new window)

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

# Vecchie distribuzioni e derivati di 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.

# Repository 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)