How to Install and Uninstall rust-trust-dns-recursor+dns-over-rustls-devel.noarch Package on Fedora 39

Last updated: September 21,2024

1. Install "rust-trust-dns-recursor+dns-over-rustls-devel.noarch" package

Here is a brief guide to show you how to install rust-trust-dns-recursor+dns-over-rustls-devel.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install rust-trust-dns-recursor+dns-over-rustls-devel.noarch

2. Uninstall "rust-trust-dns-recursor+dns-over-rustls-devel.noarch" package

Please follow the instructions below to uninstall rust-trust-dns-recursor+dns-over-rustls-devel.noarch on Fedora 39:

$ sudo dnf remove rust-trust-dns-recursor+dns-over-rustls-devel.noarch $ sudo dnf autoremove

3. Information about the rust-trust-dns-recursor+dns-over-rustls-devel.noarch package on Fedora 39

Last metadata expiration check: 2:09:56 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : rust-trust-dns-recursor+dns-over-rustls-devel
Version : 0.23.2
Release : 1.fc39
Architecture : noarch
Size : 8.3 k
Source : rust-trust-dns-recursor-0.23.2-1.fc39.src.rpm
Repository : updates
Summary : Safe and secure DNS recursive resolver with DNSSEC support
URL : https://crates.io/crates/trust-dns-recursor
License : MIT OR Apache-2.0
Description : Trust-DNS Recursor is a safe and secure DNS recursive resolver with
: DNSSEC support. 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 library can be used as in the server and
: binary for performing recursive lookups.
:
: This package contains library source intended for building other packages which
: use the "dns-over-rustls" feature of the "trust-dns-recursor" crate.