How to Install and Uninstall dub Package on openSuSE Tumbleweed

Last updated: May 07,2024

1. Install "dub" package

This guide covers the steps necessary to install dub on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install dub

2. Uninstall "dub" package

This tutorial shows how to uninstall dub on openSuSE Tumbleweed:

$ sudo zypper remove dub

3. Information about the dub package on openSuSE Tumbleweed

Information for package dub:
----------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : dub
Version : 1.33.0-1.5
Arch : x86_64
Vendor : openSUSE
Installed Size : 13.5 MiB
Installed : No
Status : not installed
Source package : dub-1.33.0-1.5.src
Upstream URL : https://code.dlang.org
Summary : Package manager and meta build tool for the D programming language
Description :
Package Manager for the D Programming language.
DUB emerged as a more general replacement for vibe.d's package manager.
It does not imply a dependecy to vibe.d for packages and was extended to
not only directly build projects, but also to generate project files
(currently VisualD). Mono-D also support the use of dub.json
(dub's package description) as project file.