How to Install and Uninstall rust-ipnet+heapless-devel.noarch Package on Fedora 39

Last updated: September 27,2024

1. Install "rust-ipnet+heapless-devel.noarch" package

Please follow the step by step instructions below to install rust-ipnet+heapless-devel.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install rust-ipnet+heapless-devel.noarch

2. Uninstall "rust-ipnet+heapless-devel.noarch" package

Please follow the steps below to uninstall rust-ipnet+heapless-devel.noarch on Fedora 39:

$ sudo dnf remove rust-ipnet+heapless-devel.noarch $ sudo dnf autoremove

3. Information about the rust-ipnet+heapless-devel.noarch package on Fedora 39

Last metadata expiration check: 3:30:59 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : rust-ipnet+heapless-devel
Version : 2.9.0
Release : 1.fc39
Architecture : noarch
Size : 9.0 k
Source : rust-ipnet-2.9.0-1.fc39.src.rpm
Repository : updates
Summary : Types and useful methods for working with IP prefixes
URL : https://crates.io/crates/ipnet
License : MIT OR Apache-2.0
Description : Provides types and useful methods for working with IPv4 and IPv6 network
: addresses, commonly called IP prefixes. The new `IpNet`, `Ipv4Net`, and
: `Ipv6Net` types build on the existing `IpAddr`, `Ipv4Addr`, and
: `Ipv6Addr` types already provided in Rust's standard library and align
: to their design to stay consistent. The module also provides useful
: traits that extend `Ipv4Addr` and `Ipv6Addr` with methods for `Add`,
: `Sub`, `BitAnd`, and `BitOr` operations. The module only uses stable
: feature so it is guaranteed to compile using the stable toolchain.
:
: This package contains library source intended for building other packages which
: use the "heapless" feature of the "ipnet" crate.