首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >无法在Ubuntu 16.04桌面上安装mesos

无法在Ubuntu 16.04桌面上安装mesos
EN

Stack Overflow用户
提问于 2016-05-04 07:10:27
回答 1查看 1.5K关注 0票数 0

按照以下位置的说明进行操作:

https://open.mesosphere.com/getting-started/install/

Install mesos package给出以下错误:

代码语言:javascript
复制
arun@arun-ubuntu:~$ sudo apt-get -y install mesos
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package mesos

是的,注册表配置如下:

代码语言:javascript
复制
arun@arun-ubuntu:~$ sudo apt-key adv --keyserver 

hkp://keyserver.ubuntu.com:80 --recv E56151BF
Executing: /tmp/tmp.EkBvspzAIM/gpg.1.sh --keyserver
hkp://keyserver.ubuntu.com:80
--recv
E56151BF
gpg: requesting key E56151BF from hkp server keyserver.ubuntu.com
gpg: key E56151BF: "Mesosphere Archive Automatic Signing Key <support@mesosphere.io>" not changed
gpg: Total number processed: 1
gpg:              unchanged: 1
arun@arun-ubuntu:~$ DISTRO=$(lsb_release -is | tr '[:upper:]' '[:lower:]')
arun@arun-ubuntu:~$ CODENAME=$(lsb_release -cs)
arun@arun-ubuntu:~$ 
arun@arun-ubuntu:~$ # Add the repository
arun@arun-ubuntu:~$ echo "deb http://repos.mesosphere.com/${DISTRO} ${CODENAME} main" | \
>   sudo tee /etc/apt/sources.list.d/mesosphere.list
deb http://repos.mesosphere.com/ubuntu xenial main
arun@arun-ubuntu:~$ sudo apt-get -y update
Get:1 http://security.ubuntu.com/ubuntu xenial-security InRelease [92.2 kB]
Hit:2 http://us.archive.ubuntu.com/ubuntu xenial InRelease                     
Get:3 http://us.archive.ubuntu.com/ubuntu xenial-updates InRelease [93.3 kB]   
Hit:4 http://repos.mesosphere.com/ubuntu xenial InRelease                      
Hit:5 http://us.archive.ubuntu.com/ubuntu xenial-backports InRelease           
Fetched 185 kB in 1s (117 kB/s)                   
Reading package lists... Done
W: http://repos.mesosphere.com/ubuntu/dists/xenial/InRelease: Signature by key 81026D0004C44CF7EF55ADF8DF7D54CBE56151BF uses weak digest algorithm (SHA1)

遗漏了什么?

EN

回答 1

Stack Overflow用户

发布于 2016-05-04 09:13:16

Ubuntu 16.04的mesos包还没有发布。它们应该很快就可以使用了。

票数 2
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/37015871

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档