nic-xray from home:ciriarte:network-tools project
Select Your Operating System
Add repository and install manually
For Debian 13 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:/ciriarte:/network-tools/Debian_13/ /' | sudo tee /etc/apt/sources.list.d/home:ciriarte:network-tools.list curl -fsSL https://download.opensuse.org/repositories/home:ciriarte:network-tools/Debian_13/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_ciriarte_network-tools.gpg > /dev/null sudo apt update sudo apt install nic-xray
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:ciriarte:network-tools/openSUSE_Tumbleweed/home:ciriarte:network-tools.repo zypper refresh zypper install nic-xray
For openSUSE Slowroll run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:ciriarte:network-tools/openSUSE_Slowroll/home:ciriarte:network-tools.repo zypper refresh zypper install nic-xray
Grab binary packages directly
Add repository and install manually
For Rocky 9 run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:ciriarte:network-tools/Rocky_9/home:ciriarte:network-tools.repo yum install nic-xray
For Rocky 10 run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:ciriarte:network-tools/Rocky_10/home:ciriarte:network-tools.repo yum install nic-xray
Grab binary packages directly
Add repository and install manually
For openSUSE Leap 15.6 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:ciriarte:network-tools/openSUSE_Leap_15.6/home:ciriarte:network-tools.repo zypper refresh zypper install nic-xray
Grab binary packages directly
Add repository and install manually
For Ubuntu 24.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:/ciriarte:/network-tools/Ubuntu_24.04/ /' | sudo tee /etc/apt/sources.list.d/home:ciriarte:network-tools.list curl -fsSL https://download.opensuse.org/repositories/home:ciriarte:network-tools/Ubuntu_24.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_ciriarte_network-tools.gpg > /dev/null sudo apt update sudo apt install nic-xray
For Ubuntu 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:/ciriarte:/network-tools/Ubuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:ciriarte:network-tools.list curl -fsSL https://download.opensuse.org/repositories/home:ciriarte:network-tools/Ubuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_ciriarte_network-tools.gpg > /dev/null sudo apt update sudo apt install nic-xray
Grab binary packages directly
Add repository and install manually
For openSUSE Leap 16.0 run the following as root:
?