How to Install and Uninstall bindgen-cli.x86_64 Package on CentOS Stream 9

Last updated: September 21,2024

1. Install "bindgen-cli.x86_64" package

Please follow the guidance below to install bindgen-cli.x86_64 on CentOS Stream 9

$ sudo dnf update $ sudo dnf install bindgen-cli.x86_64

2. Uninstall "bindgen-cli.x86_64" package

In this section, we are going to explain the necessary steps to uninstall bindgen-cli.x86_64 on CentOS Stream 9:

$ sudo dnf remove bindgen-cli.x86_64 $ sudo dnf autoremove

3. Information about the bindgen-cli.x86_64 package on CentOS Stream 9

Last metadata expiration check: 3:00:30 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : bindgen-cli
Version : 0.69.4
Release : 1.el9
Architecture : x86_64
Size : 1.8 M
Source : rust-bindgen-cli-0.69.4-1.el9.src.rpm
Repository : epel
Summary : Automatically generates Rust FFI bindings to C and C++ libraries
URL : https://crates.io/crates/bindgen-cli
License : BSD-3-Clause AND Apache-2.0 AND ISC AND MIT AND Unicode-DFS-2016 AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND (Unlicense OR MIT)
Description : Automatically generates Rust FFI bindings to C and C++ libraries.