How to Install and Uninstall fpc Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "fpc" package

Please follow the guidance below to install fpc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install fpc

2. Uninstall "fpc" package

This is a short guide on how to uninstall fpc on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove fpc $ sudo apt autoclean && sudo apt autoremove

3. Information about the fpc package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: fpc
Priority: optional
Section: universe/devel
Installed-Size: 109
Maintainer: Ubuntu Developers
Original-Maintainer: Pascal Packaging Team
Architecture: all
Version: 3.0.0+dfsg-2
Depends: fpc-3.0.0 (= 3.0.0+dfsg-2)
Recommends: fp-utils-3.0.0
Filename: pool/universe/f/fpc/fpc_3.0.0+dfsg-2_all.deb
Size: 22946
MD5sum: 43fd96eb45d5d0d474ab3b1ad039ab79
SHA1: fa28ff90f3e2d8120a1a6bf465d41dd4077d00bc
SHA256: 1a72f9386fb0fddbf58ccc642f8ff7344eaa821a097baa55f01ab35b5dab2276
Description-en: Free Pascal - SDK suite dependency package
The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi
and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a
completely portable RunTime Library (RTL) available on many platforms and
compatible with Turbo Pascal, along with a platform-independent class-based
Free Component Library (FCL) adding many Delphi extensions and interfacing
with many popular open source libraries.
.
Extensions have been added to the language, such as function overloading,
creation and linking of shared libraries, and Delphi language extensions
including classes, exceptions, ANSI strings, and open arrays.
.
This dependency package always depends on the latest available version of
the metapackage pulling in all the FPC packages provided for this
architecture. Experienced users may instead prefer to install the particular
packages they require by hand.
Description-md5: a512a55eb79abd843319a1d1b6eb771d
Homepage: http://www.freepascal.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu