How to Install and Uninstall llvm Package on openSuSE Tumbleweed

Last updated: May 19,2024

1. Install "llvm" package

This guide covers the steps necessary to install llvm on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install llvm

2. Uninstall "llvm" package

This guide let you learn how to uninstall llvm on openSuSE Tumbleweed:

$ sudo zypper remove llvm

3. Information about the llvm package on openSuSE Tumbleweed

Information for package llvm:
-----------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : llvm
Version : 17-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 72 B
Installed : No
Status : not installed
Source package : llvm-17-1.2.src
Upstream URL : https://www.llvm.org/
Summary : Low Level Virtual Machine
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.
This package is a dummy package that depends on the version of
llvm that openSUSE currently supports. Packages that
don't require a specific LLVM version should depend on this.