github下载的1.14.0的源码也不知如何装
这是否说明V23是不基于其它发行版的根系统?
~$ cat /etc/os-release
PRETTY_NAME="Deepin 23"
NAME="Deepin"
VERSION_ID="23"
VERSION="23"
ID=Deepin
HOME_URL="https://www.deepin.org/"
BUG_REPORT_URL="https://bbs.deepin.org"
VERSION_CODENAME=beige
记录一下解决办法:1.添加源地址:deb http://download.zerotier.com/debian/buster buster main。2.复制公钥文件zerotier-debian-package-key.gpg。3.sudo apt-get update.如何成功通过就可以下一步了,4.sudo apt-get install zerotier-one
.
sudo zerotier-cli join
zerotier-cli: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
sudo apt-get install libssl1.1
没有可用的软件包 libssl1.1,但是它被其它的软件包引用了。
这可能意味着这个缺失的软件包可能已被废弃,
或者只能在其他发布源中找到
E: 软件包 libssl1.1 没有可安装候选
下载
http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1-1ubuntu2.1~18.04.23_amd64.deb
安装后
zerotier-cli: missing port and zerotier-one.port not found in /var/lib/zerotier-one
systemctl start zerotier-one
sudo zerotier-cli join a84ac5c10a
200 join OK
看完楼主的。测试后我总结了一个完整的,不需要添加源什么的:
第一步:浏览器打开
http://download.zerotier.com/debian/buster/pool/main/z/zerotier-one/
这里下载一个deb包的zerotier,版本选最新的,我看到是1.8.9的。 下载后安装。
二、下载楼主贴出来的:
http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1-1ubuntu2.1~18.04.23_amd64.deb
下载后安装
三、
systemctl start zerotier-one
sudo zerotier-cli join 你自己的网络id
成功的话会显示:
200 join OK
Popular Events
More
curl -s https://install.zerotier.com | sudo bash
*** ZeroTier Service Quick Install for Unix-like Systems
*** Tested OSes / distributions:
*** MacOS (10.13+) (just installs ZeroTier One.pkg)
*** Debian Linux (7+)
*** RedHat/CentOS Linux (6+)
*** Fedora Linux (16+)
*** SuSE Linux (12+)
*** Mint Linux (20+)
*** Kali Linux (2024.1+)
*** Supported architectures vary by OS / distribution. We try to support
*** every system architecture supported by the target.
*** Please report problems by opening a GitHub issue or Pull Request at:
*** https://github.com/zerotier/install.zerotier.com
*** Please include the content of
/etc/os-release
for your distribution.*** Detecting Linux Distribution
*** Unknown or unsupported distribution! Aborting.
之前的版本都可以正常安装,现在v23不支持了,如何破