• 8 Posts
  • 133 Comments
Joined 11 months ago
cake
Cake day: July 25th, 2023

help-circle
  • I just switched from Arch to Endeavour to Fedora! My 2 cents:

    • Arch is like a barebones Lego box without instructions, only a set of pictures. Sure, you get a paper telling you how to ensamble a basic OS, but what to do of it is up to you. For example, you might want a firewall there, right? or maybe a systemd timer to trim your ssd? IDK, you can guess it on your own. The pieces are there, it’s up to you to decide what to use.
    • Endeavour is like that same Lego box where someone handled you the manual from another themed box. If you installed Arch on your own, and felt like you might’ve missed something, or something feels off, EndeavourOS just gives you the ensambled set for you to play with. The problem? No problem, really. It feels like a greatly configured Arch installation.
    • Fedora feels like a themed box. You don’t have whole lot of bricks like that other unthemed box (AUR), but damn, everything just works and it works great. Only caveat is that non free stuff (drivers, codecs, etc) require that you input some commands (but really, every linux distro requires this still). So far, my experience is between “wow, I didn’t know you could do/have this! Must’ve missed it in the arch wiki” and “damn, there’s no easy way to install X in Fedora? I miss the AUR :(”














  • What .deb file? Their page says to add a repo and use apt:

    sudo apt install curl
    
    sudo curl -fsSLo /usr/share/keyrings/brave-browser-archive-keyring.gpg https://brave-browser-apt-release.s3.brave.com/brave-browser-archive-keyring.gpg
    
    echo "deb [signed-by=/usr/share/keyrings/brave-browser-archive-keyring.gpg] https://brave-browser-apt-release.s3.brave.com/ stable main"|sudo tee /etc/apt/sources.list.d/brave-browser-release.list
    
    sudo apt update
    
    sudo apt install brave-browser