CentOS8.3にbashtopをインストールする方法

2021年12月21日

操作方法
1.bash5.1のダウンロード
# cd /usr/src
# curl -LO http://ftp.gnu.org/gnu/bash/bash-5.1.tar.gz

2.bash5.1ファイルを解凍
# tar zxvf bash-5.1.tar.gz

3.bash5.1をコンパイルします
# cd bash-5.1/
# CC=cc ./configure
checking build system type… x86_64-pc-linux-gnu

#make

make[1]: ディレクトリ '/usr/src/bash-5.1/support’ から出ます

5.bashをインストール
#sudo make install

make[1]: ディレクトリ '/usr/src/bash-5.1/examples/loadables’ から出ます

6.bashバージョンを確認
# bash –version
GNU bash, バージョン 5.1.0(1)-release (x86_64-pc-linux-gnu)

7.bashtopをインストール

# sudo dnf config-manager --set-enabled PowerTools
# sudo dnf install epel-release
# sudo dnf install bashtop
# bashtop

 

CentOS

Posted by arkgame