How to Install and Uninstall llvm.x86_64 Package on Fedora 34

Last updated: September 30,2024

1. Install "llvm.x86_64" package

This is a short guide on how to install llvm.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install llvm.x86_64

2. Uninstall "llvm.x86_64" package

Please follow the guidance below to uninstall llvm.x86_64 on Fedora 34:

$ sudo dnf remove llvm.x86_64 $ sudo dnf autoremove

3. Information about the llvm.x86_64 package on Fedora 34

Last metadata expiration check: 4:11:01 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : llvm
Version : 12.0.1
Release : 1.fc34
Architecture : x86_64
Size : 14 M
Source : llvm-12.0.1-1.fc34.src.rpm
Repository : updates
Summary : The Low Level Virtual Machine
URL : http://llvm.org
License : NCSA
Description : LLVM is a compiler infrastructure designed for compile-time, link-time,
: runtime, and idle-time optimization of programs from arbitrary programming
: languages. The compiler infrastructure includes mirror sets of programming
: tools as well as libraries with equivalent functionality.