• coherent_domain@infosec.pub
    link
    fedilink
    English
    arrow-up
    2
    ·
    2 hours ago

    I think mixing app and system components together is a bad idea, and Linux desktop is still fighting that.

    When all the app on a consumer laptop is expected to depend on the same dependencies, the system run into dependency hell, which means many apps needs to be downgraded to keep older apps working.

    This mixture of system dependency and app dependency also prevents users to use the the latest version of an app on a hyper stable system.

    Flatpak basically aim to solve this problem, where each app chooses their own dependencies, so you don’t need to downgrade all your app just because one app depends on python 2.7.