http://bugs.winehq.org/show_bug.cgi?id=58222
Bug ID: 58222 Summary: [Fedora wiki - winehq GitLab] put sudo before install commands for Fedora 41/42 Product: WineHQ Gitlab Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: gitlab-unknown Assignee: wine-bugs@winehq.org Reporter: alexschwartz01@gmail.com Distribution: ---
NOTE: users can't make PRs to the wiki pages
--- Currently ---
Fedora 42:
dnf5 config-manager addrepo --from-repofile=https://dl.winehq.org/wine-builds/fedora/42/winehq.repo
Fedora 41:
dnf5 config-manager addrepo --from-repofile=https://dl.winehq.org/wine-builds/fedora/41/winehq.repo
--- It should be.... ---
Fedora 42:
sudo dnf5 config-manager addrepo --from-repofile=https://dl.winehq.org/wine-builds/fedora/42/winehq.repo
Fedora 41:
sudo dnf5 config-manager addrepo --from-repofile=https://dl.winehq.org/wine-builds/fedora/41/winehq.repo
http://bugs.winehq.org/show_bug.cgi?id=58222
--- Comment #1 from Alex Schwartz alexschwartz01@gmail.com --- same thing applies to this section
---
Install one of the following packages:
Stable branch dnf install winehq-stable
Development branch dnf install winehq-devel
Staging branch dnf install winehq-staging
http://bugs.winehq.org/show_bug.cgi?id=58222
--- Comment #2 from Rafał Mużyło galtgendo@o2.pl --- Correct me if I'm wrong, but wouldn't any (unix-like) system that allows a non-elevated user to do system updates misconfigured to the point of being broken-by-design ?