Pricefield | Lemmy
  • Communities
  • Create Post
  • Create Community
  • heart
    Support Lemmy
  • search
    Search
  • Login
  • Sign Up
𝕾𝖕𝖎𝖈𝖞 𝕿𝖚𝖓𝖆 to [email protected]English • 2 years ago

The correct way to install Firefox

lemmy.world

message-square
174
fedilink
661

The correct way to install Firefox

lemmy.world

𝕾𝖕𝖎𝖈𝖞 𝕿𝖚𝖓𝖆 to [email protected]English • 2 years ago
message-square
174
fedilink
alert-triangle
You must log in or register to comment.
  • @[email protected]
    link
    fedilink
    English
    20•2 years ago

    $ flatpak install app/org.mozilla.Firefox 😎

  • @[email protected]
    link
    fedilink
    English
    1•2 years ago

    “I used Firefox to download Firefox”

  • @[email protected]
    link
    fedilink
    English
    20•2 years ago

    “I used Firefox to download Firefox” - Thanos

  • Xylight (Photon dev)
    link
    fedilink
    English
    64•2 years ago
    programs.librewolf = {
      enable = true;
      extensions = with pkgs.librewolf.extensions; [
        ublock-origin
        canvas-blocker
        wappalyzer
        user-agent-switcher
      ];
    };
    

    Declarative NixOS config. Copy this to your nixos config file to get my exact librewolf config.

    • Nora
      link
      fedilink
      English
      2•2 years ago

      i love you

    • @[email protected]
      link
      fedilink
      English
      1•
      edit-2
      2 years ago

      is this nixos or home manager?

      they look exactly the same

      • @[email protected]
        link
        fedilink
        English
        1•2 years ago

        I think NixOS, I believe in HM you declare extensions per-profile

      • Xylight (Photon dev)
        link
        fedilink
        English
        2•2 years ago

        It’s technically an invalid config (the extensions part), but other than that it’s using home manager.

    • NightoftheLemmy
      link
      fedilink
      English
      8•2 years ago

      I see you are a man of culture as well

      • Xylight (Photon dev)
        link
        fedilink
        English
        3•2 years ago

        As a dev, a declarative OPERATING SYSTEM is a literal dream. Nix shells are really nice too.

        • @[email protected]
          link
          fedilink
          English
          2•2 years ago

          Hell yeah it is

        • @[email protected]
          link
          fedilink
          English
          1•2 years ago

          One day, one day I’ll be brave enough to use it.

    • @[email protected]
      link
      fedilink
      English
      1•2 years ago

      I’d never heard of librewolf until this. Why use it over firefox? Thought firefox was already privacy focused

      • @[email protected]
        link
        fedilink
        English
        1•2 years ago

        Firefox has telemetry and has become adware. Mozilla VPN ads pop up every once in a while. Sponsored bullshit on the home screen. Pocket integration with recommended/sponsored content. Mozilla’s becoming what it set out to destroy unfortunately.

        LibreWolf is Firefox without this garbage, plus more privacy focused defaults. Some of those defaults are rather extreme though so I recommend toning it back (such as deleting history/cookies after every session, and resist fingerprinting can screw up anything that displays time by not taking your time zone into account).

      • Xylight (Photon dev)
        link
        fedilink
        English
        2•2 years ago

        Firefox actually has a lot of telemetry that’s opt-out rather than opt-in, and doesn’t have many privacy protections. Librewolf comes with ublock origin (which blocks trackers and annoyances as well as ads), has extreme fingerprinting protection, and has no google stuff out of the box.

      • @[email protected]
        link
        fedilink
        English
        1•2 years ago

        Great! Keep digging, keep asking the right questions and ultimately you will just collect enough reasons to simply not use any other browser, until something even better will appear.

        Firefox is the Firefox we all really need and LibreWolf is the Firefox we deserve.

  • @[email protected]
    link
    fedilink
    English
    14•2 years ago

    Just casually having Firefox with plugins and settings described in my NixOS config.

    https://github.com/pimeys/nixos/blob/main/desktop/firefox/default.nix

    Works always the same.

    • @[email protected]
      link
      fedilink
      English
      2•2 years ago

      Man nix looks soo damn cool. I just dont know if id ever actually use it. But a versioned controlled OS seems so sweet.

      Can you use it to choose desktop environment as well?

      • @[email protected]
        link
        fedilink
        English
        2•2 years ago

        You can. I run sway and it is configured through nix:

        https://github.com/pimeys/nixos/blob/main/desktop/sway/default.nix

        Gnome design makes it a bit harder, but not impossible:

        https://hoverbear.org/blog/declarative-gnome-configuration-in-nixos/

        Somebody doing the same for KDE:

        https://github.com/LunNova/nixos-configs/blob/dev/users/lun/on-nixos/kdeconfig.nix

        So the answer to your question is yes. It is possible and kind of required to go the full nix route with NixOS. It might not always be super straightforward with large DEs, and for sure works much better with window managers that already utilize text configuration.

      • Xylight (Photon dev)
        link
        fedilink
        English
        1•2 years ago

        Yep. To change desktop environments, just change:

        services.xserver.gnome.enable = true;
        

        to

        services.xserver.plasma5.enable = true;
        
        • @[email protected]
          link
          fedilink
          English
          1•2 years ago

          This is cool because it gets rid of all the packages when you switch. There is nothing left of Gnome when you switch to KDE.

        • @[email protected]
          link
          fedilink
          English
          1•2 years ago

          Wow. Im gonna try it out in a vm even if i have no use for it. That is crazy.

          • Xylight (Photon dev)
            link
            fedilink
            English
            2•2 years ago

            It’s really nice. When you setup a new system, you don’t have to spend hours changing settings, configs, and installing packages. With NixOS, just copy the config file from your old system and then run nixos-rebuild.

            • @[email protected]
              link
              fedilink
              English
              1•2 years ago

              I really wish the default template switches to flakes soon. Using flakes is a must for the best experience, and converting the default config is at best a hassle and for newbies a huge mountain to cross.

    • @[email protected]
      link
      fedilink
      English
      2•2 years ago

      Damn, nix is starting to look better each time I hear about it.

  • @[email protected]
    link
    fedilink
    English
    15•2 years ago

    Is winget installed by default on Windows now?

    • @[email protected]
      link
      fedilink
      English
      8•2 years ago

      Yes, finally it comes with a package manager by default!

      • @[email protected]
        link
        fedilink
        English
        4•2 years ago

        Only 24 years later

  • @[email protected]B
    link
    fedilink
    English
    1•2 years ago

    https://medium.com/@keivan/the-day-appget-died-e9a5c96c8b22

    $ scoop install firefox

  • @[email protected]
    link
    fedilink
    English
    14•
    edit-2
    2 years ago

    sudo pacman -S firefox

  • @[email protected]
    link
    fedilink
    English
    23•2 years ago

    yay -S firefox

  • 𝖕𝖘𝖊𝖚𝖉
    link
    fedilink
    English
    76•2 years ago

    apt-get, bitches.

    And don’t forget to close the door on the way out!

    • @[email protected]
      link
      fedilink
      English
      60•2 years ago

      The real trick is to not install anything, because Firefox comes pre-installed on most Linux distros.

      • 𝖕𝖘𝖊𝖚𝖉
        link
        fedilink
        English
        6•2 years ago

        OUT.

        This is now cool people thread.

      • @[email protected]
        link
        fedilink
        English
        1•2 years ago

        Eh, Debian still ships ESR

        • @[email protected]
          link
          fedilink
          English
          1•2 years ago

          I miss the days when they shipped Iceweasel.

        • torafugu
          link
          fedilink
          1•2 years ago

          And ESR kinda sucks if you want an updated browser.

      • @[email protected]
        link
        fedilink
        English
        8•2 years ago

        You mean “pre-installed with most DEs”…

        • torafugu
          link
          fedilink
          2•2 years ago

          I think it’s just distros that choose if they pre-install Firefox, not DEs.

          KDE on Arch didn’t install Firefox, but Kubuntu came with Firefox the last time I installed it.

        • @[email protected]
          link
          fedilink
          English
          3•2 years ago

          Well, I wanted to express that it may differ between distros, but fair point that Firefox won’t be pre-installed on the server flavors of those distros.

      • @[email protected]
        link
        fedilink
        English
        70•2 years ago

        pre-installed

        You don’t use Arch, btw

    • @[email protected]
      link
      fedilink
      English
      42•2 years ago

      You misspelled pacman

      • @[email protected]
        link
        fedilink
        English
        25•2 years ago

        yay your ass outta here

        • funkajunk
          link
          fedilink
          English
          4•2 years ago

          Get rid of that old yay yay ass haircut

          • torafugu
            link
            fedilink
            1•2 years ago

            Arch puns. As an Arch user, I admit this is hilarious.

            I use Arch btw.

    • 001100 010010
      link
      fedilink
      English
      10•
      edit-2
      2 years ago

      I always thought apt and apt-get is the same thing so why type more when you can less?

      But then again, I’m a linux noob that only uses distros like Ubuntu.

      I also like the software center thing in Ubuntu because of GUI and… um… why do I see a bunch of people with pitchforks?

      • @[email protected]
        link
        fedilink
        English
        14•2 years ago

        apt is a newer tool that combines the functionality of apt-get and apt-cache. It’s not as backwards compatible but has a nicer more human readable output

        • @[email protected]B
          link
          fedilink
          English
          1•2 years ago

          apt is a wrapper of a wrapper for dpkg.

          • @[email protected]
            link
            fedilink
            English
            1•2 years ago

            That’s like dnf is a wrapper for yum which is a wrapper for rpm.

    • @[email protected]
      link
      fedilink
      English
      3•2 years ago
      sudo apt-get install bitches
      bitches not found
      

      🙁

  • @[email protected]
    link
    fedilink
    English
    19•2 years ago

    choco install

    • @[email protected]
      link
      fedilink
      English
      1•2 years ago

      I liked the obsolete shim for that: cinst - save some letters.

      Same with cup instead of choco update.

      I’ve just reinstated them anyway.

  • @[email protected]
    link
    fedilink
    English
    7•
    edit-2
    2 years ago

    Scoop is preferred as it provides versioning and user installs compared to winget which are typically machine wide and require administrative roles.

    • @[email protected]
      link
      fedilink
      English
      1•2 years ago

      Versioned and doesn’t need admin… I’ve been happy with chocolatey, but this sounds interesting.

  • @[email protected]
    link
    fedilink
    English
    2•2 years ago

    in case anyone wants the mac equivalent brew install --cask firefox of course first install xcode and brew

  • @[email protected]
    link
    fedilink
    English
    7•2 years ago

    Nope, the correct way is sudo xbps-install -Suv firefox.

    • @[email protected]
      link
      fedilink
      English
      1•2 years ago

      Check out xi from xtools.

      • @[email protected]
        link
        fedilink
        English
        1•2 years ago

        Why, it’s not the right package name?

        • @[email protected]
          link
          fedilink
          English
          1•2 years ago

          No, xi is just a handy script that does sudo xbps-install with less typing and also helps with installing local packages (ones you built with xbps-src).

          • @[email protected]
            link
            fedilink
            English
            1•2 years ago

            Oh, cool, didn’t know that, thanks 👍.

            But xbps is still keeps track of installed packages, right, xi is just a script.

    • NightoftheLemmy
      link
      fedilink
      English
      4•2 years ago

      I was wondering where the Void guys at…

      • @[email protected]
        link
        fedilink
        English
        1•2 years ago

        Present ✌️

  • raubarno
    link
    fedilink
    English
    5•2 years ago

    based windows

    • Spike
      link
      fedilink
      English
      8•2 years ago

      Real OSes come with Firefox pre-installed!

      • gun/linux
        link
        fedilink
        English
        1•2 years ago

        Cries in DIY distro

[email protected]

[email protected]
Create a post
You are not logged in. However you can subscribe from another Fediverse account, for example Lemmy or Mastodon. To do this, paste the following into the search field of your instance: [email protected]

Rules:

  1. Be civil and nice.
  2. Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.
  • 98 users / day
  • 274 users / week
  • 843 users / month
  • 5.2K users / 6 months
  • 3 subscribers
  • 13.3K Posts
  • 287K Comments
  • Modlog
  • mods:
  • ghost_laptop
  • @[email protected]
  • Cyclohexane
  • Arthur Besse
  • UI: 0.18.4
  • BE: 0.18.2
  • Modlog
  • Instances
  • Docs
  • Code
  • join-lemmy.org