How to Install and Uninstall llvm-devel.i686 Package on Oracle Linux 9

Last updated: October 07,2024

1. Install "llvm-devel.i686" package

In this section, we are going to explain the necessary steps to install llvm-devel.i686 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install llvm-devel.i686

2. Uninstall "llvm-devel.i686" package

This guide covers the steps necessary to uninstall llvm-devel.i686 on Oracle Linux 9:

$ sudo dnf remove llvm-devel.i686 $ sudo dnf autoremove

3. Information about the llvm-devel.i686 package on Oracle Linux 9

Last metadata expiration check: 2:46:37 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : llvm-devel
Version : 16.0.6
Release : 4.el9
Architecture : i686
Size : 5.4 M
Source : llvm-16.0.6-4.el9.src.rpm
Repository : ol9_appstream
Summary : Libraries and header files for LLVM
URL : http://llvm.org
License : Apache-2.0 WITH LLVM-exception OR NCSA
Description : This package contains library and header files needed to develop new native
: programs that use the LLVM infrastructure.