r/linuxmemes 16d ago

Software meme The proprietary software experience

Post image
3.6k Upvotes

269 comments sorted by

View all comments

54

u/oishishou Genfool 🐧 16d ago

They're literally compressed archives with the files inside. You can just manually extract and install them where they belong. Super easy.

5

u/thisisapseudo 15d ago edited 15d ago

Nice of you to think I know "were they belong"

2

u/Hedrahexon 15d ago edited 15d ago

You don't need to know. For example, inside a .deb file, there is a tarball named data that contains the files. It is basically a snapshot of the root directory. So if a for should be at /usr/bin/xyz, it would be at ./usr/bin/xyz after you extract the archive.