this post was submitted on 06 Oct 2023
942 points (95.9% liked)

linuxmemes

20898 readers
555 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
(page 2) 50 comments
sorted by: hot top controversial new old
[–] richardisaguy 13 points 1 year ago

Where distrobox

[–] leap123 12 points 1 year ago

My dumbass without DistroBox:

$ ar x package.deb
[–] [email protected] 11 points 1 year ago

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 !

[–] [email protected] 11 points 1 year ago

Ah, a wild deb-file. Let's add it to my frankendebian.

[–] [email protected] 10 points 1 year ago

Debtap to the rescue

[–] [email protected] 10 points 1 year ago (33 children)

As someone who’s never used Linux, TIL that software doesn’t work across all flavours of Linux.

[–] [email protected] 7 points 1 year ago

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.

load more comments (32 replies)
[–] calexil 9 points 1 year ago

su alien yourprogram.deb

[–] [email protected] 9 points 1 year ago (2 children)

The true solution is... build from source.

load more comments (2 replies)
[–] [email protected] 8 points 1 year ago (5 children)

just run it through alien and hope

load more comments (5 replies)
[–] prettydarknwild 8 points 1 year ago (2 children)

If you use arch that isnt a problem

load more comments (2 replies)
[–] uis 7 points 1 year ago

So what? You don't know how to unpack .deb?

[–] [email protected] 7 points 1 year ago* (last edited 1 year ago) (1 children)

I'll give you one more, what about software that doesn't package it at all and gives you a tar?

[–] [email protected] 15 points 1 year ago

Yeah, I hate those with a passion. Or those who send you to a GitHub page that explains nothing, gives you the tar and expects you to read their mind 😂

load more comments
view more: ‹ prev next ›