How to Install and Uninstall envstore Package on Kali Linux

Last updated: May 19,2024

1. Install "envstore" package

This tutorial shows how to install envstore on Kali Linux

$ sudo apt update $ sudo apt install envstore

2. Uninstall "envstore" package

Please follow the guidelines below to uninstall envstore on Kali Linux:

$ sudo apt remove envstore $ sudo apt autoclean && sudo apt autoremove

3. Information about the envstore package on Kali Linux

Package: envstore
Version: 2.1-7
Installed-Size: 34
Maintainer: Debian QA Group
Architecture: amd64
Depends: libc6 (>= 2.34)
Size: 9720
SHA256: 629bbb9e917f0f029b141814ecbf3de3f84f136b217195ef697a2f7360362af6
SHA1: 04621b5d8778093e02d28a860465b5da76b199df
MD5sum: ac69b0d17ab25ae365169662df59da5d
Description: store for environment variables across shell processes
envstore allows you to save environment variables into a separate store, list
them, and reload them into the (other) shell again. It therefore provides a
way to share them in cases where exporting to child processes is not feasible.
.
Included is envify, a shell script which loads the environment saved with
envstore and then executes the command given to it.
.
A classic use case is MPD_HOST for clients of the Music Player Daemon.
Commands to control the MPD would be wrapped with envify. If the MPD_HOST were
then changed in envstore, it would automatically be used.
Description-md5:
Homepage: http://derf.homelinux.org/projects/envstore/
Section: utils
Priority: optional
Filename: pool/main/e/envstore/envstore_2.1-7_amd64.deb