These repos are for online installations of NCPA on Debian operating systems.
Name | OS | Location | Available | Public GPG Key |
---|---|---|---|---|
Nagios | Debian 12 ("Bookworm") | https://repo.nagios.com/deb/bookworm | packages | GPG-KEY-NAGIOS-V3 |
Nagios | Debian 11 ("Bullseye") | https://repo.nagios.com/deb/bullseye | packages | |
Nagios | Debian 10 ("Buster") | https://repo.nagios.com/deb/buster | packages | |
Nagios | Debian 9 ("Stretch") | https://repo.nagios.com/deb/stretch | packages | |
Nagios | Debian 8 ("Jessie") | https://repo.nagios.com/deb/jessie | packages | |
Nagios | Debian 7 ("Wheezy") | https://repo.nagios.com/deb/wheezy | packages |
Execute the following commands:
# Add to the apt sources list apt-get install apt-transport-https echo "deb https://repo.nagios.com/deb/$(lsb_release -cs) /" > /etc/apt/sources.list.d/nagios.list # Add our public GPG key wget -qO - https://repo.nagios.com/GPG-KEY-NAGIOS-V3 | apt-key add - # Update your repositories apt-get update
If you're using Debian 11 or one of the other newer OSes and you see an "E: gnupg, gnuph2 and gnupg1 do not seem to be installed..." error when adding the public key you can either install gnupg (apt-get install gnupg) or you can read how to add the GPG key the new, more secure way.
apt-get install ncpa