今天,我从http://www.frontrangehosting.com购买了一个 Ubuntu 12.04 VPS ,但是当我通过 SSH 访问它时,我无法使用 apt-get。
[root@vps /]# apt-get install python-software-properties
-bash: apt-get: command not found
Run Code Online (Sandbox Code Playgroud)
编辑:由于某种原因,它找不到 lsb-release
[root@vps /]# cat /etc/lsb-release
cat: /etc/lsb-release: No such file or directory
Run Code Online (Sandbox Code Playgroud)