bash – yum显示已安装readline但readline命令无法正常工作

yum我的系统显示已安装readline
rlwrap-0.41]$sudo yum install readline
Loaded plugins: fastestmirror,presto,security
Loading mirror speeds from cached hostfile
.
.
.
Package readline-6.0-4.el6.x86_64 already installed and latest version
nothing to do

但是当我运行readline命令时它不起作用

-bash: readline: command not found

我认为命令二进制文件可能不在路径上所以尝试搜索它但没有运气.. !!

sudo find /usr/ -iname readline

基本上我正在尝试安装http://freecode.com/projects/rlwrap/
并且配置失败,说找不到readline库.

“readline”不是命令.

如果您正在尝试构建使用readline库的软件,则需要安装readline-devel.

相关文章

用的openwrt路由器,家里宽带申请了动态公网ip,为了方便把2...
#!/bin/bashcommand1&command2&wait从Shell脚本并行...
1.先查出MAMP下面集成的PHP版本cd/Applications/MAMP/bin/ph...
1、先输入locale-a,查看一下现在已安装的语言2、若不存在如...
BashPerlTclsyntaxdiff1.进制数表示Languagebinaryoctalhexa...
正常安装了k8s后,使用kubect工具后接的命令不能直接tab补全...