How to Install and Uninstall llvm.i686 Package on Fedora 35

Last updated: September 21,2024

1. Install "llvm.i686" package

This guide covers the steps necessary to install llvm.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install llvm.i686

2. Uninstall "llvm.i686" package

Please follow the guidance below to uninstall llvm.i686 on Fedora 35:

$ sudo dnf remove llvm.i686 $ sudo dnf autoremove

3. Information about the llvm.i686 package on Fedora 35

Last metadata expiration check: 0:02:59 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : llvm
Version : 13.0.1
Release : 1.fc35
Architecture : i686
Size : 17 M
Source : llvm-13.0.1-1.fc35.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.