How to Install and Uninstall llvm14.x86_64 Package on CentOS Stream 9

Last updated: October 09,2024

1. Install "llvm14.x86_64" package

This is a short guide on how to install llvm14.x86_64 on CentOS Stream 9

$ sudo dnf update $ sudo dnf install llvm14.x86_64

2. Uninstall "llvm14.x86_64" package

In this section, we are going to explain the necessary steps to uninstall llvm14.x86_64 on CentOS Stream 9:

$ sudo dnf remove llvm14.x86_64 $ sudo dnf autoremove

3. Information about the llvm14.x86_64 package on CentOS Stream 9

Last metadata expiration check: 2:29:21 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : llvm14
Version : 14.0.5
Release : 6.el9
Architecture : x86_64
Size : 11 M
Source : llvm14-14.0.5-6.el9.src.rpm
Repository : epel
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.