How to Install and Uninstall ldc.x86_64 Package on CentOS Stream 8

Last updated: October 06,2024

1. Install "ldc.x86_64" package

Please follow the step by step instructions below to install ldc.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install ldc.x86_64

2. Uninstall "ldc.x86_64" package

Here is a brief guide to show you how to uninstall ldc.x86_64 on CentOS Stream 8:

$ sudo dnf remove ldc.x86_64 $ sudo dnf autoremove

3. Information about the ldc.x86_64 package on CentOS Stream 8

Last metadata expiration check: 2:30:42 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : ldc
Epoch : 1
Version : 1.30.0
Release : 3.el8
Architecture : x86_64
Size : 10 M
Source : ldc-1.30.0-3.el8.src.rpm
Repository : epel
Summary : LLVM D Compiler
URL : https://github.com/ldc-developers/ldc
License : BSD
Description : LDC is a portable compiler for the D programming language with modern
: optimization and code generation capabilities.
:
: It uses the official DMD compiler frontend to support the latest version
: of D, and relies on the LLVM Core libraries for code generation.