How to Install and Uninstall rust-onig_sys+print-debug-devel.noarch Package on Oracle Linux 9

Last updated: July 05,2024

1. Install "rust-onig_sys+print-debug-devel.noarch" package

This tutorial shows how to install rust-onig_sys+print-debug-devel.noarch on Oracle Linux 9

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

2. Uninstall "rust-onig_sys+print-debug-devel.noarch" package

Please follow the step by step instructions below to uninstall rust-onig_sys+print-debug-devel.noarch on Oracle Linux 9:

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

3. Information about the rust-onig_sys+print-debug-devel.noarch package on Oracle Linux 9

Last metadata expiration check: 2:45:00 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : rust-onig_sys+print-debug-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 "print-debug" feature of the "onig_sys" crate.