How to Install and Uninstall chemeq Package on Kali Linux

Last updated: May 15,2024

1. Install "chemeq" package

This tutorial shows how to install chemeq on Kali Linux

$ sudo apt update $ sudo apt install chemeq

2. Uninstall "chemeq" package

This guide covers the steps necessary to uninstall chemeq on Kali Linux:

$ sudo apt remove chemeq $ sudo apt autoclean && sudo apt autoremove

3. Information about the chemeq package on Kali Linux

Package: chemeq
Version: 3.6-1
Installed-Size: 198
Maintainer: Georges Khaznadar
Architecture: amd64
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Suggests: texlive, wims
Size: 48540
SHA256: f530206d7b9f0a65706ce800bef5de6a00bfa411a28e769844d2c314f0371c62
SHA1: 451c01e1e566de035e023c0d5fbdb296fc87ae98
MD5sum: 7af98b2b11df04660a37ffb985e9342c
Description: Parser for chemical formula and equilibria
chemeq is a basic standalone filter written in C language,
flex and bison. It inputs strings like:
2H2 + O2 ---> 2 H2O
then it outputs LaTeX code and messages about the equilibrium of a
chemical reaction.
.
example:~/src$ echo "2H2 + O2 ---> 2 H2O" | chemeq -lc
2\,H_{2}\,+\,O_{2}\,\rightarrow\,2\,H_{2}O
OK
Description-md5:
Tag: devel::interpreter, field::chemistry, implemented-in::c,
interface::commandline, role::program, scope::utility,
use::calculating, use::learning, use::text-formatting,
use::typesetting, works-with-format::tex, works-with::text
Section: tex
Priority: optional
Filename: pool/main/c/chemeq/chemeq_3.6-1_amd64.deb