How to Install and Uninstall vala.x86_64 Package on Fedora 39

Last updated: October 11,2024

1. Install "vala.x86_64" package

This tutorial shows how to install vala.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install vala.x86_64

2. Uninstall "vala.x86_64" package

Please follow the guidance below to uninstall vala.x86_64 on Fedora 39:

$ sudo dnf remove vala.x86_64 $ sudo dnf autoremove

3. Information about the vala.x86_64 package on Fedora 39

Last metadata expiration check: 5:00:17 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : vala
Version : 0.56.14
Release : 1.fc39
Architecture : x86_64
Size : 1.4 M
Source : vala-0.56.14-1.fc39.src.rpm
Repository : updates
Summary : A modern programming language for GNOME
URL : https://wiki.gnome.org/Projects/Vala
License : LGPL-2.1-or-later AND BSD-2-Clause
Description : 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. It's also planned to generate GIDL files when gobject-
: introspection is ready.
:
: The syntax of Vala is similar to C#, modified to better fit the GObject
: type system.