How to Install and Uninstall rust-bytecount+html_report-devel.noarch Package on AlmaLinux 9

Last updated: October 06,2024

1. Install "rust-bytecount+html_report-devel.noarch" package

This guide covers the steps necessary to install rust-bytecount+html_report-devel.noarch on AlmaLinux 9

$ sudo dnf update $ sudo dnf install rust-bytecount+html_report-devel.noarch

2. Uninstall "rust-bytecount+html_report-devel.noarch" package

Please follow the guidelines below to uninstall rust-bytecount+html_report-devel.noarch on AlmaLinux 9:

$ sudo dnf remove rust-bytecount+html_report-devel.noarch $ sudo dnf autoremove

3. Information about the rust-bytecount+html_report-devel.noarch package on AlmaLinux 9

Last metadata expiration check: 0:22:09 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : rust-bytecount+html_report-devel
Version : 0.6.7
Release : 1.el9
Architecture : noarch
Size : 8.0 k
Source : rust-bytecount-0.6.7-1.el9.src.rpm
Repository : epel
Summary : Count occurrences of a given byte, or the number of UTF-8 code points
URL : https://crates.io/crates/bytecount
License : Apache-2.0 OR MIT
Description : Count occurrences of a given byte, or the number of UTF-8 code points,
: in a byte slice, fast.
:
: This package contains library source intended for building other packages which
: use the "html_report" feature of the "bytecount" crate.