How to Install and Uninstall llvm11.i686 Package on Fedora 39

Last updated: October 15,2024

1. Install "llvm11.i686" package

Please follow the step by step instructions below to install llvm11.i686 on Fedora 39

$ sudo dnf update $ sudo dnf install llvm11.i686

2. Uninstall "llvm11.i686" package

This guide covers the steps necessary to uninstall llvm11.i686 on Fedora 39:

$ sudo dnf remove llvm11.i686 $ sudo dnf autoremove

3. Information about the llvm11.i686 package on Fedora 39

Last metadata expiration check: 4:19:08 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : llvm11
Version : 11.1.0
Release : 11.fc39
Architecture : i686
Size : 13 M
Source : llvm11-11.1.0-11.fc39.src.rpm
Repository : fedora
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.