How To Install remctl on Fedora 36
Introduction
In this tutorial we learn how to install remctl
on Fedora 36.
What is remctl
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.
We can use yum
or dnf
to install remctl
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install remctl.
Install remctl on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install remctl
using dnf
by running the following command:
sudo dnf -y install remctl
Install remctl on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install remctl
using yum
by running the following command:
sudo yum -y install remctl
How To Uninstall remctl on Fedora 36
To uninstall only the remctl
package we can use the following command:
sudo dnf remove remctl
remctl Package Contents on Fedora 36
---
title: "How To Install remctl on Fedora 36"
linkTitle: "remctl"
type: "docs"
description: "In this tutorial we learn how to install remctl in Fedora 36. remctl is Client/server for Kerberos-authenticated command execution"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/remctl-featured.png
---
## Introduction
In this tutorial we learn how to install `remctl` on Fedora 36.
### What is `remctl`
> 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.
We can use `yum` or `dnf` to install `remctl` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install remctl.
## Install remctl on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install remctl
using dnf
by running the following command:
sudo dnf -y install remctl
Install remctl on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install remctl
using yum
by running the following command:
sudo yum -y install remctl
/usr/bin/remctl /usr/lib/.build-id /usr/lib/.build-id/26 /usr/lib/.build-id/26/518e8687a1d3c73ac541f84710a59a03da7c1c /usr/lib/.build-id/33 /usr/lib/.build-id/33/e7c47ca4e004749114bb8274bb45aa47280a56 /usr/lib/.build-id/e7 /usr/lib/.build-id/e7/8696103423fce6ed0dea8c60714b76147f8fdd /usr/lib/.build-id/f2 /usr/lib/.build-id/f2/95383f20d6d650280ae574dd18365287e9a3dc /usr/lib/libremctl.so.1 /usr/lib/libremctl.so.1.1.0 /usr/lib/systemd/system/remctld.service /usr/lib/systemd/system/remctld.socket /usr/sbin/remctl-shell /usr/sbin/remctld /usr/share/doc/remctl /usr/share/doc/remctl/NEWS /usr/share/doc/remctl/README /usr/share/doc/remctl/TODO /usr/share/man/man1/remctl.1.gz /usr/share/man/man8/remctl-shell.8.gz /usr/share/man/man8/remctld.8.gz
How To Uninstall remctl on Fedora 36
To uninstall only the remctl
package we can use the following command:
sudo dnf remove remctl
remctl Package Contents on Fedora 36
References
Summary
In this tutorial we learn how to install remctl
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/bin/remctl /usr/lib/.build-id /usr/lib/.build-id/31 /usr/lib/.build-id/31/ea28985f24a21ddb99b49c38a3441fdd7a5686 /usr/lib/.build-id/66 /usr/lib/.build-id/66/abb1889dbc0774b2081237d7846cdf3040c06e /usr/lib/.build-id/b7 /usr/lib/.build-id/b7/0eda07a73bead785110c6a71b8964476aaa9e6 /usr/lib/.build-id/f6 /usr/lib/.build-id/f6/d6d483005d1f4037f3ee80838a35b81698beb1 /usr/lib/systemd/system/remctld.service /usr/lib/systemd/system/remctld.socket /usr/lib64/libremctl.so.1 /usr/lib64/libremctl.so.1.1.0 /usr/sbin/remctl-shell /usr/sbin/remctld /usr/share/doc/remctl /usr/share/doc/remctl/NEWS /usr/share/doc/remctl/README /usr/share/doc/remctl/TODO /usr/share/man/man1/remctl.1.gz /usr/share/man/man8/remctl-shell.8.gz /usr/share/man/man8/remctld.8.gz
## References
* [remctl website](https://www.eyrie.org/~eagle/software/remctl)
## Summary
In this tutorial we learn how to install `remctl` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).