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

Last updated: March 28,2024

1. Install "ldc.x86_64" package

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

$ sudo dnf update $ sudo dnf install ldc.x86_64

2. Uninstall "ldc.x86_64" package

Please follow the guidelines below to uninstall ldc.x86_64 on Fedora 36:

$ sudo dnf remove ldc.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 3:53:30 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ldc
Epoch : 1
Version : 1.27.1
Release : 3.fc36
Architecture : x86_64
Size : 4.6 M
Source : ldc-1.27.1-3.fc36.src.rpm
Repository : updates
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.