nnn from home:stig124:nnn project

Selecionar o Seu Sistema Operativo

Para Arch Linux, edite /etc/pacman.conf e adicione o seguinte (note que a ordem dos repositórios em pacman.conf é importante, pois o pacman descarrega sempre o primeiro pacote encontrado):
[home_stig124_nnn_Arch]
Server = https://download.opensuse.org/repositories/home:/stig124:/nnn/Arch/$arch
Depois execute o seguinte como 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
Para Debian Testing corra 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:/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
Para Debian 11 corra 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:/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
Para Debian 10 corra 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:/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
Para openSUSE Tumbleweed corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:stig124:nnn/openSUSE_Tumbleweed/home:stig124:nnn.repo
zypper refresh
zypper install nnn
Para openSUSE Leap 15.2 ARM corra o seguinte como 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
Para openSUSE Factory ARM corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:stig124:nnn/openSUSE_Factory_ARM/home:stig124:nnn.repo
zypper refresh
zypper install nnn
Para 15.4 corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:stig124:nnn/15.4/home:stig124:nnn.repo
zypper refresh
zypper install nnn
Para Raspbian 11 corra 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:/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
Para Raspbian 10 corra 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:/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

Pacotes para Raspbian 11:

Pacotes para Raspbian 10:

Para openSUSE Leap 15.3 corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:stig124:nnn/openSUSE_Leap_15.3/home:stig124:nnn.repo
zypper refresh
zypper install nnn
Para SLE 15 SP3 corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:stig124:nnn/SLE_15_SP3/home:stig124:nnn.repo
zypper refresh
zypper install nnn
Para xUbuntu 22.04 corra 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:/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
Para xUbuntu 20.04 corra 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:/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
Para xUbuntu 18.04 corra 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:/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

Pacotes para xUbuntu 22.04:

Pacotes para xUbuntu 20.04:

Pacotes para xUbuntu 18.04: