How to Install and Uninstall dmd Package on openSUSE Leap

Last updated: May 20,2024

1. Install "dmd" package

Here is a brief guide to show you how to install dmd on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install dmd

2. Uninstall "dmd" package

In this section, we are going to explain the necessary steps to uninstall dmd on openSUSE Leap:

$ sudo zypper remove dmd

3. Information about the dmd package on openSUSE Leap

Information for package dmd:
----------------------------
Repository : Main Repository
Name : dmd
Version : 2.098.1-bp155.1.39
Arch : x86_64
Vendor : openSUSE
Installed Size : 9.0 MiB
Installed : No
Status : not installed
Source package : dmd-2.098.1-bp155.1.39.src
Upstream URL : https://dlang.org/
Summary : D Programming Language 2.0
Description :
The D programming language is an object-oriented, imperative,
multi-paradigm system programming language. It has type inference,
automatic memory management and syntactic sugar for common types,
bounds checking, design by contract features, and a concurrency-aware
type system.