1137
Superiority brings controversy (aprogrammerlife.com)

Re-creation of someone else's post because the original was removed and I found it funny when I first saw it

you are viewing a single comment's thread
view the rest of the comments
[-] Kusimulkku@lemm.ee 1 points 1 year ago

Those are fairly recent solutions

[-] dustyData@lemmy.world 4 points 1 year ago

We only use software that has existed before the past decade in this household!

[-] Kusimulkku@lemm.ee 0 points 1 year ago

I wonder if someone is packaging that stuff for the new solutions

[-] Nefyedardu@kbin.social 3 points 1 year ago* (last edited 1 year ago)

I mean not really, Appimage has been around since 2004, flatpak/docker for about a decade now. But at any rate I don't see your point, the person I replied to said it's hard to run old applications on Linux and I gave him solutions on how to do that. What does their age have to do with anything?

[-] Kusimulkku@lemm.ee 0 points 1 year ago

I don’t see your point, the person I replied to said it’s hard to run old applications on Linux and I gave him solutions on how to do that. What does their age have to do with anything?

it’s hard to run old applications on Linux

What does their age have to do with anything

I'm not sure if you're taking the piss but since those solutions are so recent, you won't find old applications packaged with those solutions.

[-] Nefyedardu@kbin.social 5 points 1 year ago* (last edited 1 year ago)

They don't need to be packaged at the time of creation anyway, they can be packaged right now. Distrobox makes this easy, like let's say you need an application that only works on Ubuntu 18.04. It's two commands:

distrobox create --image ubuntu:18.04 ubuntu

distrobox enter ubuntu -- sudo apt-get install _package_

Then to export the package to your desktop you can even do

distrobox enter ubuntu -- distrobox export --app _application_

Boom, you have an Ubuntu 18.04 application on an OS of your choosing. You can theoretically do this with any distro, distrobox can use any OCI images from docker-hub, quay.io, or any registry of your choice.

[-] Kusimulkku@lemm.ee 2 points 1 year ago

I wouldn't exactly call that easy, but compared to how it used to be, fair enough.

this post was submitted on 25 Sep 2023
1137 points (92.3% liked)

linuxmemes

20834 readers
909 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