On Mon, Oct 28, 2024 at 5:25 PM ToddAndMargo via users
<users@lists.fedoraproject.org> wrote:
>
> 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.
> >
>
> [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

Try `dnf config-manager --set-enabled` or `dnf config-manager --disable`.

Or, open your favorite text editor, and change `enabled=1` to
`enabled=0`. Then run `dnf update` again.

Jeff
-- 
_______________________________________________
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