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

Last updated: May 18,2024

1. Install "llvm7.0-devel.x86_64" package

This is a short guide on how to install llvm7.0-devel.x86_64 on Amazon Linux 2

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

2. Uninstall "llvm7.0-devel.x86_64" package

This is a short guide on how to uninstall llvm7.0-devel.x86_64 on Amazon Linux 2:

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

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

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