The installing, not the webbrowser.
linuxmemes
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
- Understand the difference between a joke and an insult.
- Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
- Don't get baited into back-and-forth insults. We are not animals.
- Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
- Bigotry of any kind will not be tolerated. This is an LGBTQ+-friendly community -- if that is a problem for you, you should leave.
3. Post Linux-related content
- Including Unix and BSD.
- Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of
sudoin Windows. - No porn, no politics, no trolling or ragebaiting.
- Don't come looking for advice, this is not the right community.
4. No recent reposts
- Everybody uses Arch btw, can't quit Vim, <loves / tolerates / hates> systemd, and wants to interject for a moment. You can stop now.
5. π¬π§ Language/ΡΠ·ΡΠΊ/Sprache
- This is primarily an English-speaking community. π¬π§π¦πΊπΊπΈ
- Comments written in other languages are allowed.
- The substance of a post should be comprehensible for people who only speak English.
- Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
6. (NEW!) Regarding public figures
We all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations. - Keep discussions polite and free of disparagement.
- We are never in possession of all of the facts. Defamatory comments will not be tolerated.
- Discussions that get too heated will be locked and offending comments removed. Β
Please report posts and comments that break these rules!
Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.
Literally easier than Windows.
People are falling for this and downloading software from unofficial websites.
Linux is super easy.
- Debian-based: # apt install firefox
- Red-Hat-based: # dnf in firefox
- Arch: # pacman -S firefox
TBF, on Debian apt install firefox installs firefox-esr, and on Ubuntu it's a placeholder that installs the snap package. Both work and are clearly better than downloading from random websites, but they do come with surprises for unsuspecting users.
Why is Ubuntu even still relevant?
Inertia?
That's because debian stable need ESR packages to make any sense, on debian unstable (debian Sid) you get the normal package
Ok but also winget install mozilla.firefox
Itβs not binary
It actually is a binary. Though you can probably find some version to compile in the AUR
slow clap
winget was literally robbed from appget.
Or even: yay firefox
or even: yay -S librewolf-bin
No need. Librewolf got added to extra repo. yay librewolf or pacman -S librewolf will do just fine.
Don't know what the fuck is going on there, but that's not installing a browser.
Looks like they have a tiling window manager running the 'stat' command on a bunch of kernel files on the left, then a bunch of smaller window tiles having random stuff like garbled text, a resource monitor, and gnucharmap?
They think they are movie hackers sitting in a back seat in a high speed chase going clackity clak ok got it, next light is green.
Damn, this repo is tough to fetch from. I will take the left side of the keyboard and you take the right.
DOWNLOAD THE SERVER ON A DVD!
Real Linux users use Lynx because they fucked up their XF86Config.
You be nice to Lynx. It was the first browser I used way back in the day. Fast and sometimes confusing and limited, it was the perfect experience.
Or the display manager is a bitch with your custom $XAUTHORITY place (looking at you, Lightdm).
High-jacking the thread a bit.
As anyone tried Midori recently. I remembered about it this past weekend and when searching I was impressed with the project page.
Installed it on my phone and my computer.
On Android it is not ready yet. Maybe for tablets. The browser did not resize to fit the screen. It also felt heavy. Removed after a few tentative uses.
On PC, the same feeling of being heavy, slow moving. It took a long time to open and start navigating. My computer is not new but it carries itself well enough to start FF in a few seconds.
Add programs.firefox.enable = true; to configuration.nix.
Call sudo nixos-rebuild switch. Maybe add --flake if you're feeling adventurous.
Done.
Or, more realistically...
programs = {
firefox = {
enable = true;
# Configure anything you want here (language,
# extensions, policies... whatever).
};
# Enable and configure other programs here.
};
... and keep the whole thing in a git repository to track changes and have it available for other machines.
dude, don't try to sell me on an easy to configure distro, I'm just finishing up on the configs for my debian home server/sometimes workstation. Definitely don't do it, don't send me down the rabbit hole of reproducebility
As a programmer, the moment I learned about nixos (here on lemmy, if I recall correctly) I knew that'd be the one I'd pick once I found the time to move to linux. It just seemed like a reasonable way of doing things, you know?
Bit of a learning curve, but worth it, I believe.
Lol, yay firefox-esr.
And optionally ln -s /usr/sbin/firefox-esr ~/bin/webbrowser.
And you can even add programs.firefox.package = pkgs.librewolf; if you prefer it!
And the default GUI configs come with Firefox iirc!
There are several gui applications for your package manager you can use to install various browsers.
This ironically fits more to windows users trying to uninstall edge
Nope just use w3m it's better
What distros are ya'll using that firefox isn't installed by default?
When I used to be on windows it was a bit of pain to install Firefox via WSL2. I probably had to install like X11 while at it. I also installed modded Minecraft. It ran fabulously at 2 FPS v 1.4.7
i think i never even used a terminal to install a browser and i dabbled with linux on and off for over a decade now. there was always a gui to install a browser. well, not on arch in 2014 but back then i never made it past a half broken desktop enviroment. so my point still stands technically.
