为Xenial上可用的mesos做存储库



我无法在 ubuntu 16.04 上安装 mesos 和 marathon。我添加了中间层提供的官方存储库。存储库是否可用于 Xenial 上的 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

使用 apt-get install mesos marathon。不要使用元包中间层。谢谢。

最新更新