1. Home
  2. Docs
  3. 리눅스
  4. 리눅스 기타
  5. glance(리눅스 작업관리자) 설치법

glance(리눅스 작업관리자) 설치법

하위 내용은 CentOS7 기준

yum install python3-pip wget -y
pip3 install --upgrade setuptools
pip3 install --upgrade --ignore-installed pip setuptools
wget -O- https://bit.ly/glances | /bin/bash
pip3 install glances

How can we help?