How to Install and Uninstall jdns.i686 Package on Fedora 39

Last updated: June 03,2024

1. Install "jdns.i686" package

Please follow the guidance below to install jdns.i686 on Fedora 39

$ sudo dnf update $ sudo dnf install jdns.i686

2. Uninstall "jdns.i686" package

Please follow the step by step instructions below to uninstall jdns.i686 on Fedora 39:

$ sudo dnf remove jdns.i686 $ sudo dnf autoremove

3. Information about the jdns.i686 package on Fedora 39

Last metadata expiration check: 0:07:18 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : jdns
Version : 2.0.6
Release : 11.fc39
Architecture : i686
Size : 58 k
Source : jdns-2.0.6-11.fc39.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.