How to Install and Uninstall remctl-client Package on Kali Linux

Last updated: September 20,2024

1. Install "remctl-client" package

Here is a brief guide to show you how to install remctl-client on Kali Linux

$ sudo apt update $ sudo apt install remctl-client

2. Uninstall "remctl-client" package

This tutorial shows how to uninstall remctl-client on Kali Linux:

$ sudo apt remove remctl-client $ sudo apt autoclean && sudo apt autoremove

3. Information about the remctl-client package on Kali Linux

Package: remctl-client
Source: remctl (3.18-1)
Version: 3.18-1+b9
Installed-Size: 198
Maintainer: Russ Allbery
Architecture: amd64
Depends: libc6 (>= 2.34), libremctl1 (>= 3.1)
Size: 93040
SHA256: 3a9e34bff88bfc502cdbb9f95f61984c5e1753ee2c05f14797c93c13c43fa95a
SHA1: 535f3506760123172fabddc40d28ce2c8b837c8e
MD5sum: c41c8511c6a4574e6db8a4af9ffb3660
Description: Client for Kerberos-authenticated command execution
The remctl command-line client, which authenticates to a server using
Kerberos and then executes a command and returns the result.
.
remctl is a client/server protocol for executing specific commands on a
remote system with Kerberos authentication. The allowable commands must
be listed in a server configuration file, and the executable run on the
server may be mapped to any command name. Each command is also
associated with an ACL containing a list of Kerberos principals
authorized to run that command.
Description-md5:
Multi-Arch: foreign
Homepage: https://www.eyrie.org/~eagle/software/remctl/
Tag: implemented-in::c, interface::commandline, network::client,
protocol::kerberos, role::program, security::authentication,
security::cryptography
Section: net
Priority: optional
Filename: pool/main/r/remctl/remctl-client_3.18-1+b9_amd64.deb