$ unbuffer
-bash: unbuffer: command not found
Centos 7.x
如何使用安装yum
?
yum install unbuffer
不起作用。
答案1
https://centos.pkgs.org/7/centos-x86_64/expect-5.45-14.el7_1.x86_64.rpm.html
unbuffer
是包的一部分expect
。
yum install expect -y
$ unbuffer
-bash: unbuffer: command not found
Centos 7.x
如何使用安装yum
?
yum install unbuffer
不起作用。
https://centos.pkgs.org/7/centos-x86_64/expect-5.45-14.el7_1.x86_64.rpm.html
unbuffer
是包的一部分expect
。
yum install expect -y