How to Install and Uninstall fpc Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "fpc" package

This is a short guide on how to install fpc on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install fpc

2. Uninstall "fpc" package

Here is a brief guide to show you how to uninstall fpc on openSuSE Tumbleweed:

$ sudo zypper remove fpc

3. Information about the fpc package on openSuSE Tumbleweed

Information for package fpc:
----------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : fpc
Version : 3.2.2-4.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 338.3 MiB
Installed : No
Status : not installed
Source package : fpc-3.2.2-4.1.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.