How to Install and Uninstall cbindgen.x86_64 Package on Oracle Linux 9

Last updated: June 26,2024

1. Install "cbindgen.x86_64" package

In this section, we are going to explain the necessary steps to install cbindgen.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install cbindgen.x86_64

2. Uninstall "cbindgen.x86_64" package

This guide covers the steps necessary to uninstall cbindgen.x86_64 on Oracle Linux 9:

$ sudo dnf remove cbindgen.x86_64 $ sudo dnf autoremove

3. Information about the cbindgen.x86_64 package on Oracle Linux 9

Last metadata expiration check: 2:46:14 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : cbindgen
Version : 0.26.0
Release : 1.el9
Architecture : x86_64
Size : 1.4 M
Source : rust-cbindgen-0.26.0-1.el9.src.rpm
Repository : epel
Summary : Tool for generating C bindings to Rust code
URL : https://crates.io/crates/cbindgen
License : MPL-2.0 AND MIT AND Unicode-DFS-2016 AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND (Unlicense OR MIT)
Description : A tool for generating C bindings to Rust code.