JumpyVi
JumpyVi
UBUniversal Blue
Created by QuickAndQuackin on 3/6/2025 in #🛟bazzite-help
Removed a VS Code install and wiped out my docker containers
The command to remove a package is '"'rpm-ostree override remove PACKAGE_NAME" Containers persists between update, it's most likely your reset command that fucked it up.
4 replies
UBUniversal Blue
Created by Alex Scholeck on 3/4/2025 in #🛟bazzite-help
Need help installing some apps
I just had to run sudo systemctl enable --now warp-svc.service and it works fine for me
12 replies
UBUniversal Blue
Created by Alex Scholeck on 3/4/2025 in #🛟bazzite-help
Need help installing some apps
I will try some things, see if I can figure it out
12 replies
UBUniversal Blue
Created by Alex Scholeck on 3/4/2025 in #🛟bazzite-help
Need help installing some apps
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
12 replies