COPR?
New to linux here. Most fedora installation instructions on github recommend using "COPR" somewhere in their respective install instructions - COPR doesn't seem to work on bazzite (but does on vanilla fedora). Any advice or help on resolving this?
17 Replies
https://universal-blue.discourse.group/docs?topic=35
COPR information is down below
Universal Blue
Installing and Managing Software on Bazzite
Hi, Brew and Fleek are part of the upstream Universal Blue images. You can virtually use both in the same manner on most of the popular images (main, nvidia, bluefin, etc.) To answer your questions in order about the Bazzite images: No. Desktop images have Nvidia variants, but not the Steam Deck/HTPC and other handheld PC images do NOT hav...
can also use a fedora distrobox container if nothing really has to be at a system-level using a similar method
but the way described there with
rpm-ostree
is ok even with the downsides of layeringThanks for the fast reply here, I'm specifically trying to get envycontrol: https://github.com/bayasdev/envycontrol installed on my asus laptop that can switch between integrated and discrete graphics
GitHub
GitHub - bayasdev/envycontrol: Easy GPU switching for Nvidia Optimu...
Easy GPU switching for Nvidia Optimus laptops under Linux - bayasdev/envycontrol
But replacing copr with rpm-ostree doesn't seem to work?
read the documentation
download the .repo file and save it into
/etc/yum.repos.d
then you install the package with rpm-ostree
then you rebootOk gotcha - I've navigated to where the yum.repos.d are, but I don't see a .repo file on github? Totally new to all this
ah you have to make it yourself and save it there
they didnt provide one
put that in a text file and save it as
_copr_sunwire-envycontrol.repo
in /etc/yum.repos.d
Excellent ok - I "admin'd" into the folder, created that repo file, and put it in there. How do I "call" that repo in bazzite to make it "run"?
note that there's a
copr
util
it ships with bazzite alreadyi didnt even know this
it's not actual copr, it's just a helper script
GitHub
GitHub - ublue-os/COPR-command: A small script reenabling the "COPR...
A small script reenabling the "COPR" command on Fedora distros not including it - ublue-os/COPR-command
maybe worth adding to documentation?
this copr helper script was the inspiration for the bazzite-rollback-helper script
If i wasn't in bed i would
reminder for tomorrow unless someone beats me to the punch
nighty night bazzitecord
I'll add it really quick for now
ty
done