无法在ubuntu 16.04桌面上安装mesos

7dl7o3gd  于 2021-06-26  发布在  Mesos
关注(0)|答案(1)|浏览(393)

**结束。**此问题不符合堆栈溢出准则。它目前不接受答案。
**想改进这个问题吗?**更新问题,使其成为堆栈溢出的主题。

四年前关门了。
改进这个问题
遵循以下说明:
https://open.mesosphere.com/getting-started/install/
install mesos包出现以下错误:

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

是,注册表配置为:

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)

少了什么?

4xrmg8kj

4xrmg8kj1#

ubuntu16.04的mesos包还没有发布。很快就会有货。

相关问题