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

linuxmemes

20909 readers
1852 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
 
you are viewing a single comment's thread
view the rest of the comments
[–] programmer_belch@lemmy.dbzer0.com 3 points 1 year ago (7 children)

Isn't deb just a compressed file? Can't you just decompress it, check its dependencies and install it yourself?

[–] avidamoeba@lemmy.ca 13 points 1 year ago (5 children)

What could possibly go wrong with running precompiled binaries that were linked to a set of precompiled libraries with a completely different set of precompiled libraries.

[–] Sh1nyM3t4l4ss@lemmy.world 2 points 1 year ago (1 children)

You're not wrong, it's definitely not something a n00b should attempt in most cases. But I've done this before to save myself the need for distrobox. A lot of proprietary software only offers .deb, but is usually either statically linked or comes with its own set of nearly all the libraries it needs. So just extracting and running it often does the trick on non-debian distros like Fedora in my case.

Seriously though, just use distrobox or see if there's an unofficial package for your distro that you trust (AUR/copr/ppa/OBS). It's more straight forward especially if you don't know what you're doing.

load more comments (3 replies)
load more comments (4 replies)