How to Install and Uninstall remctl.x86_64 Package on Oracle Linux 9

Last updated: May 13,2024

1. Install "remctl.x86_64" package

This is a short guide on how to install remctl.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install remctl.x86_64

2. Uninstall "remctl.x86_64" package

This is a short guide on how to uninstall remctl.x86_64 on Oracle Linux 9:

$ sudo dnf remove remctl.x86_64 $ sudo dnf autoremove

3. Information about the remctl.x86_64 package on Oracle Linux 9

Last metadata expiration check: 3:37:12 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : remctl
Version : 3.18
Release : 1.el9
Architecture : x86_64
Size : 123 k
Source : remctl-3.18-1.el9.src.rpm
Repository : epel
Summary : Client/server for Kerberos-authenticated command execution
URL : https://www.eyrie.org/~eagle/software/remctl
License : MIT
Description :
: remctl (the client) and remctld (the server) implement a client/server
: protocol for running single commands on a remote host using Kerberos
: v5 authentication and returning the output. They use a very simple
: GSS-API-authenticated network protocol, combined with server-side ACL
: support and a server configuration file that maps remctl commands to
: programs that should be run when that command is called by an
: authorised user.