How to Install and Uninstall rust-onig_sys+default-devel.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: June 24,2024

1. Install "rust-onig_sys+default-devel.noarch" package

Please follow the guidance below to install rust-onig_sys+default-devel.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install rust-onig_sys+default-devel.noarch

2. Uninstall "rust-onig_sys+default-devel.noarch" package

This is a short guide on how to uninstall rust-onig_sys+default-devel.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove rust-onig_sys+default-devel.noarch $ sudo dnf autoremove

3. Information about the rust-onig_sys+default-devel.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:19:31 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : rust-onig_sys+default-devel
Version : 69.8.1
Release : 3.el9
Architecture : noarch
Size : 8.1 k
Source : rust-onig_sys-69.8.1-3.el9.src.rpm
Repository : epel
Summary : Rust bindings for oniguruma
URL : https://crates.io/crates/onig_sys
License : MIT
Description : The `onig_sys` crate contains raw rust bindings to the oniguruma
: library. This crate exposes a set of unsafe functions which can then be
: used by other crates to create safe wrappers around Oniguruma. You
: probably don't want to link to this crate directly; instead check out
: the `onig` crate.
:
: This package contains library source intended for building other packages which
: use the "default" feature of the "onig_sys" crate.