Installa su Arch Linux
Arch User Repository (AUR)
In alternativa c'è anche un pacchetto ufficiale per QOwnNotes su AUR, si chiama qownnotes.
Lo troverai qui: QOwnNotes su AUR
Sincronizza il database dei pacchetti e installa il pacchetto con yay:
yay -S qownnotes
Tips
Se vuoi accelerare i tempi di costruzione potresti voler leggere CCACHE and AUR.
pacman
Aggiungi le seguenti righe al tuo /etc/pacman.conf con sudo nano /etc/pacman.conf:
[home_pbek_QOwnNotes_Arch_Extra]
SigLevel = Optional TrustAll
Server = http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/Arch_Extra/$arch
Esegui i seguenti comandi della shell per considerare attendibile il repository:
wget http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/Arch_Extra/x86_64/home_pbek_QOwnNotes_Arch_Extra.key -O - | sudo pacman-key --add -
sudo pacman-key --lsign-key F2205FB121DF142B31450865A3BA514562A835DB
If the command sudo pacman-key --lsign-key F2205FB121DF142B31450865A3BA514562A835DB fails with a message like: ERROR: FFC43FC94539B8B0 could not be locally signed., you could first find out the actual keyid of the downloaded key, i.e. with the command (and output):
gpg /path/to/downloaded/home_pbek_QOwnNotes_Arch_Extra.key
gpg: WARNING: no command supplied. Trying to guess what you mean ...
pub rsa2048 2019-07-31 [SC] [expires: 2021-10-10]
F2205FB121DF142B31450865A3BA514562A835DB
uid home:pbek OBS Project <home:[email protected]>
Ora puoi sincronizzare il database dei pacchetti e installare il pacchetto con pacman:
sudo pacman -Syy qownnotes
Tips
Ovviamente puoi anche usare questo repository con altre distribuzioni basate su Arch Linux, come Manjaro.
Tips
If QOwnNotes logs Could not write secret to keychain, install the missing Secret Service packages and restart your desktop session.
For GNOME and other Secret Service based desktops:
sudo pacman -S gnome-keyring libsecret seahorse
For KDE Plasma:
sudo pacman -S kwalletmanager kwallet
QOwnNotes will fall back to legacy encryption if the desktop keychain is unavailable.