CentOS8.3にbashtopをインストールする方法
操作方法
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