我安装了我的VPS与Ubuntu 10.04 64位,我甚至检查
cat /etc/lsb-release
我得到了
DISTRIB_ID=Ubuntu DISTRIB_RELEASE=10.04 DISTRIB_CODENAME=lucid DISTRIB_DESCRIPTION="Ubuntu 10.04.1 LTS"
但是,当我尝试安装JVM时,出现add-apt-repository: command not found错误。 任何想法?
add-apt-repository默认不安装。 你必须先安装python-software-properties包。
sudo apt-get install python-software-properties