How to Install and Uninstall rust-trust-dns-resolver+dns-over-tls-devel.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: June 30,2024

1. Install "rust-trust-dns-resolver+dns-over-tls-devel.noarch" package

This guide covers the steps necessary to install rust-trust-dns-resolver+dns-over-tls-devel.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install rust-trust-dns-resolver+dns-over-tls-devel.noarch

2. Uninstall "rust-trust-dns-resolver+dns-over-tls-devel.noarch" package

Please follow the step by step instructions below to uninstall rust-trust-dns-resolver+dns-over-tls-devel.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove rust-trust-dns-resolver+dns-over-tls-devel.noarch $ sudo dnf autoremove

3. Information about the rust-trust-dns-resolver+dns-over-tls-devel.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:47:36 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : rust-trust-dns-resolver+dns-over-tls-devel
Version : 0.23.2
Release : 1.el9
Architecture : noarch
Size : 8.3 k
Source : rust-trust-dns-resolver-0.23.2-1.el9.src.rpm
Repository : epel
Summary : Trust-DNS is a safe and secure DNS library
URL : https://crates.io/crates/trust-dns-resolver
License : MIT OR Apache-2.0
Description : Trust-DNS is a safe and secure DNS library. This Resolver library uses
: the Client library to perform all DNS queries. The Resolver is intended
: to be a high-level library for any DNS record resolution see Resolver
: and AsyncResolver for supported resolution types. The Client can be used
: for other queries.
:
: This package contains library source intended for building other packages which
: use the "dns-over-tls" feature of the "trust-dns-resolver" crate.