How to Install and Uninstall fpc.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 09,2024

1. Install "fpc.x86_64" package

Here is a brief guide to show you how to install fpc.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install fpc.x86_64

2. Uninstall "fpc.x86_64" package

Please follow the guidelines below to uninstall fpc.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove fpc.x86_64 $ sudo dnf autoremove

3. Information about the fpc.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:11:12 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : fpc
Version : 3.2.2
Release : 9.el9
Architecture : x86_64
Size : 46 M
Source : fpc-3.2.2-9.el9.src.rpm
Repository : epel
Summary : Free Pascal Compiler
URL : http://www.freepascal.org/
License : GPLv2+ and LGPLv2+ with exceptions
Description : Free Pascal is a free 32/64bit Pascal Compiler. It comes with a run-time
: library and is fully compatible with Turbo Pascal 7.0 and nearly Delphi
: compatible. Some extensions are added to the language, like function
: overloading and generics. Shared libraries can be linked. This package
: contains the command-line compiler and utilities. Provided units are the
: runtime library (RTL), free component library (FCL) and packages.