How to Install and Uninstall rust-analyzer.x86_64 Package on Oracle Linux 9

Last updated: July 01,2024

1. Install "rust-analyzer.x86_64" package

Please follow the steps below to install rust-analyzer.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install rust-analyzer.x86_64

2. Uninstall "rust-analyzer.x86_64" package

Please follow the guidelines below to uninstall rust-analyzer.x86_64 on Oracle Linux 9:

$ sudo dnf remove rust-analyzer.x86_64 $ sudo dnf autoremove

3. Information about the rust-analyzer.x86_64 package on Oracle Linux 9

Last metadata expiration check: 0:20:56 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : rust-analyzer
Version : 1.71.1
Release : 1.el9
Architecture : x86_64
Size : 8.0 M
Source : rust-1.71.1-1.el9.src.rpm
Repository : ol9_appstream
Summary : Rust implementation of the Language Server Protocol
URL : https://www.rust-lang.org
License : (ASL 2.0 or MIT) and (BSD and MIT)
Description : rust-analyzer is an implementation of Language Server Protocol for the Rust
: programming language. It provides features like completion and goto definition
: for many code editors, including VS Code, Emacs and Vim.