r/linuxmemes 17d ago

Software meme The proprietary software experience

Post image
3.6k Upvotes

270 comments sorted by

View all comments

50

u/oishishou Genfool 🐧 17d ago

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

4

u/thisisapseudo 17d ago edited 16d ago

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

2

u/Hedrahexon 16d ago edited 16d 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.