qownnotes from home:pbek:QOwnNotes project

Selecione seu sistema operacional

Para o Arch Linux, edite /etc/pacman.conf e adicione o seguinte (note que a ordem dos repositórios no pacman.conf é importante, já que o pacman sempre baixa o primeiro pacote encontrado):
[home_pbek_QOwnNotes_Arch_Extra]
Server = https://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/Arch_Extra/$arch
Então execute o seguinte como root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:pbek:QOwnNotes/Arch_Extra/$(uname -m)/home_pbek_QOwnNotes_Arch_Extra.key)
fingerprint=$(gpg --quiet --with-colons --import-options show-only --import --fingerprint <<< "${key}" | awk -F: '$1 == "fpr" { print $10 }')

pacman-key --init
pacman-key --add - <<< "${key}"
pacman-key --lsign-key "${fingerprint}"

pacman -Sy home_pbek_QOwnNotes_Arch_Extra/qownnotes
Para o Arch Linux, edite /etc/pacman.conf e adicione o seguinte (note que a ordem dos repositórios no pacman.conf é importante, já que o pacman sempre baixa o primeiro pacote encontrado):
[home_pbek_QOwnNotes_Arch]
Server = https://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/Arch/$arch
Então execute o seguinte como root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:pbek:QOwnNotes/Arch/$(uname -m)/home_pbek_QOwnNotes_Arch.key)
fingerprint=$(gpg --quiet --with-colons --import-options show-only --import --fingerprint <<< "${key}" | awk -F: '$1 == "fpr" { print $10 }')

pacman-key --init
pacman-key --add - <<< "${key}"
pacman-key --lsign-key "${fingerprint}"

pacman -Sy home_pbek_QOwnNotes_Arch/qownnotes
Para Raspbian 9.0 execute o seguinte:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/Raspbian_9.0/ /' | sudo tee /etc/apt/sources.list.d/home:pbek:QOwnNotes.list
curl -fsSL https://download.opensuse.org/repositories/home:pbek:QOwnNotes/Raspbian_9.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_pbek_QOwnNotes.gpg > /dev/null
sudo apt update
sudo apt install qownnotes
Para Debian Unstable execute o seguinte:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/Debian_Unstable/ /' | sudo tee /etc/apt/sources.list.d/home:pbek:QOwnNotes.list
curl -fsSL https://download.opensuse.org/repositories/home:pbek:QOwnNotes/Debian_Unstable/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_pbek_QOwnNotes.gpg > /dev/null
sudo apt update
sudo apt install qownnotes
Para Debian 9.0 execute o seguinte:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/Debian_9.0/ /' | sudo tee /etc/apt/sources.list.d/home:pbek:QOwnNotes.list
curl -fsSL https://download.opensuse.org/repositories/home:pbek:QOwnNotes/Debian_9.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_pbek_QOwnNotes.gpg > /dev/null
sudo apt update
sudo apt install qownnotes
Para Debian 13 execute o seguinte:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/Debian_13/ /' | sudo tee /etc/apt/sources.list.d/home:pbek:QOwnNotes.list
curl -fsSL https://download.opensuse.org/repositories/home:pbek:QOwnNotes/Debian_13/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_pbek_QOwnNotes.gpg > /dev/null
sudo apt update
sudo apt install qownnotes
Para Debian 12 execute o seguinte:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:pbek:QOwnNotes.list
curl -fsSL https://download.opensuse.org/repositories/home:pbek:QOwnNotes/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_pbek_QOwnNotes.gpg > /dev/null
sudo apt update
sudo apt install qownnotes
Para Debian 11 execute o seguinte:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:pbek:QOwnNotes.list
curl -fsSL https://download.opensuse.org/repositories/home:pbek:QOwnNotes/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_pbek_QOwnNotes.gpg > /dev/null
sudo apt update
sudo apt install qownnotes
Para Debian 10 execute o seguinte:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/home:pbek:QOwnNotes.list
curl -fsSL https://download.opensuse.org/repositories/home:pbek:QOwnNotes/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_pbek_QOwnNotes.gpg > /dev/null
sudo apt update
sudo apt install qownnotes
Para Fedora Rawhide execute o seguinte como root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:pbek:QOwnNotes/Fedora_Rawhide/home:pbek:QOwnNotes.repo
dnf install qownnotes
Para Fedora 42 execute o seguinte como root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:pbek:QOwnNotes/Fedora_42/home:pbek:QOwnNotes.repo
dnf install qownnotes
Para Fedora 41 execute o seguinte como root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:pbek:QOwnNotes/Fedora_41/home:pbek:QOwnNotes.repo
dnf install qownnotes
Para Fedora 40 execute o seguinte como root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:pbek:QOwnNotes/Fedora_40/home:pbek:QOwnNotes.repo
dnf install qownnotes
Para Fedora 39 execute o seguinte como root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:pbek:QOwnNotes/Fedora_39/home:pbek:QOwnNotes.repo
dnf install qownnotes
Para Fedora 38 execute o seguinte como root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:pbek:QOwnNotes/Fedora_38/home:pbek:QOwnNotes.repo
dnf install qownnotes
Para Fedora 31 execute o seguinte como root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:pbek:QOwnNotes/Fedora_31/home:pbek:QOwnNotes.repo
dnf install qownnotes
Para openSUSE Tumbleweed execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:pbek:QOwnNotes/openSUSE_Tumbleweed/home:pbek:QOwnNotes.repo
zypper refresh
zypper install qownnotes
Para openSUSE Slowroll execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:pbek:QOwnNotes/openSUSE_Slowroll/home:pbek:QOwnNotes.repo
zypper refresh
zypper install qownnotes
Para openSUSE Leap 15.2 execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:pbek:QOwnNotes/openSUSE_Leap_15.2/home:pbek:QOwnNotes.repo
zypper refresh
zypper install qownnotes
Para SLE 15 SP1 Backports execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:pbek:QOwnNotes/SLE_15_SP1_Backports/home:pbek:QOwnNotes.repo
zypper refresh
zypper install qownnotes
Para 16.0 execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:pbek:QOwnNotes/16.0/home:pbek:QOwnNotes.repo
zypper refresh
zypper install qownnotes
Para 15.6 execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:pbek:QOwnNotes/15.6/home:pbek:QOwnNotes.repo
zypper refresh
zypper install qownnotes
Para 15.5 execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:pbek:QOwnNotes/15.5/home:pbek:QOwnNotes.repo
zypper refresh
zypper install qownnotes
Para 15.4 execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:pbek:QOwnNotes/15.4/home:pbek:QOwnNotes.repo
zypper refresh
zypper install qownnotes
Para Raspbian 12 execute o seguinte:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/Raspbian_12/ /' | sudo tee /etc/apt/sources.list.d/home:pbek:QOwnNotes.list
curl -fsSL https://download.opensuse.org/repositories/home:pbek:QOwnNotes/Raspbian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_pbek_QOwnNotes.gpg > /dev/null
sudo apt update
sudo apt install qownnotes
Para Raspbian 11 execute o seguinte:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/Raspbian_11/ /' | sudo tee /etc/apt/sources.list.d/home:pbek:QOwnNotes.list
curl -fsSL https://download.opensuse.org/repositories/home:pbek:QOwnNotes/Raspbian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_pbek_QOwnNotes.gpg > /dev/null
sudo apt update
sudo apt install qownnotes
Para Raspbian 10 execute o seguinte:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/Raspbian_10/ /' | sudo tee /etc/apt/sources.list.d/home:pbek:QOwnNotes.list
curl -fsSL https://download.opensuse.org/repositories/home:pbek:QOwnNotes/Raspbian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_pbek_QOwnNotes.gpg > /dev/null
sudo apt update
sudo apt install qownnotes
Para openSUSE Leap 15.3 execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:pbek:QOwnNotes/openSUSE_Leap_15.3/home:pbek:QOwnNotes.repo
zypper refresh
zypper install qownnotes
Para SLE 15 SP3 execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:pbek:QOwnNotes/SLE_15_SP3/home:pbek:QOwnNotes.repo
zypper refresh
zypper install qownnotes
Para SLE 15 SP2 execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:pbek:QOwnNotes/SLE_15_SP2/home:pbek:QOwnNotes.repo
zypper refresh
zypper install qownnotes
Para SLE 15 SP1 execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:pbek:QOwnNotes/SLE_15_SP1/home:pbek:QOwnNotes.repo
zypper refresh
zypper install qownnotes
Para SLE 15 execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:pbek:QOwnNotes/SLE_15/home:pbek:QOwnNotes.repo
zypper refresh
zypper install qownnotes
Para xUbuntu 25.04 execute o seguinte:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/xUbuntu_25.04/ /' | sudo tee /etc/apt/sources.list.d/home:pbek:QOwnNotes.list
curl -fsSL https://download.opensuse.org/repositories/home:pbek:QOwnNotes/xUbuntu_25.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_pbek_QOwnNotes.gpg > /dev/null
sudo apt update
sudo apt install qownnotes
Para xUbuntu 24.10 execute o seguinte:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/xUbuntu_24.10/ /' | sudo tee /etc/apt/sources.list.d/home:pbek:QOwnNotes.list
curl -fsSL https://download.opensuse.org/repositories/home:pbek:QOwnNotes/xUbuntu_24.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_pbek_QOwnNotes.gpg > /dev/null
sudo apt update
sudo apt install qownnotes
Para xUbuntu 24.04 execute o seguinte:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/xUbuntu_24.04/ /' | sudo tee /etc/apt/sources.list.d/home:pbek:QOwnNotes.list
curl -fsSL https://download.opensuse.org/repositories/home:pbek:QOwnNotes/xUbuntu_24.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_pbek_QOwnNotes.gpg > /dev/null
sudo apt update
sudo apt install qownnotes
Para xUbuntu 23.10 execute o seguinte:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/xUbuntu_23.10/ /' | sudo tee /etc/apt/sources.list.d/home:pbek:QOwnNotes.list
curl -fsSL https://download.opensuse.org/repositories/home:pbek:QOwnNotes/xUbuntu_23.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_pbek_QOwnNotes.gpg > /dev/null
sudo apt update
sudo apt install qownnotes
Para xUbuntu 23.04 execute o seguinte:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/xUbuntu_23.04/ /' | sudo tee /etc/apt/sources.list.d/home:pbek:QOwnNotes.list
curl -fsSL https://download.opensuse.org/repositories/home:pbek:QOwnNotes/xUbuntu_23.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_pbek_QOwnNotes.gpg > /dev/null
sudo apt update
sudo apt install qownnotes
Para xUbuntu 22.10 execute o seguinte:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/xUbuntu_22.10/ /' | sudo tee /etc/apt/sources.list.d/home:pbek:QOwnNotes.list
curl -fsSL https://download.opensuse.org/repositories/home:pbek:QOwnNotes/xUbuntu_22.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_pbek_QOwnNotes.gpg > /dev/null
sudo apt update
sudo apt install qownnotes
Para xUbuntu 22.04 execute o seguinte:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:pbek:QOwnNotes.list
curl -fsSL https://download.opensuse.org/repositories/home:pbek:QOwnNotes/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_pbek_QOwnNotes.gpg > /dev/null
sudo apt update
sudo apt install qownnotes
Para xUbuntu 21.10 execute o seguinte:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/xUbuntu_21.10/ /' | sudo tee /etc/apt/sources.list.d/home:pbek:QOwnNotes.list
curl -fsSL https://download.opensuse.org/repositories/home:pbek:QOwnNotes/xUbuntu_21.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_pbek_QOwnNotes.gpg > /dev/null
sudo apt update
sudo apt install qownnotes
Para xUbuntu 21.04 execute o seguinte:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/xUbuntu_21.04/ /' | sudo tee /etc/apt/sources.list.d/home:pbek:QOwnNotes.list
curl -fsSL https://download.opensuse.org/repositories/home:pbek:QOwnNotes/xUbuntu_21.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_pbek_QOwnNotes.gpg > /dev/null
sudo apt update
sudo apt install qownnotes
Para xUbuntu 20.10 execute o seguinte:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/xUbuntu_20.10/ /' | sudo tee /etc/apt/sources.list.d/home:pbek:QOwnNotes.list
curl -fsSL https://download.opensuse.org/repositories/home:pbek:QOwnNotes/xUbuntu_20.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_pbek_QOwnNotes.gpg > /dev/null
sudo apt update
sudo apt install qownnotes
Para xUbuntu 20.04 execute o seguinte:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:pbek:QOwnNotes.list
curl -fsSL https://download.opensuse.org/repositories/home:pbek:QOwnNotes/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_pbek_QOwnNotes.gpg > /dev/null
sudo apt update
sudo apt install qownnotes
Para xUbuntu 18.04 execute o seguinte:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/xUbuntu_18.04/ /' | sudo tee /etc/apt/sources.list.d/home:pbek:QOwnNotes.list
curl -fsSL https://download.opensuse.org/repositories/home:pbek:QOwnNotes/xUbuntu_18.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_pbek_QOwnNotes.gpg > /dev/null
sudo apt update
sudo apt install qownnotes

Pacotes para xUbuntu 25.04:

Pacotes para xUbuntu 24.10:

Pacotes para xUbuntu 24.04:

Pacotes para xUbuntu 23.10:

Pacotes para xUbuntu 23.04:

Pacotes para xUbuntu 22.10:

Pacotes para xUbuntu 22.04:

Pacotes para xUbuntu 21.10:

Pacotes para xUbuntu 21.04:

Pacotes para xUbuntu 20.10:

Pacotes para xUbuntu 20.04: