How to Install and Uninstall rust-onig_sys-devel.noarch Package on CentOS Stream 9

Last updated: September 23,2024

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

Here is a brief guide to show you how to install rust-onig_sys-devel.noarch on CentOS Stream 9

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

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

Learn how to uninstall rust-onig_sys-devel.noarch on CentOS Stream 9:

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

3. Information about the rust-onig_sys-devel.noarch package on CentOS Stream 9

Last metadata expiration check: 2:08:17 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : rust-onig_sys-devel
Version : 69.8.1
Release : 3.el9
Architecture : noarch
Size : 18 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 "onig_sys" crate.