기본적인 CentOS에서는 apt 대신 yum을 사용하기 때문에 따로 설치가 필요하다. CentOS에 apt-get 설치하기 $ sudo yum update $ curl https://raw.githubusercontent.com/dvershinin/apt-get-centos/master/apt-get.sh -o /usr/local/bin/apt-get $ chmod 0755 /usr/local/bin/apt-get 참조사이트 - CentOS/RHEL에 대한 적절한 또는 apt-get을 사용하는 방법 - GetPageSpeed