How to Install and Uninstall llvm12-devel.x86_64 Package on Oracle Linux 9

Last updated: October 06,2024

1. Install "llvm12-devel.x86_64" package

This is a short guide on how to install llvm12-devel.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install llvm12-devel.x86_64

2. Uninstall "llvm12-devel.x86_64" package

In this section, we are going to explain the necessary steps to uninstall llvm12-devel.x86_64 on Oracle Linux 9:

$ sudo dnf remove llvm12-devel.x86_64 $ sudo dnf autoremove

3. Information about the llvm12-devel.x86_64 package on Oracle Linux 9

Last metadata expiration check: 3:03:06 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : llvm12-devel
Version : 12.0.1
Release : 6.el9
Architecture : x86_64
Size : 3.0 M
Source : llvm12-12.0.1-6.el9.src.rpm
Repository : epel
Summary : Libraries and header files for LLVM
URL : http://llvm.org
License : NCSA
Description : This package contains library and header files needed to develop new native
: programs that use the LLVM infrastructure.