How to Install and Uninstall rust-serde_repr-devel.noarch Package on Rocky Linux 9

Last updated: October 11,2024

1. Install "rust-serde_repr-devel.noarch" package

This is a short guide on how to install rust-serde_repr-devel.noarch on Rocky Linux 9

$ sudo dnf update $ sudo dnf install rust-serde_repr-devel.noarch

2. Uninstall "rust-serde_repr-devel.noarch" package

This is a short guide on how to uninstall rust-serde_repr-devel.noarch on Rocky Linux 9:

$ sudo dnf remove rust-serde_repr-devel.noarch $ sudo dnf autoremove

3. Information about the rust-serde_repr-devel.noarch package on Rocky Linux 9

Last metadata expiration check: 2:20:14 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : rust-serde_repr-devel
Version : 0.1.18
Release : 1.el9
Architecture : noarch
Size : 20 k
Source : rust-serde_repr-0.1.18-1.el9.src.rpm
Repository : epel
Summary : Derive Serialize and Deserialize for C-like enums
URL : https://crates.io/crates/serde_repr
License : MIT OR Apache-2.0
Description : Derive Serialize and Deserialize that delegates to the underlying repr
: of a C-like enum.
:
: This package contains library source intended for building other packages which
: use the "serde_repr" crate.