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

Last updated: February 02,2025

1. Install "llvm-13" package

Please follow the instructions below to install llvm-13 on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install llvm-13

2. Uninstall "llvm-13" package

This tutorial shows how to uninstall llvm-13 on Ubuntu 21.10 (Impish Indri):

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

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

Package: llvm-13
Architecture: amd64
Version: 1:13.0.0-2
Priority: optional
Section: universe/devel
Source: llvm-toolchain-13
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: LLVM Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 43342
Depends: llvm-13-runtime (= 1:13.0.0-2), llvm-13-linker-tools (= 1:13.0.0-2), libc6 (>= 2.34), libgcc-s1 (>= 3.3), libllvm13, libomp5-13 (>= 8), libpfm4, libstdc++6 (>= 11), libtinfo6 (>= 6), zlib1g (>= 1:1.2.0)
Recommends: llvm-13-dev
Suggests: llvm-13-doc
Filename: pool/universe/l/llvm-toolchain-13/llvm-13_13.0.0-2_amd64.deb
Size: 11551970
MD5sum: 219710c17aedb700ba6a80e532690cbc
SHA1: 22fc7f77043540a3c412c1033001ddf8228c1f35
SHA256: e6076b031d9f5090c1f551184202ea25e1dfbf1ff05ce02ccca938f86c7004fa
SHA512: 0d7cc62d98f522755bea20b7ad67de6f7b1812f05b5653f8b5b63936b784c13095f7861a9de17898a98b6d7f702e880bbed9be0e9f5fd2bb1fab7f47c7a81da8
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