[GH-ISSUE #9865] Incorrect command for installing Nvidia repo on Fedora #52973

Open
opened 2026-04-29 01:31:27 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @fubuloubu on GitHub (Mar 18, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/9865

61a8825216/scripts/install.sh (L254)

raises:

$ curl -fsSL https://ollama.com/install.sh | sh
...
>>> Installing NVIDIA repository...
Unknown argument "--add-repo" for command "config-manager". Add "--help" for more information about the arguments.

think the command should be dnf config-manager addrepo --from-repofile=... not dnf config-manager --add-repo=...

Originally created by @fubuloubu on GitHub (Mar 18, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/9865 https://github.com/ollama/ollama/blob/61a882521657a27b5e1a0834eb6ab69617290ef2/scripts/install.sh#L254 raises: ```sh $ curl -fsSL https://ollama.com/install.sh | sh ... >>> Installing NVIDIA repository... Unknown argument "--add-repo" for command "config-manager". Add "--help" for more information about the arguments. ``` think the command should be `dnf config-manager addrepo --from-repofile=...` not `dnf config-manager --add-repo=...`
GiteaMirror added the installlinux labels 2026-04-29 01:31:28 -05:00
Author
Owner

@fubuloubu commented on GitHub (Mar 18, 2025):

Tested with this change and it works, opening PR

<!-- gh-comment-id:2734450841 --> @fubuloubu commented on GitHub (Mar 18, 2025): Tested with this change and it works, opening PR
Author
Owner

@fubuloubu commented on GitHub (Mar 18, 2025):

related: #7869

<!-- gh-comment-id:2734482620 --> @fubuloubu commented on GitHub (Mar 18, 2025): related: #7869
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#52973