61
submitted 5 months ago* (last edited 5 months ago) by governorkeagan@lemdro.id to c/linux@lemmy.ml

This is the first I've seen something like this on Linux. I'm using endeavourOS and update my system fairly regularly. Is this "normal"?

Firefox is v122 installed from the ~~Aur~~ normal arch repositories with pacman.

edit: added install method

edit 2: corrected install method

you are viewing a single comment's thread
view the rest of the comments
[-] joyjoy@lemm.ee 20 points 5 months ago* (last edited 5 months ago)

Here's something should make it work for any user. Though it might break on an actual AUR update.

DISCLAIMER: This is probably very insecure. Only let people you trust update firefox. Seriously, just install from the official repository or use the flatpak.

Create a group named firefox and add yourself to it. Set the group owner of the firefox directory to firefox. If you have other users you want to be able to update firefox, add them to the firefox group as well.

groupadd firefox -U $USER
find /opt/firefox-bin -exec chown :firefox {} +
find /opt/firefox-bin -exec chmod g+w {} +

Then log out and back in.

[-] governorkeagan@lemdro.id 1 points 5 months ago* (last edited 5 months ago)

Thanks to @NateSwift@lemmy.world I realised that I didn’t use the AUR. I installed with the normal Arch repositories(pacman).

this post was submitted on 19 Feb 2024
61 points (95.5% liked)

Linux

46611 readers
838 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