How to Install and Uninstall gprbuild.x86_64 Package on CentOS Stream 9

Last updated: September 25,2024

1. Install "gprbuild.x86_64" package

Here is a brief guide to show you how to install gprbuild.x86_64 on CentOS Stream 9

$ sudo dnf update $ sudo dnf install gprbuild.x86_64

2. Uninstall "gprbuild.x86_64" package

In this section, we are going to explain the necessary steps to uninstall gprbuild.x86_64 on CentOS Stream 9:

$ sudo dnf remove gprbuild.x86_64 $ sudo dnf autoremove

3. Information about the gprbuild.x86_64 package on CentOS Stream 9

Last metadata expiration check: 1:32:42 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : gprbuild
Epoch : 2
Version : 23.0.0
Release : 2.el9
Architecture : x86_64
Size : 9.1 M
Source : gprbuild-23.0.0-2.el9.src.rpm
Repository : epel
Summary : A multi-language extensible build tool
URL : https://github.com/AdaCore/gprbuild
License : GPL-3.0-or-later WITH GCC-exception-3.1 AND Unicode-DFS-2016
Description : GPRbuild is an advanced software tool designed to help automate the
: construction of multi-language systems. It removes complexity from
: multi-language development by allowing developers to quickly and easily
: compile and link software written in a combination of languages including
: Ada, Assembler, C, C++, and Fortran. Easily extendable by users to cover
: new toolchains and languages it is primarily aimed at projects of all
: sizes organized into subsystems and libraries and is particularly
: well-suited for compiled languages.