7
$ unbuffer
-bash: unbuffer: command not found

Centos 7.x

How to install it by using yum?

yum install unbuffer doesn't work.

Kirby
  • 889
  • 1
  • 9
  • 16

1 Answers1

8

https://centos.pkgs.org/7/centos-x86_64/expect-5.45-14.el7_1.x86_64.rpm.html

unbuffer is a part of expect package.

yum install expect -y
Kirby
  • 889
  • 1
  • 9
  • 16