我无法在ubuntu 16.04上安装mesos和marathon。我已经添加了中间层提供的官方存储库。异种上的mesos存储库可用吗?
以下是我的发行版详细信息。
root@sandipd-ThinkPad-E450:~# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04.1 LTS
Release: 16.04
Codename: xenial
root@sandipd-ThinkPad-E450:~#尝试安装,但出现以下错误。
root@sandipd-ThinkPad-E450:~# apt-get install mesosphere
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package mesosphere我已经从中间层网站添加了以下存储库。
echo "deb http://repos.mesosphere.com/${DISTRO} ${CODENAME} main" |
sudo tee /etc/apt/sources.list.d/mesosphere.list发布于 2018-04-15 15:26:23
使用apt-get install mesos marathon。不要使用meta包的中间层。谢谢。
https://stackoverflow.com/questions/49839409
复制相似问题