How to Install and Uninstall lld Package on openSuSE Tumbleweed

Last updated: May 16,2024

1. Install "lld" package

Please follow the guidelines below to install lld on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install lld

2. Uninstall "lld" package

Please follow the steps below to uninstall lld on openSuSE Tumbleweed:

$ sudo zypper remove lld

3. Information about the lld package on openSuSE Tumbleweed

Information for package lld:
----------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : lld
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://lld.llvm.org/
Summary : Linker for Clang/LLVM
Description :
LLD is a linker from the LLVM project. That is a drop-in replacement for
system linkers and runs much faster than them. It also provides features that
are useful for toolchain developers.