How to Install and Uninstall valac Package on Kali Linux

Last updated: May 17,2024

1. Install "valac" package

Learn how to install valac on Kali Linux

$ sudo apt update $ sudo apt install valac

2. Uninstall "valac" package

This guide covers the steps necessary to uninstall valac on Kali Linux:

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

3. Information about the valac package on Kali Linux

Package: valac
Source: vala (0.56.14-1)
Version: 0.56.14-1+b1
Installed-Size: 725
Maintainer: Debian GNOME Maintainers
Architecture: amd64
Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.75.3), libvala-0.56-0 (= 0.56.14-1+b1), libvalacodegen-0.56-0 (= 0.56.14-1+b1), libglib2.0-dev (>= 2.48), valac-0.56-vapi (>= 0.56.14-1), valac-bin (= 0.56.14-1+b1)
Recommends: gcc
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
Size: 427744
SHA256: 64286630e020d73a6faee749e8401a1065fbd0d811c44ffd085a83be62947be6
SHA1: 45270734f5ca27f971388ec971eedf715579cf1b
MD5sum: e94f34f044ebf58d9a1d33fd52693bda
Description: 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:
Homepage: https://wiki.gnome.org/Projects/Vala/
Tag: devel::buildtools, devel::code-generator, devel::compiler,
devel::lang:vala, implemented-in::vala, interface::commandline,
role::program, scope::utility
Section: devel
Priority: optional
Filename: pool/main/v/vala/valac_0.56.14-1+b1_amd64.deb