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.
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
That’s not installing Firefox, that’s https://github.com/dustinkirkland/hollywood
Real Linux users use Lynx because they fucked up their XF86Config.
Add
programs.firefox.enable = true;to configuration.nix.Call
sudo nixos-rebuild switch. Maybe add--flakeif 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.
And you can even add
programs.firefox.package = pkgs.librewolf;if you prefer it!
Don’t know what the fuck is going on there, but that’s not installing a browser.
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!
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?
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
- gentoo: # configure the make file for Firefox, and emerge www-client/Firefox.
It should take a moment or two to install. /s
click the store basket icon.
type the name of the program.
press install.
The reason tutorials are always based on terminal commands is because it’s much harder to describe directions for a GUI, and it’s also a lot more prone to change. When the command is just a single line, not images or dependencies, that’s obviously better.
Ok but also
winget install mozilla.firefoxIt’s not binary
It actually is a binary. Though you can probably find some version to compile in the AUR
slow clap
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.
👍
yay firefoxdoesyay -Ss firefox.Which, in turn, does
me: yay! 🥳
- OpenSUSE: # zypper in firefox
CachyOS # pacman -S firefox-wayland-cachy-hg
edit: BTW
Thinking a command line is easier than double clicking an installer shows how far you linux users are devoid from the common user.
that’s not what devoid means.
Not wrong about OP, but also both major desktop environments on linux ship with “app stores” that are friendly to anyone familiar with a phone. So it’s still easier installing software on linux than searching for and downloading .msi and .exe files on the internet (and hoping the version of MSI afterburner you found is the real one).
apt install
softwareVs
Search "
software"click download, accept security warning, navigate to wherever your default download location is, double click installer, click your way through the installer (make sure do deselect whatever crapware it tries to package along with).Yup, the Windows way is totally so much easier.
mmh http://mozilla.org/ IMO
So going to mozilla.org then immediately installs firefox?
Yep, you should try it
It doesn’t and you know that.
From there you click Firefox, then you click the download link it gives you on the next page, that downloads a file (still not installed) or takes you to an app store if you’re on a phone, you run that file or click install on the app store to actually install the application.
Wow! That sounds complicated and seems like a lot of unnecessary steps
what do you do with the extra 2 seconds?
My wife.
2 whole seconds? You animal.
Sudo rm - rf /
🤷♂️
To be fair, I’m guessing that most people will just type “Firefox” into Google and click the first link
Common users type into chatbots. They can 100% type the install commands. But also using the Bazaar or software center is super easy.
I use Octopi generally, though the add/remove software app is prettier. If I have to install software via the command line I always have to double check the syntax. The command like version existing is extremely useful as a fallback though, and most (all?) gui package managers act as wrappers around the command line. So don’t dunk on the command line
I disagree.
But still, you need to get the installer somehow.
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.
Ironically, I used a terminal to install LibreWolf on my Macbook.
Installing a flatpack looks different on my system.
Live by the cli, die by the cli.
im the most tech savvy in my household. compared to general people, im still a normie.
my personal pc is linux based and whenever someone asked to use my pc for general purpose i have to do the terminal dance. now for some of you that may be easy but for me it’s annoying. not to mention that i have goldfish memory so i have to duckduckgo which dependancy i need, troubleshooting and look for dependancy just to make my vlc support certain kind of media or connecting apple device to the pc.
im planning to distro hop to an easier one but im dreading to do the terminal dance all over again.
worth mentioning, my kb Fx keys are unusable for almost a year now and i exhausted all possible way to fix it. my steam streaming also outputting blank screen. i just dont have the urge and will to fix it
my kb Fx keys are unusable for almost a year now and i exhausted all possible way to fix it.
Unusable as in nothing at all happens, or do they do things like volume up/down when you press them?
If the latter, there may be an “FnLock” key combination you have to press. Usually, it’s something like Fn+Esc. Or Fn + whatever key has a lock symbol or “FnLock” written on it…
its the latter. the fn thing doesnt work as the fn key doesnt register input. my initial asumption is that because my kb is on apple format and i couldnt change it to windows because it requires me to press the fn key (iqunix f96)
This sounds exactly like your problem: https://bbs.archlinux.org/viewtopic.php?id=269796
It’s quite a lot of detailed technology talk, which I don’t expect you to understand. The main takeaway should be this:
So the problem is [temporarily] solved by running:
rmmod hid_appleThis command unloads a driver that’s potentially interfering here. The driver will be loaded again on next reboot.
Which is useful, because you can just try it out and if it doesn’t work (or if it breaks something), you can just do a reboot and everything is back to normal.You will need admin/root permissions to run this command, so the real command you need to run is:
sudo rmmod hid_apple
It will ask you for your login password to confirm running the command.If that does fix it, then we can look into making it permanent.
thank you, ill try it asap
That just sounds like your keyboard is broken. Your keyboard switching its own functions does not involve the OS
That would have also been my intuition, but apparently the driver is involved. At least, unloading the driver solved it in this case: https://bbs.archlinux.org/viewtopic.php?id=269796
yay -S librewolfdone























