How to Install and Uninstall dnsmasq.x86_64 Package on Rocky Linux 9

Last updated: December 12,2024

1. Install "dnsmasq.x86_64" package

This tutorial shows how to install dnsmasq.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install dnsmasq.x86_64

2. Uninstall "dnsmasq.x86_64" package

This tutorial shows how to uninstall dnsmasq.x86_64 on Rocky Linux 9:

$ sudo dnf remove dnsmasq.x86_64 $ sudo dnf autoremove

3. Information about the dnsmasq.x86_64 package on Rocky Linux 9

Last metadata expiration check: 1:16:22 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : dnsmasq
Version : 2.85
Release : 14.el9
Architecture : x86_64
Size : 323 k
Source : dnsmasq-2.85-14.el9.src.rpm
Repository : appstream
Summary : A lightweight DHCP/caching DNS server
URL : http://www.thekelleys.org.uk/dnsmasq/
License : GPLv2 or GPLv3
Description : Dnsmasq is lightweight, easy to configure DNS forwarder and DHCP server.
: It is designed to provide DNS and, optionally, DHCP, to a small network.
: It can serve the names of local machines which are not in the global
: DNS. The DHCP server integrates with the DNS server and allows machines
: with DHCP-allocated addresses to appear in the DNS with names configured
: either in each host or in a central configuration file. Dnsmasq supports
: static and dynamic DHCP leases and BOOTP for network booting of diskless
: machines.