How to Install and Uninstall python3-fparser Package on Kali Linux

Last updated: May 17,2024

1. Install "python3-fparser" package

Here is a brief guide to show you how to install python3-fparser on Kali Linux

$ sudo apt update $ sudo apt install python3-fparser

2. Uninstall "python3-fparser" package

This guide let you learn how to uninstall python3-fparser on Kali Linux:

$ sudo apt remove python3-fparser $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-fparser package on Kali Linux

Package: python3-fparser
Source: fparser
Version: 0.1.4-3
Installed-Size: 2162
Maintainer: Alastair McKinstry
Architecture: all
Depends: python3-setuptools-scm, python3:any
Size: 259404
SHA256: b1bb8d9cf975383d3102b3cd45c052adafb4be32b71479cae5bb3486bb584072
SHA1: 9cf168cc020ffc3052e8c1e4a3107b241ec5bdce
MD5sum: b7fba4b514e437777e0ee79b63eeb489
Description: Python3 Parser for the Fortran language
The fparser package is a Python implementation of a Fortran 66/77/90/95/2003
language parser. Currently fparser actually includes two different
implementations; the first, “fparser”, supports Fortran 66/77/90 (plus some
extensions — see fparser) but only parses down to the level of individual
lines of code, i.e. not the content of the Fortran expressions themselves.
The second, “fparser2”, also has support for Fortran 2003 and is able to parse
Fortran expressions. It is however, less mature than fparser.
Description-md5:
Homepage: https://github.com/stfc/fparser
Section: python
Priority: optional
Filename: pool/main/f/fparser/python3-fparser_0.1.4-3_all.deb