Someone

  • 7 Posts
  • 50 Comments
Joined 4 months ago
cake
Cake day: March 12th, 2024

help-circle







  • You’re mid right, the when something AI based is announced this is really criticized by some people and there are almost right. When something new pops, like windows recall, it is certain that this “new” feature is really not what AI is capable, and asks really important questions about privacy. But you’re right on the fact that Linux should be a bit more interested on AI and tried to made it the right way! But for now there’s no really good use cases of AI inside a distro. LLMs are good but do not need to be linked to user activities. Image generators are great but do not need to be linked to user activities… As exemple when Windows tried Recall and failed. Apple iOS 18 wants to implement that, and this should be surely a success inside the Apple minded people. But here where FOSS, privacy and anti Big-Techs guys are the main people that’s absolutely sure that every for-profit “new AI” feature would be really hated. I’m not against this mind just giving facts













  • You have 3 solutions :

    • RUN THESE COMMANDS

    sudo apt update && sudo apt install -y wget gnupg lsb-release apt-transport-https ca-certificates

    distro=$(if echo " una bookworm vanessa focal jammy bullseye vera uma " | grep -q " $(lsb_release -sc) "; then lsb_release -sc; else echo focal; fi)

    wget -O- https://deb.librewolf.net/keyring.gpg | sudo gpg --dearmor -o /usr/share/keyrings/librewolf.gpg

    sudo tee /etc/apt/sources.list.d/librewolf.sources << EOF > /dev/null Types: deb URIs: https://deb.librewolf.net Suites: $distro Components: main Architectures: amd64 Signed-By: /usr/share/keyrings/librewolf.gpg EOF

    sudo apt update

    sudo apt install librewolf -y

    • USE THE DISTRO APP STORE

    • USE FLATPAK (just enter this command into the terminal)

    flatpak install flathub io.gitlab.librewolf-communitym