How to Install and Uninstall rust-analyzer.x86_64 Package on Fedora 38

Last updated: January 01,2025

1. Install "rust-analyzer.x86_64" package

Please follow the steps below to install rust-analyzer.x86_64 on Fedora 38

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

2. Uninstall "rust-analyzer.x86_64" package

Here is a brief guide to show you how to uninstall rust-analyzer.x86_64 on Fedora 38:

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

3. Information about the rust-analyzer.x86_64 package on Fedora 38

Last metadata expiration check: 0:24:41 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : rust-analyzer
Version : 1.76.0
Release : 1.fc38
Architecture : x86_64
Size : 7.1 M
Source : rust-1.76.0-1.fc38.src.rpm
Repository : updates
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.