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

Last updated: May 20,2024

1. Install "rust-trust-dns-server+backtrace-devel.noarch" package

Please follow the guidance below to install rust-trust-dns-server+backtrace-devel.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install rust-trust-dns-server+backtrace-devel.noarch

2. Uninstall "rust-trust-dns-server+backtrace-devel.noarch" package

Please follow the guidelines below to uninstall rust-trust-dns-server+backtrace-devel.noarch on Fedora 39:

$ sudo dnf remove rust-trust-dns-server+backtrace-devel.noarch $ sudo dnf autoremove

3. Information about the rust-trust-dns-server+backtrace-devel.noarch package on Fedora 39

Last metadata expiration check: 3:11:05 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : rust-trust-dns-server+backtrace-devel
Version : 0.23.2
Release : 1.fc39
Architecture : noarch
Size : 8.2 k
Source : rust-trust-dns-server-0.23.2-1.fc39.src.rpm
Repository : updates
Summary : Trust-DNS is a safe and secure DNS server with DNSSEC support
URL : https://crates.io/crates/trust-dns-server
License : MIT OR Apache-2.0
Description : Trust-DNS is a safe and secure DNS server with DNSSEC support.
: Eventually this could be a replacement for BIND9. The DNSSEC support
: allows for live signing of all records, in it does not currently
: support records signed offline. The server supports dynamic DNS with
: SIG0 authenticated requests. 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 "backtrace" feature of the "trust-dns-server" crate.