How to Install and Uninstall rust-hexyl-devel.noarch Package on Fedora 34

Last updated: October 04,2024

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

This tutorial shows how to install rust-hexyl-devel.noarch on Fedora 34

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

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

Please follow the instructions below to uninstall rust-hexyl-devel.noarch on Fedora 34:

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

3. Information about the rust-hexyl-devel.noarch package on Fedora 34

Last metadata expiration check: 0:36:28 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : rust-hexyl-devel
Version : 0.8.0
Release : 4.fc34
Architecture : noarch
Size : 30 k
Source : rust-hexyl-0.8.0-4.fc34.src.rpm
Repository : fedora
Summary : A command-line hex viewer
URL : https://crates.io/crates/hexyl
License : MIT or ASL 2.0
Description : `hexyl` is a simple hex viewer for the terminal. It uses a colored output to
: distinguish different categories of bytes (NUL bytes, printable ASCII
: characters, ASCII whitespace characters, other ASCII characters and non-ASCII).
:
: This package contains library source intended for building other packages
: which use "hexyl" crate.