I’ve got a puzzle related to using telnet with Alma 9. Initially it was not installed so I did a dnf install of it. However even though dnf sees it it is not found at the CL. Any clues as to what is happening?
dnf install telnet
Last metadata expiration check: 0:53:06 ago on Fri 30 Aug 2024 10:15:27 AM MDT.
Dependencies resolved.
======================================================================================================================================================
Package Architecture Version Repository Size
======================================================================================================================================================
Installing:
telnet x86_64 1:0.17-85.el9 appstream 63 k
Transaction Summary
======================================================================================================================================================
Install 1 Package
Total download size: 63 k
Installed size: 121 k
Is this ok [y/N]: y
Downloading Packages:
telnet-0.17-85.el9.x86_64.rpm 12 kB/s | 63 kB 00:05
------------------------------------------------------------------------------------------------------------------------------------------------------
Total 6.1 kB/s | 63 kB 00:10
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
Preparing : 1/1
Installing : telnet-1:0.17-85.el9.x86_64 1/1
Running scriptlet: telnet-1:0.17-85.el9.x86_64 1/1
Verifying : telnet-1:0.17-85.el9.x86_64 1/1
Installed:
telnet-1:0.17-85.el9.x86_64
Complete!
------------------
429 dunwellguitar3:/var/log
> telnet 192.168.1.21 25
telnet: Command not found.
430 dunwellguitar3:/var/log
> dnf list installed |grep telnet
telnet.x86_64 1:0.17-85.el9 @appstream
------------