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

Last updated: April 27,2024

1. Install "dmtcp" package

Please follow the step by step instructions below to install dmtcp on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install dmtcp

2. Uninstall "dmtcp" package

This is a short guide on how to uninstall dmtcp on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove dmtcp $ sudo apt autoclean && sudo apt autoremove

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

Package: dmtcp
Priority: optional
Section: universe/utils
Installed-Size: 2715
Maintainer: Ubuntu Developers
Original-Maintainer: Kapil Arya
Architecture: amd64
Version: 2.3.1-6
Depends: libc6 (>= 2.15), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.9)
Filename: pool/universe/d/dmtcp/dmtcp_2.3.1-6_amd64.deb
Size: 656934
MD5sum: c0a104a2ccb5c28af53d025e0c2f2645
SHA1: ddf7b461763c5067e83569a4638eb2fb1295c85c
SHA256: 68e9a30a4482a37905d0cec6e37938064f18fbfcb0239730ea8baf4a4d2be3ab
Description-en: Checkpoint/Restart functionality for Linux processes
DMTCP (Distributed MultiThreaded Checkpointing) is a tool to transparently
checkpointing the state of an arbitrary group of programs including
multi-threaded and distributed computations. It operates directly on the user
binary executable, with no Linux kernel modules or other kernel mods.
.
Among the applications supported by DMTCP are Open MPI, MATLAB, Python, Perl,
and many programming languages and shell scripting languages. DMTCP also
supports GNU screen sessions, including vim/cscope and emacs. With the use of
TightVNC, it can also checkpoint and restart X-Window applications, as long
as they do not use extensions (e.g.: no OpenGL, no video).
.
This package contains DMTCP binaries.
Description-md5: 596decc9c0de4efdaa6ac703adec4d42
Homepage: http://dmtcp.sourceforge.net
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu