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

Last updated: June 29,2024

1. Install "clippy.x86_64" package

This guide covers the steps necessary to install clippy.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install clippy.x86_64

2. Uninstall "clippy.x86_64" package

Learn how to uninstall clippy.x86_64 on Oracle Linux 9:

$ sudo dnf remove clippy.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 2:26:06 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : clippy
Version : 1.71.1
Release : 1.el9
Architecture : x86_64
Size : 2.5 M
Source : rust-1.71.1-1.el9.src.rpm
Repository : ol9_appstream
Summary : Lints to catch common mistakes and improve your Rust code
URL : https://www.rust-lang.org
License : (ASL 2.0 or MIT) and (BSD and MIT)
Description : A collection of lints to catch common mistakes and improve your Rust code.