How to Install and Uninstall dmd Package on openSuSE Tumbleweed

Last updated: May 19,2024

1. Install "dmd" package

Please follow the steps below to install dmd on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install dmd

2. Uninstall "dmd" package

This guide covers the steps necessary to uninstall dmd on openSuSE Tumbleweed:

$ sudo zypper remove dmd

3. Information about the dmd package on openSuSE Tumbleweed

Information for package dmd:
----------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : dmd
Version : 2.107.1-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 10.8 MiB
Installed : No
Status : not installed
Source package : dmd-2.107.1-1.1.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.