How to Install lib32cr0 in Ubuntu 18.04



Install lib32cr0 by entering the following commands in the terminal:

sudo apt update
sudo apt install lib32cr0

Description:

(32bit) Libraries to Checkpoint and Restart Linux processes

BLCR (Berkeley Lab Checkpoint/Restart) allows programs running on Linux to be "checkpointed" (written entirely to a file), and then later "restarted". . BLCR can checkpoint both single- and multithreaded (pthreads) programs linked with the NPTL implementation of pthreads. BLCR is also able to save and restore groups of related processes together with the pipes that connect them. . This package contains the libraries needed to for 32bit programs to use BLCR on 64bit systems.

Homepage: https://ftg.lbl.gov/projects/CheckpointRestart/

Version: 0.8.5-2.3

Section: universe/misc