• kekmacska@lemmy.zip
    link
    fedilink
    English
    arrow-up
    9
    arrow-down
    14
    ·
    edit-2
    16 hours ago

    Android hate not tolerated. Android can delete system apps, if you aee root. On linux you can"t install or uninstall anything if you are not root

    • superkret@feddit.org
      link
      fedilink
      arrow-up
      16
      ·
      15 hours ago

      On linux you can"t install or uninstall anything if you are not root

      Wrong. You can install Flatpak apps as a user, which are very similar to apps on Android.

    • qjkxbmwvz@startrek.website
      link
      fedilink
      arrow-up
      8
      ·
      14 hours ago

      On linux you can"t install or uninstall anything if you are not root

      That’s not true at all. You generally can’t use your distribution’s package manager to install or uninstall without elevated privileges. But you can download packages, or executables with their own installer, and unpack/install under your home directory. Or, you can compile from source, and if you ./configure’d it properly make install will put it under your home.

      Standard Linux distributions don’t place restrictions on what you can and cannot execute; if it needs permissions for device access of course you’ll need to sort that out.

    • gixx@lemmy.world
      link
      fedilink
      arrow-up
      4
      ·
      15 hours ago

      I’m running NixOS and my entire desktop environment is installed and managed without root.