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

Last updated: May 12,2024

1. Install "valac" package

Please follow the step by step instructions below to install valac on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install valac

2. Uninstall "valac" package

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

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

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

Package: valac
Priority: optional
Section: universe/devel
Installed-Size: 605
Maintainer: Ubuntu Developers
Original-Maintainer: Maintainers of Vala packages
Architecture: amd64
Source: vala
Version: 0.30.1-1
Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.26), libvala-0.30-0 (= 0.30.1-1), libglib2.0-dev (>= 2.26), valac-0.30-vapi
Conflicts: valac-0.12, valac-0.14, valac-0.16, valac-0.18, valac-0.20, valac-0.22, valac-0.24, valac-0.26, valac-0.28, valac-0.30
Filename: pool/universe/v/vala/valac_0.30.1-1_amd64.deb
Size: 118614
MD5sum: da99d868b9d321c094c07e83fe2657f2
SHA1: 045e55803ce50dc480bbd3ee986d78dde5164797
SHA256: edfa02eaf83f5117b2876ec5ce13e12dad09131b9f31a9a5843e69e347caf6e4
Description-en: C# like language for the GObject system
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.
Description-md5: 218f3b0a7cade0003732a9717a7a8215
Homepage: https://wiki.gnome.org/Projects/Vala/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu