How to Install and Uninstall dub Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 06,2024

1. Install "dub" package

This is a short guide on how to install dub on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install dub

2. Uninstall "dub" package

Please follow the steps below to uninstall dub on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove dub $ sudo apt autoclean && sudo apt autoremove

3. Information about the dub package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: dub
Priority: optional
Section: universe/devel
Installed-Size: 4489
Maintainer: Ubuntu Developers
Original-Maintainer: Matthias Klumpp
Architecture: amd64
Version: 0.9.24-2
Depends: gdc | ldc | d-compiler, libc6 (>= 2.14), libcurl3-gnutls (>= 7.18.0), libgcc1 (>= 1:4.2), zlib1g (>= 1:1.2.0)
Filename: pool/universe/d/dub/dub_0.9.24-2_amd64.deb
Size: 1059756
MD5sum: 313597dd0ebfd3f8e71536666871b3d1
SHA1: e6060996da3fcbc9f51cd6115a3ea2ebbbfc9350
SHA256: 021f8bf2aa28fdd3a640ffb3d182819dc1133220ae30781c79b27fe7168b1cc2
Description-en: Package and build management system for D
DUB is a build tool for D projects with support for automatically
retrieving dependencies and integrating them in the build process.
.
The design emphasis is on maximum simplicity for simple projects, while
providing the opportunity to customize things when needed.
Description-md5: 86ed00bb520f19f0253a2be517317c74
Homepage: http://code.dlang.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu