How to Install and Uninstall units-filter Package on Kali Linux

Last updated: May 16,2024

1. Install "units-filter" package

Please follow the instructions below to install units-filter on Kali Linux

$ sudo apt update $ sudo apt install units-filter

2. Uninstall "units-filter" package

Please follow the guidance below to uninstall units-filter on Kali Linux:

$ sudo apt remove units-filter $ sudo apt autoclean && sudo apt autoremove

3. Information about the units-filter package on Kali Linux

Package: units-filter
Version: 4.2.1-1
Installed-Size: 125
Maintainer: Georges Khaznadar
Architecture: amd64
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgmp10 (>= 2:6.3.0+dfsg), librecode0 (>= 3.6), libstdc++6 (>= 13.1), libjs-jquery, libjs-underscore
Recommends: python3-sphinx
Suggests: wims
Size: 39600
SHA256: 0aea26f4c7d1796c45fdd90a702bcf5f79fa9ddc3c98c38c88ef04041082220c
SHA1: 83ba35846db1402a9285d4e37653538d3dd12684
MD5sum: f28bb54d952d1b54886c65b48b159c8e
Description: Parser for expressions concerning physical values
Units-filter is a basic standalone filter written in C language,
flex and bison. It inputs strings like "1.5e3 nN.m.s^-1" (it could
be the time growth ratio of a torque) and outputs the value in
standard SI unit, followed by the physical dimension of this value.
.
example :~/src$ echo 1.5e3 nN.m.s^-1 | units-filter
1.5e-06   2   1  -3   0   0   0   0    0    0
.
2 -3
which means : 1.5e-06 (SI unit) m .kg.s
.
This parser can be embedded in educational test systems, in order to
analyze a student's answer to a problem of physics or chemistry.
Description-md5:
Tag: field::chemistry, field::physics, implemented-in::c,
interface::commandline, role::program, scope::utility, use::converting
Section: science
Priority: optional
Filename: pool/main/u/units-filter/units-filter_4.2.1-1_amd64.deb