How to Install and Uninstall rust-onig+default-devel.noarch Package on Oracle Linux 9

Last updated: September 21,2024

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

This guide covers the steps necessary to install rust-onig+default-devel.noarch on Oracle Linux 9

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

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

This is a short guide on how to uninstall rust-onig+default-devel.noarch on Oracle Linux 9:

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

3. Information about the rust-onig+default-devel.noarch package on Oracle Linux 9

Last metadata expiration check: 0:12:53 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : rust-onig+default-devel
Version : 6.4.0
Release : 2.el9
Architecture : noarch
Size : 7.9 k
Source : rust-onig-6.4.0-2.el9.src.rpm
Repository : epel
Summary : Rust bindings for the Oniguruma regular expression library
URL : https://crates.io/crates/onig
License : MIT
Description : Rust-Onig is a set of Rust bindings for the Oniguruma regular expression
: library. Oniguruma is a modern regex library with support for multiple
: character encodings and regex syntaxes.
:
: This package contains library source intended for building other packages which
: use the "default" feature of the "onig" crate.