【问题标题】:Do repositories for mesos available on xenial?xenial 上是否提供 mesos 存储库?
【发布时间】: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


【解决方案1】:

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

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2017-10-12
    • 2018-12-28
    • 2019-10-10
    • 1970-01-01
    • 1970-01-01
    • 2022-01-05
    • 2017-07-30
    • 2011-07-10
    相关资源
    最近更新 更多