How to Install and Uninstall rust-analyzer.x86_64 Package on CentOS Stream 9

Last updated: October 01,2024

1. Install "rust-analyzer.x86_64" package

Please follow the steps below to install rust-analyzer.x86_64 on CentOS Stream 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 CentOS Stream 9:

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

3. Information about the rust-analyzer.x86_64 package on CentOS Stream 9

Last metadata expiration check: 1:30:49 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : rust-analyzer
Version : 1.75.0
Release : 1.el9
Architecture : x86_64
Size : 7.2 M
Source : rust-1.75.0-1.el9.src.rpm
Repository : appstream
Summary : Rust implementation of the Language Server Protocol
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 : 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.