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

Last updated: October 11,2024

1. Install "fpc.x86_64" package

This guide let you learn how to install fpc.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install fpc.x86_64

2. Uninstall "fpc.x86_64" package

Learn how to uninstall fpc.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove fpc.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:13:42 ago on Mon Feb 26 15:59:38 2024.
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.