nnn from home:stig124:nnn project
Select Your Operating System
Add repository and install manually
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_stig124_nnn_Arch] Server = https://download.opensuse.org/repositories/home:/stig124:/nnn/Arch/$arch
Then run the following as root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:stig124:nnn/Arch/$(uname -m)/home_stig124_nnn_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_stig124_nnn_Arch/nnn
Grab binary packages directly
Add repository and install manually
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:/stig124:/nnn/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/home:stig124:nnn.list curl -fsSL https://download.opensuse.org/repositories/home:stig124:nnn/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_stig124_nnn.gpg > /dev/null sudo apt update sudo apt install nnn
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:/stig124:/nnn/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:stig124:nnn.list curl -fsSL https://download.opensuse.org/repositories/home:stig124:nnn/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_stig124_nnn.gpg > /dev/null sudo apt update sudo apt install nnn
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:/stig124:/nnn/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/home:stig124:nnn.list curl -fsSL https://download.opensuse.org/repositories/home:stig124:nnn/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_stig124_nnn.gpg > /dev/null sudo apt update sudo apt install nnn
Grab binary packages directly
Add repository and install manually
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:stig124:nnn/openSUSE_Tumbleweed/home:stig124:nnn.repo zypper refresh zypper install nnn
For openSUSE Leap 15.2 ARM run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:stig124:nnn/openSUSE_Leap_15.2_ARM/home:stig124:nnn.repo zypper refresh zypper install nnn
For openSUSE Factory ARM run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:stig124:nnn/openSUSE_Factory_ARM/home:stig124:nnn.repo zypper refresh zypper install nnn
For 15.4 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:stig124:nnn/15.4/home:stig124:nnn.repo zypper refresh zypper install nnn
Grab binary packages directly
Add repository and install manually
For Raspbian 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:/stig124:/nnn/Raspbian_11/ /' | sudo tee /etc/apt/sources.list.d/home:stig124:nnn.list curl -fsSL https://download.opensuse.org/repositories/home:stig124:nnn/Raspbian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_stig124_nnn.gpg > /dev/null sudo apt update sudo apt install nnn
For Raspbian 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:/stig124:/nnn/Raspbian_10/ /' | sudo tee /etc/apt/sources.list.d/home:stig124:nnn.list curl -fsSL https://download.opensuse.org/repositories/home:stig124:nnn/Raspbian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_stig124_nnn.gpg > /dev/null sudo apt update sudo apt install nnn
Grab binary packages directly
Add repository and install manually
For openSUSE Leap 15.3 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:stig124:nnn/openSUSE_Leap_15.3/home:stig124:nnn.repo zypper refresh zypper install nnn
For SLE 15 SP3 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:stig124:nnn/SLE_15_SP3/home:stig124:nnn.repo zypper refresh zypper install nnn
Grab binary packages directly
Add repository and install manually
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:/stig124:/nnn/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:stig124:nnn.list curl -fsSL https://download.opensuse.org/repositories/home:stig124:nnn/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_stig124_nnn.gpg > /dev/null sudo apt update sudo apt install nnn
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:/stig124:/nnn/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:stig124:nnn.list curl -fsSL https://download.opensuse.org/repositories/home:stig124:nnn/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_stig124_nnn.gpg > /dev/null sudo apt update sudo apt install nnn
For xUbuntu 18.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:/stig124:/nnn/xUbuntu_18.04/ /' | sudo tee /etc/apt/sources.list.d/home:stig124:nnn.list curl -fsSL https://download.opensuse.org/repositories/home:stig124:nnn/xUbuntu_18.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_stig124_nnn.gpg > /dev/null sudo apt update sudo apt install nnn
Grab binary packages directly
Add repository and install manually
For Fedora 37 run the following as root:
?
For Fedora 36 run the following as root:
?