lldpd from home:vbernat project

选择您的操作系统

对于 CentOS 8,请以根用户 root 运行下面命令:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:vbernat/CentOS_8/home:vbernat.repo
yum install lldpd
对于 CentOS 7,请以根用户 root 运行下面命令:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:vbernat/CentOS_7/home:vbernat.repo
yum install lldpd
对于 Debian 9.0,请运行以下命令:
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
对于 Debian 8.0,请运行以下命令:
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
对于 Debian 7.0,请运行以下命令:
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
对于 Debian 12,请运行以下命令:
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
对于 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:/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
对于 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:/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
对于 Fedora 41,请以根用户 root 运行下面命令:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:vbernat/Fedora_41/home:vbernat.repo
dnf install lldpd
对于 Fedora 40,请以根用户 root 运行下面命令:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:vbernat/Fedora_40/home:vbernat.repo
dnf install lldpd
对于 Raspbian 12,请运行以下命令:
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
对于 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:/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
对于 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:/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

用于 Raspbian 12 的软件包:

用于 Raspbian 11 的软件包:

用于 Raspbian 10 的软件包:

对于 RHEL 7,请以根用户 root 运行下面命令:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:vbernat/RHEL_7/home:vbernat.repo
yum install lldpd
对于 xUbuntu 24.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:/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
对于 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:/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
对于 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:/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
对于 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:/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
对于 xUbuntu 16.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:/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

用于 xUbuntu 24.04 的软件包:

用于 xUbuntu 20.04 的软件包:

用于 xUbuntu 18.04 的软件包:

用于 xUbuntu 16.04 的软件包: