lldpd from home:vbernat project
Selecionar o Seu Sistema Operativo
Adicionar repositório e instalar manualmente
Para CentOS 8 corra o seguinte como root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:vbernat/CentOS_8/home:vbernat.repo yum install lldpd
Para CentOS 7 corra o seguinte como root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:vbernat/CentOS_7/home:vbernat.repo yum install lldpd
Obter binários dos pacotes diretamente
Adicionar repositório e instalar manualmente
Para Debian 9.0 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:/vbernat/Debian_9.0/ /' | sudo tee /etc/apt/sources.list.d/home:vbernat.list curl -fsSL https://download.opensuse.org/repositories/home:vbernat/Debian_9.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_vbernat.gpg > /dev/null sudo apt update sudo apt install lldpd
Para Debian 8.0 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:/vbernat/Debian_8.0/ /' | sudo tee /etc/apt/sources.list.d/home:vbernat.list curl -fsSL https://download.opensuse.org/repositories/home:vbernat/Debian_8.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_vbernat.gpg > /dev/null sudo apt update sudo apt install lldpd
Para Debian 7.0 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:/vbernat/Debian_7.0/ /' | sudo tee /etc/apt/sources.list.d/home:vbernat.list curl -fsSL https://download.opensuse.org/repositories/home:vbernat/Debian_7.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_vbernat.gpg > /dev/null sudo apt update sudo apt install lldpd
Para Debian 13 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:/vbernat/Debian_13/ /' | sudo tee /etc/apt/sources.list.d/home:vbernat.list curl -fsSL https://download.opensuse.org/repositories/home:vbernat/Debian_13/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_vbernat.gpg > /dev/null sudo apt update sudo apt install lldpd
Para Debian 12 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:/vbernat/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:vbernat.list curl -fsSL https://download.opensuse.org/repositories/home:vbernat/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_vbernat.gpg > /dev/null sudo apt update sudo apt install lldpd
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:/vbernat/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:vbernat.list curl -fsSL https://download.opensuse.org/repositories/home:vbernat/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_vbernat.gpg > /dev/null sudo apt update sudo apt install lldpd
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:/vbernat/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/home:vbernat.list curl -fsSL https://download.opensuse.org/repositories/home:vbernat/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_vbernat.gpg > /dev/null sudo apt update sudo apt install lldpd
Obter binários dos pacotes diretamente
Adicionar repositório e instalar manualmente
Para Fedora 41 corra o seguinte como root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:vbernat/Fedora_41/home:vbernat.repo dnf install lldpd
Para Fedora 40 corra o seguinte como root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:vbernat/Fedora_40/home:vbernat.repo dnf install lldpd
Obter binários dos pacotes diretamente
Adicionar repositório e instalar manualmente
Para Raspbian 12 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:/vbernat/Raspbian_12/ /' | sudo tee /etc/apt/sources.list.d/home:vbernat.list curl -fsSL https://download.opensuse.org/repositories/home:vbernat/Raspbian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_vbernat.gpg > /dev/null sudo apt update sudo apt install lldpd
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:/vbernat/Raspbian_11/ /' | sudo tee /etc/apt/sources.list.d/home:vbernat.list curl -fsSL https://download.opensuse.org/repositories/home:vbernat/Raspbian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_vbernat.gpg > /dev/null sudo apt update sudo apt install lldpd
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:/vbernat/Raspbian_10/ /' | sudo tee /etc/apt/sources.list.d/home:vbernat.list curl -fsSL https://download.opensuse.org/repositories/home:vbernat/Raspbian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_vbernat.gpg > /dev/null sudo apt update sudo apt install lldpd
Obter binários dos pacotes diretamente
Adicionar repositório e instalar manualmente
Para RHEL 7 corra o seguinte como root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:vbernat/RHEL_7/home:vbernat.repo yum install lldpd
Obter binários dos pacotes diretamente
Adicionar repositório e instalar manualmente
Para xUbuntu 24.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:/vbernat/xUbuntu_24.04/ /' | sudo tee /etc/apt/sources.list.d/home:vbernat.list curl -fsSL https://download.opensuse.org/repositories/home:vbernat/xUbuntu_24.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_vbernat.gpg > /dev/null sudo apt update sudo apt install lldpd
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:/vbernat/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:vbernat.list curl -fsSL https://download.opensuse.org/repositories/home:vbernat/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_vbernat.gpg > /dev/null sudo apt update sudo apt install lldpd
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:/vbernat/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:vbernat.list curl -fsSL https://download.opensuse.org/repositories/home:vbernat/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_vbernat.gpg > /dev/null sudo apt update sudo apt install lldpd
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:/vbernat/xUbuntu_18.04/ /' | sudo tee /etc/apt/sources.list.d/home:vbernat.list curl -fsSL https://download.opensuse.org/repositories/home:vbernat/xUbuntu_18.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_vbernat.gpg > /dev/null sudo apt update sudo apt install lldpd
Para xUbuntu 16.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:/vbernat/xUbuntu_16.04/ /' | sudo tee /etc/apt/sources.list.d/home:vbernat.list curl -fsSL https://download.opensuse.org/repositories/home:vbernat/xUbuntu_16.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_vbernat.gpg > /dev/null sudo apt update sudo apt install lldpd