unbound from home:tbadm project
お使いのオペレーティングシステムの選択
手作業でリポジトリを追加してインストールする
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:/tbadm/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/home:tbadm.list curl -fsSL https://download.opensuse.org/repositories/home:tbadm/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_tbadm.gpg > /dev/null sudo apt update sudo apt install unbound
バイナリパッケージを直接取得する
手作業でリポジトリを追加してインストールする
openSUSE Leap 15.6 の場合は、 root で下記のコマンドを実行してください:
zypper addrepo https://download.opensuse.org/repositories/home:tbadm/openSUSE_Leap_15.6/home:tbadm.repo zypper refresh zypper install unbound
openSUSE Leap 15.5 の場合は、 root で下記のコマンドを実行してください:
zypper addrepo https://download.opensuse.org/repositories/home:tbadm/openSUSE_Leap_15.5/home:tbadm.repo zypper refresh zypper install unbound
バイナリパッケージを直接取得する
手作業でリポジトリを追加してインストールする
Ubuntu 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:/tbadm/Ubuntu_24.04/ /' | sudo tee /etc/apt/sources.list.d/home:tbadm.list curl -fsSL https://download.opensuse.org/repositories/home:tbadm/Ubuntu_24.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_tbadm.gpg > /dev/null sudo apt update sudo apt install unbound