How to Install and Uninstall dub Package on openSUSE Leap

Last updated: May 06,2024

1. Install "dub" package

This guide let you learn how to install dub on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install dub

2. Uninstall "dub" package

Please follow the guidelines below to uninstall dub on openSUSE Leap:

$ sudo zypper remove dub

3. Information about the dub package on openSUSE Leap

Information for package dub:
----------------------------
Repository : Main Repository
Name : dub
Version : 1.29.0-bp155.1.5
Arch : x86_64
Vendor : openSUSE
Installed Size : 7.3 MiB
Installed : No
Status : not installed
Source package : dub-1.29.0-bp155.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.