安装sshpass的时候,报了如下错误:

No Package sshpass available

更改软件源之后也无效。直到看到StackOverFlow上的一个问题:https://stackoverflow.com/questions/25329501/installing-openssh-on-centos/42632851#42632851?newreg=85a7a53a3f7842a194f0042570672fa0

尝试了下:

$ sudo yum install epel-release

安装完之后,尝试安装sshpass,果然可以,问题搞定。

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-02
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-01-29
  • 2022-01-14
  • 2022-12-23
  • 2022-12-23
  • 2021-05-22
  • 2021-09-15
  • 2022-12-23
相关资源
相似解决方案