Advertisement
whispertante

Repos for Fedora 37 in /etc/yum.repos.d/nobara.repo

Feb 11th, 2023
450
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. [nobara-baseos]
  2. name=nobara-baseos
  3. baseurl=https://download.copr.fedorainfracloud.org/results/gloriouseggroll/nobara/fedora-$releasever-$basearch/
  4. type=rpm-md
  5. skip_if_unavailable=True
  6. gpgcheck=1
  7. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-nobara-baseos-pubkey.gpg
  8. repo_gpgcheck=0
  9. enabled=1
  10. enabled_metadata=1
  11. priority=50
  12.  
  13. [nobara-baseos-multilib]
  14. name=nobara-baseos-multilib
  15. baseurl=https://download.copr.fedorainfracloud.org/results/gloriouseggroll/nobara/fedora-$releasever-i386/
  16. type=rpm-md
  17. skip_if_unavailable=True
  18. gpgcheck=1
  19. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-nobara-baseos-pubkey.gpg
  20. repo_gpgcheck=0
  21. enabled=1
  22. enabled_metadata=1
  23. priority=50
  24.  
  25. [nobara-appstream]
  26. name=nobara-appstream
  27. #baseurl=https://www.nobaraproject.org/repo/nobara/$releasever/$basearch
  28. mirrorlist=https://www.nobaraproject.org/mirrorlist-nobara-appstream
  29. type=rpm-md
  30. skip_if_unavailable=True
  31. gpgcheck=1
  32. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-nobara-appstream-pubkey.gpg
  33. repo_gpgcheck=0
  34. enabled=1
  35. enabled_metadata=1
  36. priority=50
  37.  
  38. [nobara-rocm-official]
  39. name=nobara-rocm-official
  40. baseurl=https://repo.radeon.com/rocm/rhel9/5.4.3/main/
  41. enabled=1
  42. gpgcheck=1
  43. gpgkey=https://repo.radeon.com/rocm/rocm.gpg.key
  44.  
  45. [nobara-onlyoffice]
  46. name=nobara-onlyoffice
  47. baseurl=http://download.onlyoffice.com/repo/centos/main/noarch/
  48. gpgcheck=1
  49. enabled=1
  50. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-ONLYOFFICE.gpg
  51.  
Advertisement
Comments
  • whispertante
    2 years
    # text 0.33 KB | 0 0
    1. Use this in /etc/yum.repos.d/nobara.repo (replace this file) after an update from Fedora 36 -> 37 (Nobara).
    2. Fixes this error during update:
    3. Errors during downloading metadata for repository 'nobara-nvidia-official':
    4. - Status code: 404 for https://www.nobaraproject.org/repo/nobara/37/nvidia/nobara-nvidia-cuda/repodata/repomd.xml
Add Comment
Please, Sign In to add comment
Advertisement