How to Install and Uninstall rustfmt.x86_64 Package on CentOS Stream 9

Last updated: November 26,2024

1. Install "rustfmt.x86_64" package

In this section, we are going to explain the necessary steps to install rustfmt.x86_64 on CentOS Stream 9

$ sudo dnf update $ sudo dnf install rustfmt.x86_64

2. Uninstall "rustfmt.x86_64" package

This is a short guide on how to uninstall rustfmt.x86_64 on CentOS Stream 9:

$ sudo dnf remove rustfmt.x86_64 $ sudo dnf autoremove

3. Information about the rustfmt.x86_64 package on CentOS Stream 9

Last metadata expiration check: 1:46:54 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : rustfmt
Version : 1.75.0
Release : 1.el9
Architecture : x86_64
Size : 1.9 M
Source : rust-1.75.0-1.el9.src.rpm
Repository : appstream
Summary : Tool to find and fix Rust formatting issues
URL : https://www.rust-lang.org
License : (Apache-2.0 OR MIT) AND (Artistic-2.0 AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0 AND Unicode-DFS-2016)
Description : A tool for formatting Rust code according to style guidelines.