How to Install and Uninstall reptyr Package on Kali Linux

Last updated: May 04,2024

1. Install "reptyr" package

This guide let you learn how to install reptyr on Kali Linux

$ sudo apt update $ sudo apt install reptyr

2. Uninstall "reptyr" package

This tutorial shows how to uninstall reptyr on Kali Linux:

$ sudo apt remove reptyr $ sudo apt autoclean && sudo apt autoremove

3. Information about the reptyr package on Kali Linux

Package: reptyr
Source: reptyr (0.9.0-1)
Version: 0.9.0-1+b1
Installed-Size: 72
Maintainer: Evan Broder
Architecture: amd64
Depends: libc6 (>= 2.33)
Size: 25796
SHA256: 4ebb88e0aa16aa84abd530c6ea39e76c759d727aa0be3015f079d1a267f2f0c6
SHA1: 9bae0db3aa930736da09188cd63b1b6897f01297
MD5sum: c43f0eb22e6e580836358b74fa8f3907
Description: Tool for moving running programs between ptys
reptyr is a utility for taking an existing running program and
attaching it to a new terminal, and is particularly useful for moving
a long-running process into a GNU screen session.
.
reptyr does a more thorough job of transferring programs than many
other tools, including the popular "screenify" shell script, because
it changes the program's controlling terminal. This means that
actions such as window resizes and interrupts are sent to the process
from the new terminal.
Description-md5:
Homepage: https://github.com/nelhage/reptyr
Tag: implemented-in::c, interface::commandline, role::program, scope::utility
Section: misc
Priority: optional
Filename: pool/main/r/reptyr/reptyr_0.9.0-1+b1_amd64.deb