Need help installing some apps

So I'm tryna install Cloudflare WARP and VMWare Workstation and the .bundle installer for VMWare fails and CLoudflare WARP refuses to work even on DistroBox. Is there a way to get these two apps installed on BAzzite?
6 Replies
JumpyVi
JumpyVi2mo ago
VMWare is not compatible with any of the atomic/Universal Blue image. You will need to use Qemu/Kvm with virt-manager or Gnome Boxes. Gnome boxes uses Qemu/Kvm under the hood. Its much better than VMWare (and actually free). I've never used warp, but I guess it would work fine if you layer it. I cannot guaranty this will work: 1. Add cloudflare-warp.repo to /etc/yum.repos.d/
curl -fsSl https://pkg.cloudflareclient.com/cloudflare-warp-ascii.repo | sudo tee /etc/yum.repos.d/cloudflare-warp.repo
curl -fsSl https://pkg.cloudflareclient.com/cloudflare-warp-ascii.repo | sudo tee /etc/yum.repos.d/cloudflare-warp.repo
2. Install (and restart)
rpm-ostree install cloudflare-warp -r
rpm-ostree install cloudflare-warp -r
Alex Scholeck
Alex ScholeckOP2mo ago
it opens but idk how to turn it on wait nvm thans for the help
Alex Scholeck
Alex ScholeckOP2mo ago
huh
No description
Alex Scholeck
Alex ScholeckOP2mo ago
its running in the taskbar :/ what cmd do i use to start a service on bazzite? systemclt doesnt work
JumpyVi
JumpyVi2mo ago
I will try some things, see if I can figure it out I just had to run sudo systemctl enable --now warp-svc.service and it works fine for me
Alex Scholeck
Alex ScholeckOP2mo ago
works now

Did you find this page helpful?