How to Install and Uninstall remctl.x86_64 Package on Fedora 34

Last updated: July 03,2024

1. Install "remctl.x86_64" package

This guide let you learn how to install remctl.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install remctl.x86_64

2. Uninstall "remctl.x86_64" package

This guide let you learn how to uninstall remctl.x86_64 on Fedora 34:

$ sudo dnf remove remctl.x86_64 $ sudo dnf autoremove

3. Information about the remctl.x86_64 package on Fedora 34

Last metadata expiration check: 1:40:39 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : remctl
Version : 3.15
Release : 14.fc34
Architecture : x86_64
Size : 122 k
Source : remctl-3.15-14.fc34.src.rpm
Repository : fedora
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.