【发布时间】:2018-04-15 07:16:36
【问题描述】:
我无法在 ubuntu 16.04 上安装 mesos 和 marathon。我添加了 mesosphere 提供的官方存储库。 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
我从 mesosphere 网站添加了以下存储库。
echo "deb http://repos.mesosphere.com/${DISTRO} ${CODENAME} main" |
sudo tee /etc/apt/sources.list.d/mesosphere.list
【问题讨论】:
-
我想我需要使用以下命令分别安装这些软件包:apt-get install mesos 和 marathon 而不是使用元软件包 apt-get install mesosphere。使用元包它不起作用。
标签: repository mesos marathon mesosphere