How to Install and Uninstall llvm.src Package on Oracle Linux 9

Last updated: October 08,2024

1. Install "llvm.src" package

This guide covers the steps necessary to install llvm.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install llvm.src

2. Uninstall "llvm.src" package

Learn how to uninstall llvm.src on Oracle Linux 9:

$ sudo dnf remove llvm.src $ sudo dnf autoremove

3. Information about the llvm.src package on Oracle Linux 9

Last metadata expiration check: 3:05:24 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : llvm
Version : 16.0.6
Release : 4.el9
Architecture : src
Size : 54 M
Source : None
Repository : ol9_appstream
Summary : The Low Level Virtual Machine
URL : http://llvm.org
License : Apache-2.0 WITH LLVM-exception OR 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.