How to Install and Uninstall fp-utils Package on Kali Linux

Last updated: May 15,2024

1. Install "fp-utils" package

This is a short guide on how to install fp-utils on Kali Linux

$ sudo apt update $ sudo apt install fp-utils

2. Uninstall "fp-utils" package

This guide let you learn how to uninstall fp-utils on Kali Linux:

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

3. Information about the fp-utils package on Kali Linux

Package: fp-utils
Source: fpc
Version: 3.2.2+dfsg-32
Installed-Size: 107
Maintainer: Pascal Packaging Team
Architecture: all
Depends: fp-utils-3.2.2 (>= 3.2.2+dfsg-32)
Size: 29668
SHA256: edf627a403b9e46fe72888829cfe7ba4189913c504cd02fd99f7f2e91f071a7a
SHA1: 7df1ddd615486b8874053cfa1808f03b1a179ea8
MD5sum: f12761af5f173edc54f2ae434d3dc157
Description: 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:
Multi-Arch: foreign
Homepage: https://www.freepascal.org/
Tag: devel::buildtools, devel::lang:pascal, interface::commandline,
role::metapackage, role::program, scope::utility,
works-with::software:source
Section: devel
Priority: optional
Filename: pool/main/f/fpc/fp-utils_3.2.2+dfsg-32_all.deb