How to Install and Uninstall care Package on Kali Linux

Last updated: May 21,2024

1. Install "care" package

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

$ sudo apt update $ sudo apt install care

2. Uninstall "care" package

This tutorial shows how to uninstall care on Kali Linux:

$ sudo apt remove care $ sudo apt autoclean && sudo apt autoremove

3. Information about the care package on Kali Linux

Package: care
Source: care (2.2.1-1)
Version: 2.2.1-1+b1
Installed-Size: 233
Maintainer: Rémi Duraffort
Architecture: amd64
Replaces: proot (<< 5.1.0-2)
Depends: libarchive13 (>= 3.1.2), libc6 (>= 2.15), libtalloc2 (>= 2.0.4~git20101213)
Size: 87770
SHA256: 5976f6f0004e96d74521f2bd8bc346e742a03030dcaad5d5225aae91c2727108
SHA1: f81ca628cafa2589f0a6bd249058b430e14814e7
MD5sum: beed5c1df8797bc130aec87648b06bc5
Description: make linux programs reproducible on all linux systems
CARE monitors the execution of the specified command to create an archive that
contains all the material required to re-execute it in the same context.
.
That way, the command will be reproducible everywhere, even on Linux systems
that are supposed to be not compatible with the original Linux system. CARE is
typically useful to get reliable bug reports, demonstrations, artifact
evaluation, tutorials, portable applications, minimal rootfs, file-system
coverage, ...
.
By design, CARE does not record events at all. Instead, it archives
environment variables and accessed file-system components -- before
modification -- during the so-called initial execution. Then, to reproduce
this execution, the re-execute.sh script embedded into the archive restores
the environment variables and relaunches the command confined into the saved
file-system.
Description-md5:
Homepage: http://reproducible.io
Section: utils
Priority: optional
Filename: pool/main/c/care/care_2.2.1-1+b1_amd64.deb