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

Last updated: January 15,2025

1. Install "vala.x86_64" package

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

$ sudo dnf update $ sudo dnf install vala.x86_64

2. Uninstall "vala.x86_64" package

Learn how to uninstall vala.x86_64 on Fedora 34:

$ sudo dnf remove vala.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:59:54 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : vala
Version : 0.48.24
Release : 1.fc34
Architecture : x86_64
Size : 1.3 M
Source : vala-0.48.24-1.fc34.src.rpm
Repository : updates
Summary : A modern programming language for GNOME
URL : https://wiki.gnome.org/Projects/Vala
License : LGPLv2+ and BSD
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.