Firefox the flatpak version crashed and decided to remove itself from the system, is this common on Linux??

I checked thru Discover and terminal using whereis firefox and all I got is user/lib64/firefox

I should be mad, but I find this too hilarious to be mad… lol… files disappear not entire apps

  • asudox@lemmy.asudox.dev
    link
    fedilink
    arrow-up
    30
    ·
    6 hours ago

    Did it really uninstall itself? Run this command and check whether you can see Firefox’s ID or not:

    flatpak list
    
  • just_another_person@lemmy.world
    link
    fedilink
    arrow-up
    11
    arrow-down
    1
    ·
    6 hours ago

    More than likely it was a failed package transition that failed. You were running one version, an update triggered, something went wrong, and your data folders got orphaned. You can try running a repair on the package, but they usually fail the same way.

      • irotsoma@lemmy.blahaj.zone
        link
        fedilink
        arrow-up
        6
        ·
        4 hours ago

        Anytime there is an update, files are often deleted during that process so they can be replaced with new files or because those files are no longer part of the new version being installed. If an error occurs during this process, it is possible that an application will appear not to be installed because it’s broken.

        Anyway, most software does at least partially “uninstall” when it is updating, so if the install fails, then it’s always possible that an update will have uninstalled something. That’s just updates regardless of operating systems, package managers, etc.

      • just_another_person@lemmy.world
        link
        fedilink
        arrow-up
        9
        ·
        4 hours ago

        No. Sometimes package managers run into issues though. It’s rare, but it’s possible. If you had been updating on the CLI you would have seen the problem.

      • Fisch@discuss.tchncs.de
        link
        fedilink
        English
        arrow-up
        29
        ·
        edit-2
        6 hours ago

        What this person told you was wrong, you need to use flatpak run [package id] to run flatpak apps. You can do flatpak list to see all installed flatpaks with their ids. An id looks something like org.example.app and you’d run it with flatpak run org.example.app.

        Also, is it shown as being installed in Discover? If it’s not you could try just installing it again and if it is, you can try uninstalling it first. The user data for Firefox should stay intact.