How to Install and Uninstall care Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "care" package

Please follow the guidance below to install care on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install care

2. Uninstall "care" package

Please follow the guidance below to uninstall care on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the care package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: care
Priority: optional
Section: universe/utils
Installed-Size: 244
Maintainer: Ubuntu Developers
Original-Maintainer: Rémi Duraffort
Architecture: amd64
Version: 2.2.1-1
Replaces: proot (<< 5.1.0-2)
Depends: libarchive13, libc6 (>= 2.15), libtalloc2 (>= 2.0.4~git20101213)
Filename: pool/universe/c/care/care_2.2.1-1_amd64.deb
Size: 84822
MD5sum: dad790d7aad963fc6717a32a034c9e56
SHA1: a870bcc8c1369ba5a350024edc047d0caf2c1ebc
SHA256: 4c1a22bb531516cbeb517439fd8e357005087ba3db4cf4fae7c75130b21c3d0f
Description-en: 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: 4eb2955d5ef5b31f60e47958eee9510b
Homepage: http://reproducible.io
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu