How to Install and Uninstall llvm.x86_64 Package on Amazon Linux 2
Last updated: January 06,2025
1. Install "llvm.x86_64" package
Please follow the step by step instructions below to install llvm.x86_64 on Amazon Linux 2
$
sudo yum makecache
Copied
$
sudo yum install
llvm.x86_64
Copied
2. Uninstall "llvm.x86_64" package
This guide let you learn how to uninstall llvm.x86_64 on Amazon Linux 2:
$
sudo yum remove
llvm.x86_64
Copied
$
sudo yum autoremove
Copied
3. Information about the llvm.x86_64 package on Amazon Linux 2
Loaded plugins: ovl, priorities
Available Packages
Name : llvm
Arch : x86_64
Version : 11.1.0
Release : 1.amzn2.0.2
Size : 12 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.
Available Packages
Name : llvm
Arch : x86_64
Version : 11.1.0
Release : 1.amzn2.0.2
Size : 12 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.