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

Last updated: September 23,2024

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

Please follow the step by step instructions below to install rust-trust-dns-recursor+dns-over-https-devel.noarch on Fedora 38

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

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

This guide let you learn how to uninstall rust-trust-dns-recursor+dns-over-https-devel.noarch on Fedora 38:

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

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

Last metadata expiration check: 1:30:34 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : rust-trust-dns-recursor+dns-over-https-devel
Version : 0.23.2
Release : 1.fc38
Architecture : noarch
Size : 8.1 k
Source : rust-trust-dns-recursor-0.23.2-1.fc38.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-https" feature of the "trust-dns-recursor" crate.