How to Install and Uninstall execline Package on Kali Linux

Last updated: May 14,2024

1. Install "execline" package

Please follow the guidelines below to install execline on Kali Linux

$ sudo apt update $ sudo apt install execline

2. Uninstall "execline" package

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

$ sudo apt remove execline $ sudo apt autoclean && sudo apt autoremove

3. Information about the execline package on Kali Linux

Package: execline
Source: execline (2.9.4.0-1)
Version: 2.9.4.0-1+b1
Installed-Size: 785
Maintainer: Shengjing Zhu
Architecture: amd64
Depends: libc6 (>= 2.34), libexecline2.9 (>= 2.7.0.0), libskarnet2.14 (>= 2.14.0.0)
Suggests: execline-doc
Size: 57608
SHA256: 4b537f2f8ee70b36bfe71eda2c0fa785dfbf53e0a3a01f883160a911253ab6d7
SHA1: 2fac9029f33351805d4fb8b8e8434dd0d149e8d0
MD5sum: 022cd95e94c4ef059c7ea66e950d4b1d
Description: small and non-interactive scripting language
Execline is a (non-interactive) scripting language, like sh; but its
syntax is quite different from a traditional shell syntax. The execlineb
program is meant to be used as an interpreter for a text file; the other
commands are essentially useful inside an execlineb script.
.
Execline is as powerful as a shell: it features conditional loops,
getopt-style option handling, filename globbing, and more. Meanwhile, its
syntax is far more logic and predictable than the shell's syntax, and has
no security issues.
.
Documentation is provided in execline-doc package.
.
Binaries are installed in /usr/lib/execline/bin. Use the /usr/bin/execlineb
wrapper or add /usr/lib/execline/bin to PATH.
Description-md5:
Homepage: https://skarnet.org/software/execline/
Tag: devel::interpreter, implemented-in::c, role::program
Section: admin
Priority: optional
Filename: pool/main/e/execline/execline_2.9.4.0-1+b1_amd64.deb