Recommendation for running an old program
Recommendation for running an old program
Posted Dec 11, 2025 18:20 UTC (Thu) by jzb (editor, #7867)In reply to: Recommendation for running an old program by abatters
Parent article: Mix and match Linux distributions with Distrobox
My first questions would be "how old?" and "how specific a version?" Probably Distrobox is the best option unless you want a super-specific version (e.g., not one present in an Ubuntu or another distribution). I tried this to see if I ran into any problems:
distrobox create -i ubuntu:20.04 -n oldbuntu -H ~/Distrobox/oldbuntu --additional-packages gthumb
It seems to work just fine. You might want to omit the "-H ~/Distrobox/oldbuntu" option though, and change the Ubuntu release to a different LTS that has a version that you want.
