How to Install and Uninstall valac-dbg Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: April 29,2024

1. Install "valac-dbg" package

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

$ sudo apt update $ sudo apt install valac-dbg

2. Uninstall "valac-dbg" package

Here is a brief guide to show you how to uninstall valac-dbg on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove valac-dbg $ sudo apt autoclean && sudo apt autoremove

3. Information about the valac-dbg package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: valac-dbg
Priority: extra
Section: universe/debug
Installed-Size: 2319
Maintainer: Ubuntu Developers
Original-Maintainer: Maintainers of Vala packages
Architecture: amd64
Source: vala
Version: 0.30.1-1
Depends: valac (= 0.30.1-1)
Filename: pool/universe/v/vala/valac-dbg_0.30.1-1_amd64.deb
Size: 383612
MD5sum: 548a743965fc9dab0387bb10f4b62a84
SHA1: fa0d2c0975f0a5a6ea79890c54d81e6b3118eead
SHA256: 6b0709a99e5d020c57a4acb85b262687121b1c9f07da3b860e2669e2a6e25691
Description-en: C# like language for the GObject system - debug symbols
Vala is a new programming language that aims to bring modern programming
language features to GNOME developers without imposing any additional
runtime requirements and without using a different ABI compared to
applications and libraries written in C.
.
valac, the Vala compiler, is a self-hosting compiler that translates
Vala source code into C source and header files. It uses the GObject
type system to create classes and interfaces declared in the Vala
source code. This package also contains the vala-gen-introspect and
vapigen binaries that will automatically generate Vala bindings.
.
This package contains the compiler debug symbols.
Description-md5: 0f5939694f8d1d8b0f603121c18dafe7
Homepage: https://wiki.gnome.org/Projects/Vala/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu