My dumbass without DistroBox:
$ ar x package.deb
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
sudo
in Windows.Please report posts and comments that break these rules!
Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.
My dumbass without DistroBox:
$ ar x package.deb
Where distrobox
Ah, a wild deb-file. Let's add it to my frankendebian.
And again... Distrobox is your friend. Me, I like an immutable OS (kinoite) but I still want the AURโฆ
distrobox-create --name arch --image archlinux:latest
distrobox enter arch
install yay as normal
yay -S vscodium
distrobox-export --app vscodium
yay exa
distrobox-export --bin /usr/sbin/exa
exit [back to kinoite]
exa [works]
vscodium [works, has icon in application launcher]
Try it, you might like it !
Debtap to the rescue
As someone whoโs never used Linux, TIL that software doesnโt work across all flavours of Linux.
The software itself should run, but the installers themselves use different standards. I'm pretty sure you could set up your own distro to use installers from different one, though it may require some work.
su alien yourprogram.deb
So what? You don't know how to unpack .deb?