How to Install and Uninstall rust-trust-dns-client-devel.noarch Package on Fedora 39

Last updated: May 20,2024

1. Install "rust-trust-dns-client-devel.noarch" package

Please follow the guidelines below to install rust-trust-dns-client-devel.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install rust-trust-dns-client-devel.noarch

2. Uninstall "rust-trust-dns-client-devel.noarch" package

This guide let you learn how to uninstall rust-trust-dns-client-devel.noarch on Fedora 39:

$ sudo dnf remove rust-trust-dns-client-devel.noarch $ sudo dnf autoremove

3. Information about the rust-trust-dns-client-devel.noarch package on Fedora 39

Last metadata expiration check: 0:57:49 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : rust-trust-dns-client-devel
Version : 0.23.2
Release : 1.fc39
Architecture : noarch
Size : 50 k
Source : rust-trust-dns-client-0.23.2-1.fc39.src.rpm
Repository : updates
Summary : Trust-DNS is a safe and secure DNS library
URL : https://crates.io/crates/trust-dns-client
License : MIT OR Apache-2.0
Description : Trust-DNS is a safe and secure DNS library. This is the Client library
: with DNSSEC support. DNSSEC with NSEC validation for negative records,
: is complete. The client supports dynamic DNS with SIG0 authenticated
: requests, implementing easy to use high level funtions. Trust-DNS is
: based on the Tokio and Futures libraries, which means it should be
: easily integrated into other software that also use those libraries.
:
: This package contains library source intended for building other packages which
: use the "trust-dns-client" crate.