How to Install and Uninstall env-assert Package on Kali Linux

Last updated: December 25,2024

1. Install "env-assert" package

Here is a brief guide to show you how to install env-assert on Kali Linux

$ sudo apt update $ sudo apt install env-assert

2. Uninstall "env-assert" package

In this section, we are going to explain the necessary steps to uninstall env-assert on Kali Linux:

$ sudo apt remove env-assert $ sudo apt autoclean && sudo apt autoremove

3. Information about the env-assert package on Kali Linux

Package: env-assert
Version: 0.010-1
Installed-Size: 34
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 12244
SHA256: 6a3b9f99e03ecab7e156c3d865997178d1778fc5f6ee49a000d0d9ddc0601e2d
SHA1: 1917a44b57ea5f5832fab9d3b3911e29a01782fc
MD5sum: 2de9d78ad7441d172ffc89a9bca27210
Description: tool to ensure that the environment variables match expectations
The envassert script, accompanied by the Env::Assert module, checks that
your runtime environment, as defined with environment variables, matches with
what you want.
.
You can define your required environment in a file.
Default file is .envassert but you can use any file.
.
It is advantageous to use envassert for examnple when running a container. If
you check your environment for missing or wrongly defined environment
variables at the beginning of the container run, your container will fail
sooner instead of in a later point in execution when the variables are
needed.
Description-md5:
Homepage: https://metacpan.org/release/Env-Assert
Section: perl
Priority: optional
Filename: pool/main/e/env-assert/env-assert_0.010-1_all.deb

5. The same packages on other Linux Distributions