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

Nel caso ci fossero problemi si prega di segnalarli sulla sezione Issues di QOwnNotes su GiHub (opens new window)!

# Vecchie distribuzioni e derivati di Ubuntu Linux

In questo caso è più conveniente usare la versione AppImage da QOwnNotes Releases su GitHub (opens new window).

Dopo aver scaricato il file AppImage è necessario modificare i permessi di quest ultimo per poterlo eseguire:

chmod a+x QOwnNotes-*.AppImage
1

Successivamente dovresti essere in grado di eseguire l'AppImage per avviare QOwnNotes.

# Repository OBS

You may also be able to use the QOwnNotes on Ubuntu versions that aren't anymore 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 20.04 repository.

Eseguire il seguente comando shell per considerare attendibile il repository.

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

Eseguire i seguenti comandi shell per aggiungere il repository e installare QOwnNotes direttamente da esso.

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

Download diretto (opens new window)