How to Install and Uninstall ldc.x86_64 Package on Fedora 39

Last updated: September 21,2024

1. Install "ldc.x86_64" package

Please follow the instructions below to install ldc.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install ldc.x86_64

2. Uninstall "ldc.x86_64" package

Please follow the steps below to uninstall ldc.x86_64 on Fedora 39:

$ sudo dnf remove ldc.x86_64 $ sudo dnf autoremove

3. Information about the ldc.x86_64 package on Fedora 39

Last metadata expiration check: 1:08:16 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : ldc
Epoch : 1
Version : 1.33.0
Release : 1.fc39
Architecture : x86_64
Size : 5.1 M
Source : ldc-1.33.0-1.fc39.src.rpm
Repository : fedora
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.