nnn from home:stig124:nnn project
Выберите операционную систему
Добавить репозиторий и установить вручную
Для Arch Linux отредактируйте /etc/pacman.conf и добавьте следующее (обратите внимание, что в pacman.conf важен порядок репозиториев, поскольку pacman всегда загружает первый найденный пакет):
[home_stig124_nnn_Arch] Server = https://download.opensuse.org/repositories/home:/stig124:/nnn/Arch/$arch
Затем запустите от имени 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
Получить бинарные пакеты напрямую
Добавить репозиторий и установить вручную
Для Debian Testing запустите:
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
Для Debian 11 запустите:
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
Для Debian 10 запустите:
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
Получить бинарные пакеты напрямую
Добавить репозиторий и установить вручную
Для openSUSE Tumbleweed запустите от имени root:
zypper addrepo https://download.opensuse.org/repositories/home:stig124:nnn/openSUSE_Tumbleweed/home:stig124:nnn.repo zypper refresh zypper install nnn
Для openSUSE Leap 15.2 ARM запустите от имени 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
Для openSUSE Factory ARM запустите от имени root:
zypper addrepo https://download.opensuse.org/repositories/home:stig124:nnn/openSUSE_Factory_ARM/home:stig124:nnn.repo zypper refresh zypper install nnn
Для 15.4 запустите от имени root:
zypper addrepo https://download.opensuse.org/repositories/home:stig124:nnn/15.4/home:stig124:nnn.repo zypper refresh zypper install nnn
Получить бинарные пакеты напрямую
Добавить репозиторий и установить вручную
Для Raspbian 11 запустите:
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
Для Raspbian 10 запустите:
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
Получить бинарные пакеты напрямую
Добавить репозиторий и установить вручную
Для openSUSE Leap 15.3 запустите от имени root:
zypper addrepo https://download.opensuse.org/repositories/home:stig124:nnn/openSUSE_Leap_15.3/home:stig124:nnn.repo zypper refresh zypper install nnn
Для SLE 15 SP3 запустите от имени root:
zypper addrepo https://download.opensuse.org/repositories/home:stig124:nnn/SLE_15_SP3/home:stig124:nnn.repo zypper refresh zypper install nnn
Получить бинарные пакеты напрямую
Добавить репозиторий и установить вручную
Для xUbuntu 22.04 запустите:
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
Для xUbuntu 20.04 запустите:
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
Для xUbuntu 18.04 запустите:
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
Получить бинарные пакеты напрямую
Добавить репозиторий и установить вручную
Для Fedora 37 запустите от имени root:
?
Для Fedora 36 запустите от имени root:
?