notekit from home:sp1rit:notekit project

Select Your Operating System

For Arch Linux, edit /etc/pacman.conf and add the following (note that the order of repositories in pacman.conf is important, since pacman always downloads the first found package):
[home_sp1rit_notekit_Arch]
Server = https://download.opensuse.org/repositories/home:/sp1rit:/notekit/Arch/$arch
Then run the following as root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:sp1rit:notekit/Arch/$(uname -m)/home_sp1rit_notekit_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_sp1rit_notekit_Arch/notekit
For CentOS 8 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:sp1rit:notekit/CentOS_8/home:sp1rit:notekit.repo
yum install notekit
For Debian Unstable run the following:
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:/sp1rit:/notekit/Debian_Unstable/ /' | sudo tee /etc/apt/sources.list.d/home:sp1rit:notekit.list
curl -fsSL https://download.opensuse.org/repositories/home:sp1rit:notekit/Debian_Unstable/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_sp1rit_notekit.gpg > /dev/null
sudo apt update
sudo apt install notekit
For Debian Testing run the following:
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:/sp1rit:/notekit/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/home:sp1rit:notekit.list
curl -fsSL https://download.opensuse.org/repositories/home:sp1rit:notekit/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_sp1rit_notekit.gpg > /dev/null
sudo apt update
sudo apt install notekit
For Debian 12 run the following:
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:/sp1rit:/notekit/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:sp1rit:notekit.list
curl -fsSL https://download.opensuse.org/repositories/home:sp1rit:notekit/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_sp1rit_notekit.gpg > /dev/null
sudo apt update
sudo apt install notekit
For Debian 11 run the following:
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:/sp1rit:/notekit/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:sp1rit:notekit.list
curl -fsSL https://download.opensuse.org/repositories/home:sp1rit:notekit/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_sp1rit_notekit.gpg > /dev/null
sudo apt update
sudo apt install notekit
For Debian 10 run the following:
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:/sp1rit:/notekit/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/home:sp1rit:notekit.list
curl -fsSL https://download.opensuse.org/repositories/home:sp1rit:notekit/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_sp1rit_notekit.gpg > /dev/null
sudo apt update
sudo apt install notekit
For Fedora Rawhide run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:sp1rit:notekit/Fedora_Rawhide/home:sp1rit:notekit.repo
dnf install notekit
For Fedora 38 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:sp1rit:notekit/Fedora_38/home:sp1rit:notekit.repo
dnf install notekit
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:sp1rit:notekit/openSUSE_Tumbleweed/home:sp1rit:notekit.repo
zypper refresh
zypper install notekit
For openSUSE Leap 15.2 PowerPC run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:sp1rit:notekit/openSUSE_Leap_15.2_PowerPC/home:sp1rit:notekit.repo
zypper refresh
zypper install notekit
For openSUSE Leap 15.2 ARM run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:sp1rit:notekit/openSUSE_Leap_15.2_ARM/home:sp1rit:notekit.repo
zypper refresh
zypper install notekit
For openSUSE Leap 15.2 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:sp1rit:notekit/openSUSE_Leap_15.2/home:sp1rit:notekit.repo
zypper refresh
zypper install notekit
For openSUSE Factory zSystems run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:sp1rit:notekit/openSUSE_Factory_zSystems/home:sp1rit:notekit.repo
zypper refresh
zypper install notekit
For openSUSE Factory RISCV run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:sp1rit:notekit/openSUSE_Factory_RISCV/home:sp1rit:notekit.repo
zypper refresh
zypper install notekit
For openSUSE Factory PowerPC run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:sp1rit:notekit/openSUSE_Factory_PowerPC/home:sp1rit:notekit.repo
zypper refresh
zypper install notekit
For openSUSE Factory ARM run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:sp1rit:notekit/openSUSE_Factory_ARM/home:sp1rit:notekit.repo
zypper refresh
zypper install notekit
For openSUSE Leap 15.5 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:sp1rit:notekit/openSUSE_Leap_15.5/home:sp1rit:notekit.repo
zypper refresh
zypper install notekit
For openSUSE Leap 15.4 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:sp1rit:notekit/openSUSE_Leap_15.4/home:sp1rit:notekit.repo
zypper refresh
zypper install notekit
For openSUSE Leap 15.3 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:sp1rit:notekit/openSUSE_Leap_15.3/home:sp1rit:notekit.repo
zypper refresh
zypper install notekit
For SLE 15 SP5 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:sp1rit:notekit/SLE_15_SP5/home:sp1rit:notekit.repo
zypper refresh
zypper install notekit
For SLE 15 SP4 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:sp1rit:notekit/SLE_15_SP4/home:sp1rit:notekit.repo
zypper refresh
zypper install notekit
For SLE 15 SP3 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:sp1rit:notekit/SLE_15_SP3/home:sp1rit:notekit.repo
zypper refresh
zypper install notekit
For SLE 15 SP2 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:sp1rit:notekit/SLE_15_SP2/home:sp1rit:notekit.repo
zypper refresh
zypper install notekit
For xUbuntu 23.04 run the following:
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:/sp1rit:/notekit/xUbuntu_23.04/ /' | sudo tee /etc/apt/sources.list.d/home:sp1rit:notekit.list
curl -fsSL https://download.opensuse.org/repositories/home:sp1rit:notekit/xUbuntu_23.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_sp1rit_notekit.gpg > /dev/null
sudo apt update
sudo apt install notekit
For xUbuntu 22.04 run the following:
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:/sp1rit:/notekit/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:sp1rit:notekit.list
curl -fsSL https://download.opensuse.org/repositories/home:sp1rit:notekit/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_sp1rit_notekit.gpg > /dev/null
sudo apt update
sudo apt install notekit
For xUbuntu 20.04 run the following:
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:/sp1rit:/notekit/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:sp1rit:notekit.list
curl -fsSL https://download.opensuse.org/repositories/home:sp1rit:notekit/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_sp1rit_notekit.gpg > /dev/null
sudo apt update
sudo apt install notekit

Packages for xUbuntu 23.04:

Packages for xUbuntu 22.04:

Packages for xUbuntu 20.04: