How to Install and Uninstall mdns-devel.noarch Package on Fedora 38

Last updated: November 27,2024

1. Install "mdns-devel.noarch" package

Here is a brief guide to show you how to install mdns-devel.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install mdns-devel.noarch

2. Uninstall "mdns-devel.noarch" package

Here is a brief guide to show you how to uninstall mdns-devel.noarch on Fedora 38:

$ sudo dnf remove mdns-devel.noarch $ sudo dnf autoremove

3. Information about the mdns-devel.noarch package on Fedora 38

Last metadata expiration check: 1:44:50 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : mdns-devel
Version : 1.4.3
Release : 1.fc38
Architecture : noarch
Size : 23 k
Source : mdns-1.4.3-1.fc38.src.rpm
Repository : updates
Summary : Header-only mDNS/DNS-SD library in C
URL : https://github.com/mjansson/mdns
License : LicenseRef-Fedora-Public-Domain
Description : This library provides a header only cross-platform mDNS and DNS-DS library
: in C.
:
: The library does DNS-SD discovery and service as well as one-shot single
: record mDNS query and response. There are no memory allocations done by
: the library, all buffers used must be passed in by the caller.
:
: Custom data for use in processing can be passed along using a user data
: opaque pointer.