How to Install and Uninstall fpc.x86_64 Package on Oracle Linux 9

Last updated: October 05,2024

1. Install "fpc.x86_64" package

This guide covers the steps necessary to install fpc.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install fpc.x86_64

2. Uninstall "fpc.x86_64" package

In this section, we are going to explain the necessary steps to uninstall fpc.x86_64 on Oracle Linux 9:

$ sudo dnf remove fpc.x86_64 $ sudo dnf autoremove

3. Information about the fpc.x86_64 package on Oracle Linux 9

Last metadata expiration check: 2:34:05 ago on Thu Feb 15 07:50:05 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.