How to Install and Uninstall fpc Package on openSUSE Leap

Last updated: May 20,2024

1. Install "fpc" package

Please follow the guidance below to install fpc on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install fpc

2. Uninstall "fpc" package

Please follow the step by step instructions below to uninstall fpc on openSUSE Leap:

$ sudo zypper remove fpc

3. Information about the fpc package on openSUSE Leap

Information for package fpc:
----------------------------
Repository : Main Repository
Name : fpc
Version : 3.2.2-bp155.4.42
Arch : x86_64
Vendor : openSUSE
Installed Size : 340.6 MiB
Installed : No
Status : not installed
Source package : fpc-3.2.2-bp155.4.42.src
Upstream URL : https://www.freepascal.org/
Summary : Free Pascal Compiler
Description :
Freepascal 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 commandline compiler and utils. Provided units are the runtime
library (RTL), free component library (FCL) and the base and extra
packages.