How to Install and Uninstall lld Package on openSUSE Leap

Last updated: May 16,2024

1. Install "lld" package

Please follow the step by step instructions below to install lld on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install lld

2. Uninstall "lld" package

This guide let you learn how to uninstall lld on openSUSE Leap:

$ sudo zypper remove lld

3. Information about the lld package on openSUSE Leap

Information for package lld:
----------------------------
Repository : Main Repository
Name : lld
Version : 15.0.7-bp155.1.7
Arch : x86_64
Vendor : openSUSE
Installed Size : 72 B
Installed : No
Status : not installed
Source package : llvm-15.0.7-bp155.1.7.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.