How to Install and Uninstall llvm.i686 Package on Oracle Linux 8

Last updated: November 30,2024

1. Install "llvm.i686" package

This tutorial shows how to install llvm.i686 on Oracle Linux 8

$ sudo dnf update $ sudo dnf install llvm.i686

2. Uninstall "llvm.i686" package

Here is a brief guide to show you how to uninstall llvm.i686 on Oracle Linux 8:

$ sudo dnf remove llvm.i686 $ sudo dnf autoremove

3. Information about the llvm.i686 package on Oracle Linux 8

Last metadata expiration check: 1:26:30 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : llvm
Version : 13.0.1
Release : 1.0.1.module+el8.6.0+20527+760cef7e
Architecture : i686
Size : 19 M
Source : llvm-13.0.1-1.0.1.module+el8.6.0+20527+760cef7e.src.rpm
Repository : ol8_appstream
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.