How to Install and Uninstall fp-utils Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: September 19,2024

1. Install "fp-utils" package

Learn how to install fp-utils on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install fp-utils

2. Uninstall "fp-utils" package

Here is a brief guide to show you how to uninstall fp-utils on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove fp-utils $ sudo apt autoclean && sudo apt autoremove

3. Information about the fp-utils package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: fp-utils
Priority: optional
Section: universe/devel
Installed-Size: 109
Maintainer: Ubuntu Developers
Original-Maintainer: Pascal Packaging Team
Architecture: amd64
Source: fpc
Version: 3.0.0+dfsg-2
Depends: fp-utils-3.0.0 (= 3.0.0+dfsg-2)
Filename: pool/universe/f/fpc/fp-utils_3.0.0+dfsg-2_amd64.deb
Size: 22984
MD5sum: 757ce723ea6b7393bbee6a1c1402f792
SHA1: 36557d82d17dd5b54c6293f6175077e642c29742
SHA256: 23c6a93eb3befcee2f83499fb0653f5e56696b0558ad030f2af831b49c5c678f
Description-en: Free Pascal - utilities 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.
.
This dependency package always depends on the latest available version of
the package containing some handy utilities for use with the Free Pascal
Compiler:
* data2inc convert binary/text data to include files;
* fpcmake create Makefile from Makefile.fpc;
* h2pas convert .h files to Pascal units;
* plex/pyacc Pascal Lex and Yacc implementations;
* ppdep create a dependency file for use with Makefiles;
* ppudump dump the information stored in a .ppu (unit) file;
* ppufiles show needed files for units;
* ppumove place multiple units in a shared library;
* ptop beautify source.
Description-md5: 00fc6b3eb34ba1fdf92986ca84a3276e
Homepage: http://www.freepascal.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu