< Home - < Back

dnssec-trigger


Information about the package, dnssec-trigger, which is shipped with common Linux distributions. The dnssec-trigger package is designed for, NetworkManager plugin to update/reconfigure DNSSEC resolving.


Package Name:

dnssec-trigger

Summary:

NetworkManager plugin to update/reconfigure DNSSEC resolving

Description:

dnssec-trigger reconfigures the local unbound DNS server. This unbound DNS server performs DNSSEC validation, but dnssec-trigger will signal it to use the DHCP obtained forwarders if possible, and fallback to doing its own AUTH queries if that fails, and if that fails prompt the user via dnssec-trigger-applet the option to go with insecure DNS only.

Architecture:

x86_64

Version:

0.10

Release:

5.el6

Size:

83 k

Repository:

epel

From Repository:

Licence:

BSD



Handy Yum Commands for dnssec-trigger


Control the dnssec-trigger package with the following handy commands outlined below.


Command

Description of Command

yum install dnssec-trigger

This command will install dnssec-trigger on the server.

yum remove dnssec-trigger

This command will un-install dnssec-trigger on the server. When you run this command, you will be asked if you are sure that you want to remove dnssec-trigger, so you have to manually confirm that you want to do this.

yum -y remove dnssec-trigger

This command will un-install dnssec-trigger on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove dnssec-trigger when using the -y flag.

yum update dnssec-trigger

This command will update dnssec-trigger to the latest version. When you run this command, you will be asked if you are sure that you want to remove dnssec-trigger, so you have to manually confirm that you want to do this.

yum -y update dnssec-trigger

This command will update dnssec-trigger to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove dnssec-trigger when using the -y flag.

yum info dnssec-trigger

This command will show you core information about the dnssec-trigger package.

yum deplist dnssec-trigger

This command will show you the dependencies for dnssec-trigger. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update dnssec-trigger

This command will check if there is an update waiting on dnssec-trigger. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.