1.使用bash --version查看bash的版本

2.去http://ftp.gnu.org/gnu/bash/下载bash

3.安装bash:

  将下载的bash文件放入到某个文件夹,然后进行解压:

  tar zxvf bash-x.x.tar.gz  x.x为版本号码

  cd bash-x.x

  ./configure

  make

  make install

相关文章:

  • 2021-05-20
  • 2021-07-20
  • 2021-06-01
  • 2021-06-13
  • 2021-07-04
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-05-17
  • 2021-04-19
  • 2021-07-12
  • 2021-11-28
  • 2021-07-14
  • 2021-11-05
相关资源
相似解决方案