How to Install and Uninstall llvm7.0.x86_64 Package on Amazon Linux 2

Last updated: April 29,2024

1. Install "llvm7.0.x86_64" package

Learn how to install llvm7.0.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install llvm7.0.x86_64

2. Uninstall "llvm7.0.x86_64" package

This tutorial shows how to uninstall llvm7.0.x86_64 on Amazon Linux 2:

$ sudo yum remove llvm7.0.x86_64 $ sudo yum autoremove

3. Information about the llvm7.0.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : llvm7.0
Arch : x86_64
Version : 7.0.1
Release : 1.amzn2.0.3
Size : 3.4 M
Repo : amzn2-core/2/x86_64
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.