Because shellinaboxd RPM package is removed from EPEL official repository, it is necessary to build it by ourselves. Follow the following steps.
-
Download the source RPM package from: https://src.fedoraproject.org/rpms/shellinabox
-
Install it on your home directory:
$ rpm -i shellinabox-2.20-26.fc43.src.rpm
This command must create required directories in ~/RPM/
.
- Build it.
$ rpmbuild -bb RPM/SPECS/shellinabox.spec
Note that the root privilege is not required the above step.
- Install the binary package.
$ sudo rpm -ivh RPM/RPMS/x86_64/shellinabox-2.20-26.el9.x86_64.rpm