输入以下命令时
ramesh@ramesh-H61M-S2P-B3:~$ sudo apt-get install openjdk-6-jdk会有错误,
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package openjdk-6-jdk is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
apt
E: Package 'openjdk-6-jdk' has no installation candidate如何解决这个问题?
发布于 2014-08-07 12:39:12
尝试sudo apt-get update,然后是sudo apt-get install openjdk-6-jdk
https://askubuntu.com/questions/508073
复制相似问题