常用工具

sqlite

  1. yum install -y sqlite-devel
  2. sqlite3 -version

htop

  1. yum install epel-release htop
  2. # OR
  3. yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
  4. yum install htop