this post was submitted on 29 May 2024
67 points (90.4% liked)

Linux

45574 readers
782 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Hello all I just started running Linux Mint and I’m trying to install LibreWolf. I ran the commands I was told on the website but it fails every time am I doing something wrong? And how do I fix it thanks!

you are viewing a single comment's thread
view the rest of the comments
[–] smileyhead@discuss.tchncs.de 2 points 1 month ago* (last edited 1 month ago) (1 children)

One thing that could help is showing what is going wrong. Do just the icon does not appear? Do some error show up?

But regardless, I see that Librewolf is not packaged in Debian official software repositories (online storage a software packages are downloaded from), so they ask you to add their own repository manually, which for APT case (package manager in Linux Mint) is an overwhelming amount of code to type to say at least.

You say you are a new user, so I can highly recommend that if something is not officially available through simple apt install to try Flatpak. Official guide: https://flathub.org/setup/Debian, TLDR:

sudo apt install flatpak   # Installs flatpak to your system
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo   # Adds Flathub, the biggest store for flatpaks

Once it's there:

flatpak install librewolf

Someone using Linux for years might know where stuff on system is placed and not fear not knowing what a command do and how to undo it. But if you don't know what is happening, better to stick to distribution provided sources. Otherwise the equivalent would be like typing some commands in Windows to change registry keys :). I think Librewolf should recommend Flatpak by default instead.

Sorry if this is too much info, just tried to explain things a little more than usual.

[–] blakeus12@hexbear.net 3 points 1 month ago

linux mint comes with flatpak