Kein Bot

  • 0 Posts
  • 62 Comments
Joined 1 year ago
cake
Cake day: June 7th, 2023

help-circle








  • People who deeply care about this typically use a distro which has a strong stance on FLOSS software like Debian or Fedora
    Arch Linux is more free on this as long as the user gets a more conveniant way to install everything (even proprietary software)

    the Arch Linux way however is also reading every PKGBUILD (where the license is stated) before installing and if you need to have an easier way to search through licenses just programatically solve this yourself i.e. by using https://github.com/archlinux/aur and going through all branches with a script





  • Interestingly enough the Arch Linux subreddit is or was way more tame in comparison to its forum
    at least I always quoted the relevant paragraph in the wiki alongside a link since I believe it did a better job at explaining it than I could
    and if it wasn’t in the wiki I added it into it beforehand





  • If we are talking Silverblue then podman is your pick for everything Flatpack “can’t”
    there is no big push for cli flatpack since this already a solved cause with containers for podman/docker/kubernetes

    however no matter how you approach this you will always have dependency security issues
    unless you built every flatpack/container yourself you are at the whim of the creator of it to keep every dependecy updated
    this is already a known vulnerability factor in the container sphere on topbl of the threat of 0-day exploits