I have installed Zima OS on my laptop, and I would like to install NordVPN. I access Terminal using SSH and keep running into issues. Please help!
Sudo: apt: command not found, sudo: dnf: command not found. What to do here?
I have installed Zima OS on my laptop, and I would like to install NordVPN. I access Terminal using SSH and keep running into issues. Please help!
Sudo: apt: command not found, sudo: dnf: command not found. What to do here?
Hi, I am not a tech expert. But as far as I am aware ZimaOS itself doesn’t support apt commands since it’s a customized server OS. Anyway you can run apt commands within any docker container terminal installed within ZimaOS. If your requirement is to connecting and managing server remotely I highly suggest trying Tailscale. I am using Tailscale more than one year now without any issue.
I am aware of Tailscale. Since NordVPN offers mesh network capabilities i wanted to give NORDVPN a try.
ZimaOS is not a traditional Linux distro (like Ubuntu/Debian). It’s Buildroot-based, so tools like apt, dnf, or yum do not exist. That’s why those commands fail.
Use a VPN container and route apps through it.
Common approaches:
Example stack idea:
gluetun (VPN container)This is the cleanest and safest way on ZimaOS.
Instead of installing VPN on ZimaOS:
Trying to inject binaries into ZimaOS:
I don’t recommend this.
ZimaOS = appliance OS, not a package-managed Linux system
VPNs must run in Docker or outside the OS