How to Install and Uninstall fpc.x86_64 Package on Fedora 34

Last updated: May 09,2024

1. Install "fpc.x86_64" package

In this section, we are going to explain the necessary steps to install fpc.x86_64 on Fedora 34

$ 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 Fedora 34:

$ sudo dnf remove fpc.x86_64 $ sudo dnf autoremove

3. Information about the fpc.x86_64 package on Fedora 34

Last metadata expiration check: 1:46:44 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : fpc
Version : 3.2.2
Release : 1.fc34
Architecture : x86_64
Size : 46 M
Source : fpc-3.2.2-1.fc34.src.rpm
Repository : updates
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.