How to Install and Uninstall rust-ipnet-devel.noarch Package on Oracle Linux 9
Last updated: November 16,2024
1. Install "rust-ipnet-devel.noarch" package
In this section, we are going to explain the necessary steps to install rust-ipnet-devel.noarch on Oracle Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
rust-ipnet-devel.noarch
Copied
2. Uninstall "rust-ipnet-devel.noarch" package
In this section, we are going to explain the necessary steps to uninstall rust-ipnet-devel.noarch on Oracle Linux 9:
$
sudo dnf remove
rust-ipnet-devel.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the rust-ipnet-devel.noarch package on Oracle Linux 9
Last metadata expiration check: 0:05:49 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : rust-ipnet-devel
Version : 2.9.0
Release : 1.el9
Architecture : noarch
Size : 34 k
Source : rust-ipnet-2.9.0-1.el9.src.rpm
Repository : epel
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 "ipnet" crate.
Available Packages
Name : rust-ipnet-devel
Version : 2.9.0
Release : 1.el9
Architecture : noarch
Size : 34 k
Source : rust-ipnet-2.9.0-1.el9.src.rpm
Repository : epel
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 "ipnet" crate.