How to Install and Uninstall llvm-11 Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 15,2024

1. Install "llvm-11" package

This guide let you learn how to install llvm-11 on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install llvm-11

2. Uninstall "llvm-11" package

This is a short guide on how to uninstall llvm-11 on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove llvm-11 $ sudo apt autoclean && sudo apt autoremove

3. Information about the llvm-11 package on Ubuntu 21.10 (Impish Indri)

Package: llvm-11
Architecture: amd64
Version: 1:11.0.1-2ubuntu5
Priority: optional
Section: universe/devel
Source: llvm-toolchain-11
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: LLVM Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 32219
Depends: llvm-11-runtime (= 1:11.0.1-2ubuntu5), llvm-11-linker-tools (= 1:11.0.1-2ubuntu5), libc6 (>= 2.33), libgcc-s1 (>= 3.3), libllvm11 (>= 1:9~svn298832-1~), libpfm4, libstdc++6 (>= 11), libtinfo6 (>= 6), zlib1g (>= 1:1.2.0)
Recommends: llvm-11-dev
Suggests: llvm-11-doc
Filename: pool/universe/l/llvm-toolchain-11/llvm-11_11.0.1-2ubuntu5_amd64.deb
Size: 9114216
MD5sum: 47ad19cc19a09404e0d589c4deed1507
SHA1: 1687e0ac452ba01110136c28ec94abca2bf707da
SHA256: 2897e9e1855d1f4f9fd185660c560841287380dfa7798833ac84d400e6bfa62f
SHA512: b84b755d03293afbbf05d130d28b8aaf250e630942ca15c8c3754442b3323a9eebb19570b864545318cb3ac8c85cae9c0dbf6167b05c4b6d2f62d7a62646b668
Homepage: https://www.llvm.org/
Description-en: Modular compiler and toolchain technologies
LLVM is a collection of libraries and tools that make it easy to build
compilers, optimizers, just-in-time code generators, and many other
compiler-related programs.
.
LLVM uses a single, language-independent virtual instruction set both
as an offline code representation (to communicate code between
compiler phases and to run-time systems) and as the compiler internal
representation (to analyze and transform programs). This persistent
code representation allows a common set of sophisticated compiler
techniques to be applied at compile-time, link-time, install-time,
run-time, or "idle-time" (between program runs).
.
The strengths of the LLVM infrastructure are its extremely
simple design (which makes it easy to understand and use),
source-language independence, powerful mid-level optimizer, automated
compiler debugging support, extensibility, and its stability and
reliability. LLVM is currently being used to host a wide variety of
academic research projects and commercial projects. LLVM includes C
and C++ front-ends, a front-end for a Forth-like language (Stacker),
a young scheme front-end, and Java support is in development. LLVM can
generate code for X96, SparcV10, PowerPC or many other architectures.
Description-md5: 07d463911771b9679a5f0131f40992d4