How To Install dcap-tunnel-telnet on Fedora 36
Introduction
In this tutorial we learn how to install dcap-tunnel-telnet
on Fedora 36.
What is dcap-tunnel-telnet
This package contains the telnet tunnel plugin library used by dcap-libs. This library is dynamically loaded at runtime.
We can use yum
or dnf
to install dcap-tunnel-telnet
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install dcap-tunnel-telnet.
Install dcap-tunnel-telnet 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 dcap-tunnel-telnet
using dnf
by running the following command:
sudo dnf -y install dcap-tunnel-telnet
Install dcap-tunnel-telnet 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 dcap-tunnel-telnet
using yum
by running the following command:
sudo yum -y install dcap-tunnel-telnet
How To Uninstall dcap-tunnel-telnet on Fedora 36
To uninstall only the dcap-tunnel-telnet
package we can use the following command:
sudo dnf remove dcap-tunnel-telnet
dcap-tunnel-telnet Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/ef
/usr/lib/.build-id/ef/c3a43ca2ea28d5a5163b831149e8ed701ea868
/usr/lib64/dcap/libtelnetTunnel.so
References
Summary
In this tutorial we learn how to install dcap-tunnel-telnet
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).