How to Install and Uninstall fpc.x86_64 Package on CentOS 8 / RHEL 8

Last updated: May 03,2024

1. Install "fpc.x86_64" package

In this section, we are going to explain the necessary steps to install fpc.x86_64 on CentOS 8 / RHEL 8

$ 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 CentOS 8 / RHEL 8:

$ sudo dnf remove fpc.x86_64 $ sudo dnf autoremove

3. Information about the fpc.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 4:25:18 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : fpc
Version : 3.2.0
Release : 1.el8
Architecture : x86_64
Size : 48 M
Source : fpc-3.2.0-1.el8.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.