How to Install and Uninstall ldc Package on openSUSE Leap

Last updated: May 13,2024

1. Install "ldc" package

Learn how to install ldc on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install ldc

2. Uninstall "ldc" package

Here is a brief guide to show you how to uninstall ldc on openSUSE Leap:

$ sudo zypper remove ldc

3. Information about the ldc package on openSUSE Leap

Information for package ldc:
----------------------------
Repository : Main Repository
Name : ldc
Version : 1.29.0-bp155.3.26
Arch : x86_64
Vendor : openSUSE
Installed Size : 6.2 MiB
Installed : No
Status : not installed
Source package : ldc-1.29.0-bp155.3.26.src
Upstream URL : https://wiki.dlang.org/LDC
Summary : The LLVM D Compiler
Description :
LDC is an LLVM based compiler for the D programming language. It uses the
frontend of the reference compiler (DMD), thereby supporting the same language
features, but profits from LLVM's superior optimizing and code generation
capabilities.