dnsmasq-logrotate from home:m-grant-prg project
Select Your Operating System
Add repository and install manually
For Debian Testing 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:/m-grant-prg/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/home:m-grant-prg.list curl -fsSL https://download.opensuse.org/repositories/home:m-grant-prg/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_m-grant-prg.gpg > /dev/null sudo apt update sudo apt install dnsmasq-logrotate
For Debian 12 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:/m-grant-prg/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:m-grant-prg.list curl -fsSL https://download.opensuse.org/repositories/home:m-grant-prg/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_m-grant-prg.gpg > /dev/null sudo apt update sudo apt install dnsmasq-logrotate
For Debian 11 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:/m-grant-prg/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:m-grant-prg.list curl -fsSL https://download.opensuse.org/repositories/home:m-grant-prg/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_m-grant-prg.gpg > /dev/null sudo apt update sudo apt install dnsmasq-logrotate
For Debian 10 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:/m-grant-prg/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/home:m-grant-prg.list curl -fsSL https://download.opensuse.org/repositories/home:m-grant-prg/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_m-grant-prg.gpg > /dev/null sudo apt update sudo apt install dnsmasq-logrotate
Grab binary packages directly
Add repository and install manually
For Fedora 42 run the following as root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:m-grant-prg/Fedora_42/home:m-grant-prg.repo dnf install dnsmasq-logrotate
For Fedora 41 run the following as root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:m-grant-prg/Fedora_41/home:m-grant-prg.repo dnf install dnsmasq-logrotate
For Fedora 40 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:m-grant-prg/Fedora_40/home:m-grant-prg.repo dnf install dnsmasq-logrotate
Grab binary packages directly
Add repository and install manually
For 15.6 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:m-grant-prg/15.6/home:m-grant-prg.repo zypper refresh zypper install dnsmasq-logrotate
For 15.5 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:m-grant-prg/15.5/home:m-grant-prg.repo zypper refresh zypper install dnsmasq-logrotate
Grab binary packages directly
Add repository and install manually
For Raspbian 12 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:/m-grant-prg/Raspbian_12/ /' | sudo tee /etc/apt/sources.list.d/home:m-grant-prg.list curl -fsSL https://download.opensuse.org/repositories/home:m-grant-prg/Raspbian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_m-grant-prg.gpg > /dev/null sudo apt update sudo apt install dnsmasq-logrotate
For Raspbian 11 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:/m-grant-prg/Raspbian_11/ /' | sudo tee /etc/apt/sources.list.d/home:m-grant-prg.list curl -fsSL https://download.opensuse.org/repositories/home:m-grant-prg/Raspbian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_m-grant-prg.gpg > /dev/null sudo apt update sudo apt install dnsmasq-logrotate
For Raspbian 10 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:/m-grant-prg/Raspbian_10/ /' | sudo tee /etc/apt/sources.list.d/home:m-grant-prg.list curl -fsSL https://download.opensuse.org/repositories/home:m-grant-prg/Raspbian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_m-grant-prg.gpg > /dev/null sudo apt update sudo apt install dnsmasq-logrotate