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

Last updated: April 29,2024

1. Install "php-remctl" package

This guide let you learn how to install php-remctl on Kali Linux

$ sudo apt update $ sudo apt install php-remctl

2. Uninstall "php-remctl" package

In this section, we are going to explain the necessary steps to uninstall php-remctl on Kali Linux:

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

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

Package: php-remctl
Source: remctl (3.18-1)
Version: 3.18-1+b9
Installed-Size: 95
Maintainer: Russ Allbery
Architecture: amd64
Depends: php-common (>= 1:7.0+33~), phpapi-20220829, libc6 (>= 2.14), libremctl1 (>= 3.1)
Size: 41220
SHA256: 80baeec071d294993328e591b7211ed6637e526f6bd491a06e91e9bdaa3fd36f
SHA1: 8b093337f316b0040f395804731c1d9401d2ad69
MD5sum: cb693bd15e0fb10bb9c48292bd451c53
Description: PECL module for Kerberos-authenticated command execution
The PECL remctl module for PHP, which provides native PHP bindings for
the libremctl client library.
.
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:
Homepage: https://www.eyrie.org/~eagle/software/remctl/
Section: php
Priority: optional
Filename: pool/main/r/remctl/php-remctl_3.18-1+b9_amd64.deb