Zerotier missing libssl
I've recently installed bazzite and nearly installed everything I need.
The last missing app is zerotier and, thanks to previous post about it, I've been able to install it with rpm-ostree and enable the service.
Sadly, when I try using any of its CLI commands, I get the following error:
I couldn't find documented solutions on this. Should I try providing the missing library manually (if even possible)? Or is there another way to install zerotier that I didn't find yet?
I precise that I use the gnome-nvidia image installed on a acer nitro 5 laptop and I have some linux knowledge (but not so much for atomic-type distributions).
Solution:Jump to solution
sudo nano /etc/yum.repos.d/rpmfusion-nonfree.repo
Change the first enabled=0
to enabled=1
```rpm-ostree reload...11 Replies
The last missing app is zerotier and, thanks to previous post about it, I've been able to install it with rpm-ostree and enable the service.Can you be more specific on what you did to install it?
I followed the steps described by hannut on this github issue: https://github.com/zerotier/ZeroTierOne/issues/1338
GitHub
Can't install Zerotier One in Fedora Silverblue! · Issue #1338 · ze...
Required I am trying to install Zerotier in Fedora Silverblue What is actually happening? I can't install it in fedora silverblue Any screenshots that would help us out. Additional information ...
so, I added the GPG key:
and I edited the zerotier.repo file:
👀
that's quite an old guide
and then I did the rpm-ostree install zerotier-one
yeah I saw but I didn't find another way
Solution
sudo nano /etc/yum.repos.d/rpmfusion-nonfree.repo
Change the first enabled=0
to enabled=1
sorry, I bas busy with something
I should remove the already isntalled package first, isn't it? It tells me that the package is already requested
I would
and also remove the repo you added
the commands works! Thank you a lot!
I suppose the newly enabled repo had a zerotier package in it?
also, I'll try if I can connect to my network and maybe come back if I still have issues
zerotier-one was added to rpm-fusion a while back
It seems to work perfectly, thank you again for the help ! I've learned a usefuk thing today