How to Install and Uninstall libexecs-embedded0 Package on Kali Linux

Last updated: May 15,2024

1. Install "libexecs-embedded0" package

In this section, we are going to explain the necessary steps to install libexecs-embedded0 on Kali Linux

$ sudo apt update $ sudo apt install libexecs-embedded0

2. Uninstall "libexecs-embedded0" package

Please follow the step by step instructions below to uninstall libexecs-embedded0 on Kali Linux:

$ sudo apt remove libexecs-embedded0 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libexecs-embedded0 package on Kali Linux

Package: libexecs-embedded0
Source: libexecs
Version: 1.3-2
Installed-Size: 36
Maintainer: Debian VirtualSquare Team
Architecture: amd64
Depends: libc6 (>= 2.11)
Size: 6036
SHA256: 7b41d4b432789e655f56d4bf435231730ce7ed80ecb66a63d11df076704466df
SHA1: a916f621ef60fa90ee2811f242f275a76af5f53b
MD5sum: 842ba7f48bfb4c653f15ae6315207064
Description: C library for commands execution - low memory footprint
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.
esystem, system_eexecsp execute a command with its arguments from a string
without using a shell.
.
This is the reduced memory footprint version of libexecs for embedded systems,
it contains a minimal subset of the functionalities available in the
main package, in particular the coproc* family of functions,
system_nosh and popen_nosh are excluded (see the man pages for more info).
Description-md5: 60b368f53b52cea0072ed52d80d1280a
Multi-Arch: same
Homepage: http://www.virtualsquare.org/
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/libe/libexecs/libexecs-embedded0_1.3-2_amd64.deb