iptconf from home:stefjakobs project

Vyberte váš operační systém

Pro Debian 13 spusťte následující:
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:/stefjakobs/Debian_13/ /' | sudo tee /etc/apt/sources.list.d/home:stefjakobs.list
curl -fsSL https://download.opensuse.org/repositories/home:stefjakobs/Debian_13/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_stefjakobs.gpg > /dev/null
sudo apt update
sudo apt install iptconf
Pro Debian 12 spusťte následující:
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:/stefjakobs/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:stefjakobs.list
curl -fsSL https://download.opensuse.org/repositories/home:stefjakobs/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_stefjakobs.gpg > /dev/null
sudo apt update
sudo apt install iptconf
Pro Debian 11 spusťte následující:
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:/stefjakobs/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:stefjakobs.list
curl -fsSL https://download.opensuse.org/repositories/home:stefjakobs/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_stefjakobs.gpg > /dev/null
sudo apt update
sudo apt install iptconf
Pro Fedora 43 spusťte jako root následující:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:stefjakobs/Fedora_43/home:stefjakobs.repo
dnf install iptconf
Pro Fedora 42 spusťte jako root následující:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:stefjakobs/Fedora_42/home:stefjakobs.repo
dnf install iptconf
Pro openSUSE Tumbleweed spusťte jako root následující:
zypper addrepo https://download.opensuse.org/repositories/home:stefjakobs/openSUSE_Tumbleweed/home:stefjakobs.repo
zypper refresh
zypper install iptconf
Pro openSUSE Factory spusťte jako root následující:
zypper addrepo https://download.opensuse.org/repositories/home:stefjakobs/openSUSE_Factory/home:stefjakobs.repo
zypper refresh
zypper install iptconf
Pro 15.6 spusťte jako root následující:
zypper addrepo https://download.opensuse.org/repositories/home:stefjakobs/15.6/home:stefjakobs.repo
zypper refresh
zypper install iptconf
Pro 15.5 spusťte jako root následující:
zypper addrepo https://download.opensuse.org/repositories/home:stefjakobs/15.5/home:stefjakobs.repo
zypper refresh
zypper install iptconf