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

Last updated: September 20,2024

1. Install "libexecs-dev" package

Please follow the instructions below to install libexecs-dev on Kali Linux

$ sudo apt update $ sudo apt install libexecs-dev

2. Uninstall "libexecs-dev" package

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

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

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

Package: libexecs-dev
Source: libexecs
Version: 1.4-2
Installed-Size: 88
Maintainer: Debian VirtualSquare Team
Architecture: amd64
Replaces: libexecs-embedded0 (<< 1.3-3), libexecs0 (<< 1.3-3)
Depends: libexecs1 (= 1.4-2), libexecs-embedded1 (= 1.4-2)
Breaks: libexecs-embedded0 (<< 1.3-3), libexecs0 (<< 1.3-3)
Size: 19352
SHA256: 7ca5976033d4d1ad9a69832e9e06580bee8766f3087ab237d2e46ed271130b90
SHA1: 197c79145c685fe6d4234405f147e6fb372d8c10
MD5sum: 1deb6b265c1fe45e6b5ab3b660ed5bdd
Description: C library for commands execution - development files
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.
.
This package contains the necessary headers and shared object files needed to
develop applications using libexecs.
Description-md5:
Multi-Arch: same
Homepage: http://www.virtualsquare.org/
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/libe/libexecs/libexecs-dev_1.4-2_amd64.deb