How to Install and Uninstall libexecs1 Package on Kali Linux

Last updated: July 05,2024

1. Install "libexecs1" package

Please follow the step by step instructions below to install libexecs1 on Kali Linux

$ sudo apt update $ sudo apt install libexecs1

2. Uninstall "libexecs1" package

Here is a brief guide to show you how to uninstall libexecs1 on Kali Linux:

$ sudo apt remove libexecs1 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libexecs1 package on Kali Linux

Package: libexecs1
Source: libexecs
Version: 1.4-2
Installed-Size: 30
Maintainer: Debian VirtualSquare Team
Architecture: amd64
Depends: libc6 (>= 2.11)
Size: 7400
SHA256: 79cc4f9ce5aa3b838f2c9e5f1a1775c518db511ba3de7f32ff37b5fb62a03bc8
SHA1: c0cf52dd193b405eaa28143faf498bede7b5029e
MD5sum: ff00cb22505899e3a0258f33b0e12b14
Description: C library for commands execution
s2argv converts a command string into an argv array for execv, execvp,
execvpe. execs is like execv taking a string instead of an argv.
Similarly execsp and execspe are the counterpart of execvp and execvpe,
respectively, using command strings.
coprocv, coprocvp, coprocvpe, coprocs, coprocsp execute a command in
coprocessing mode.
The following functions all work without using a shell:
esystem, system_eexecsp execute a command with its arguments from a string.
popen_nosh, popen_execsp and pclose_nosh pipe stream to or from a process.
system_nosh executes a command with its arguments from a string.
Description-md5:
Multi-Arch: same
Homepage: http://www.virtualsquare.org/
Section: libs
Priority: optional
Filename: pool/main/libe/libexecs/libexecs1_1.4-2_amd64.deb