How to Install and Uninstall jdns.x86_64 Package on Fedora 34

Last updated: October 05,2024

1. Install "jdns.x86_64" package

In this section, we are going to explain the necessary steps to install jdns.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install jdns.x86_64

2. Uninstall "jdns.x86_64" package

Here is a brief guide to show you how to uninstall jdns.x86_64 on Fedora 34:

$ sudo dnf remove jdns.x86_64 $ sudo dnf autoremove

3. Information about the jdns.x86_64 package on Fedora 34

Last metadata expiration check: 0:16:53 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : jdns
Version : 2.0.6
Release : 5.fc34
Architecture : x86_64
Size : 54 k
Source : jdns-2.0.6-5.fc34.src.rpm
Repository : fedora
Summary : A simple DNS queries library
URL : https://github.com/psi-im/jdns
License : MIT
Description : JDNS is a simple DNS implementation that can perform normal DNS
: queries of any record type (notably SRV), as well as Multicast DNS
: queries and advertising. Multicast support is based on Jeremie
: Miller's "mdnsd" implementation.
:
: For maximum flexibility, JDNS is written in C with no direct
: dependencies, and is licensed under the MIT license. Your application
: must supply functionality to JDNS, such as UDP sending/receiving, via
: callbacks.
:
: Qt-based command-line tool called ‘jdns’ that can be used to test
: functionality.