google-cloud-sdk-app-engine-java 与 openjdk-11
google-cloud-sdk-app-engine-java with openjdk-11
是否可以通过 openjdk11 安装 App Engine sdk?
当我尝试时,我得到:
$ sudo apt-get install google-cloud-sdk-app-engine-java
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
google-cloud-sdk-app-engine-java : Depends: openjdk-7-jdk but it is not installable or
openjdk-8-jdk but it is not installable
E: Unable to correct problems, you have held broken packages.
在我的 linux 发行版(Debian 测试)上,openjdk-8-jdk 不再可用
Google Cloud SDK 的 App Engine SDK 组件目前不适用于 Java 11。
作为参考,here 您有 Cloud SDK 及其组件的安装指南。 link 还包含 Gcloud SDK 附加组件的列表
是否可以通过 openjdk11 安装 App Engine sdk?
当我尝试时,我得到:
$ sudo apt-get install google-cloud-sdk-app-engine-java
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
google-cloud-sdk-app-engine-java : Depends: openjdk-7-jdk but it is not installable or
openjdk-8-jdk but it is not installable
E: Unable to correct problems, you have held broken packages.
在我的 linux 发行版(Debian 测试)上,openjdk-8-jdk 不再可用
Google Cloud SDK 的 App Engine SDK 组件目前不适用于 Java 11。
作为参考,here 您有 Cloud SDK 及其组件的安装指南。 link 还包含 Gcloud SDK 附加组件的列表