vncvltvred/personal
Project ID: 200237
Description
Packages built for my own Fedora machines. You're welcome to use them.
Installation Instructions
If you enable this COPR repo, please be sure to exclude the mesa drivers in it, as they're built minimally for AMD. If you have an AMD GPU, you're fine, you just have the latest mesa drivers.
If you don't know how to do that then:
# If it's stored somewhere else, replace accordingly.
sudo nano /etc/yum.repos.d/_copr:copr.fedorainfracloud.org:vncvltvred:personal.repo
It should look like this:
[copr:copr.fedorainfracloud.org:vncvltvred:personal]
name=Copr repo for personal owned by vncvltvred
baseurl=https://download.copr.fedorainfracloud.org/results/vncvltvred/personal/fedora-$>
type=rpm-md
skip_if_unavailable=True
gpgcheck=1
gpgkey=https://download.copr.fedorainfracloud.org/results/vncvltvred/personal/pubkey.gpg
repo_gpgcheck=0
enabled=1
enabled_metadata=1
Append excludepkgs=mesa*, so it looks like this:
[copr:copr.fedorainfracloud.org:vncvltvred:personal]
name=Copr repo for personal owned by vncvltvred
baseurl=https://download.copr.fedorainfracloud.org/results/vncvltvred/personal/fedora-$>
type=rpm-md
skip_if_unavailable=True
gpgcheck=1
gpgkey=https://download.copr.fedorainfracloud.org/results/vncvltvred/personal/pubkey.gpg
repo_gpgcheck=0
enabled=1
enabled_metadata=1
excludepkgs=mesa*
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
| Release | Architectures | Repo Download | 
|---|---|---|
|  Fedora 41 | x86_64 (4)* | Fedora 41 (0 downloads) | 
|  Fedora 42 | i386 (4)*, x86_64 (44)* | Fedora 42 multilib x86_64+i386 (23 downloads) | 
|  Fedora 43 | i386 (4)*, x86_64 (26)* | Fedora 43 multilib x86_64+i386 (14 downloads) | 
|  Fedora rawhide | x86_64 (4)* | Fedora rawhide (0 downloads) | 
* Total number of downloaded packages.
Quick Enable
    #> dnf copr enable vncvltvred/personal
  
  
     More info about enabling Copr repositories