On 10/28/24 13:39, Samuel Sieb wrote:
On 10/28/24 12:33 PM, ToddAndMargo via users wrote:
Hi All,

fedora 41

What am I doing wrong here?

# cd /etc/yum.repos.d/
# ls
brave-browser-rpm-release.s3.brave.com_x86_64_.repo
fedora-cisco-openh264.repo
fedora.repo
fedora-updates.repo
fedora-updates-testing.repo
winehq.repo

# dnf upgrade --allowerasing --disable-repo=winehq*

There is no "-" in "disablerepo".   Ooops

No matching repositories for "winehq*". Add "--help" for more information about the arguments.

# dnf upgrade --allowerasing --disable-repo=winehq
No matching repositories for "winehq". Add "--help" for more information about the arguments.

]# dnf upgrade --allowerasing --disable-repo=winehq.repo
No matching repositories for "winehq.repo". Add "--help" for more information about the arguments.

The filename is not the repo name and there are usually multiple repos in a single file.  So you need to look in the file and find out what the name actually is.


Hi Sam,

Now what am I doing wrong?

-T

[WineHQ]
name=WineHQ packages
type=rpm-md
baseurl=https://dl.winehq.org/wine-builds/fedora/40
gpgcheck=1
gpgkey=https://dl.winehq.org/wine-builds/winehq.key
enabled=1

# dnf upgrade --allowerasing --disablerepo="WineHQ packages"
No repository match: WineHQ
No repository match: packages

# dnf upgrade --allowerasing --disablerepo=WineHQ\ packages
No repository match: WineHQ
No repository match: packages

# dnf upgrade --allowerasing --disablerepo='WineHQ packages'
No repository match: WineHQ
No repository match: packages


--
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to