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

Last updated: November 25,2024

1. Install "vala.x86_64" package

Here is a brief guide to show you how to install vala.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install vala.x86_64

2. Uninstall "vala.x86_64" package

This guide covers the steps necessary to uninstall vala.x86_64 on Fedora 36:

$ sudo dnf remove vala.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:38:02 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : vala
Version : 0.56.2
Release : 1.fc36
Architecture : x86_64
Size : 1.3 M
Source : vala-0.56.2-1.fc36.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.