How to Install and Uninstall ldc-druntime.x86_64 Package on Fedora 34

Last updated: October 06,2024

1. Install "ldc-druntime.x86_64" package

Here is a brief guide to show you how to install ldc-druntime.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install ldc-druntime.x86_64

2. Uninstall "ldc-druntime.x86_64" package

This tutorial shows how to uninstall ldc-druntime.x86_64 on Fedora 34:

$ sudo dnf remove ldc-druntime.x86_64 $ sudo dnf autoremove

3. Information about the ldc-druntime.x86_64 package on Fedora 34

Last metadata expiration check: 0:49:55 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : ldc-druntime
Epoch : 1
Version : 1.25.1
Release : 2.fc34
Architecture : x86_64
Size : 598 k
Source : ldc-1.25.1-2.fc34.src.rpm
Repository : updates
Summary : Runtime library for D
URL : https://github.com/ldc-developers/ldc
License : Boost
Description : Druntime is the minimum library required to support the D programming
: language. It includes the system code required to support the garbage
: collector, associative arrays, exception handling, array vector operations,
: startup/shutdown, etc.