On 06/10/2016 07:42 AM, Florian Heiser wrote:
On 10.06.2016 10:13, Reindl Harald wrote:
>
> Am 10.06.2016 um 15:45 schrieb Temlakos:
>> On 06/10/2016 09:38 AM, Reindl Harald wrote:
>>>
>>> Am 10.06.2016 um 15:32 schrieb Temlakos:
>>>> Would someone please share the command(s) to enable the RPMFusion
>>>> updates-testing repository on my system, in preparation for upgrading
>>>> from F22 to F23.
>>>>
>>>> As far as I can tell, I have the updates-testing .repo file on my
>>>> system
>>>> (/etc/yum.repos.d/). What I don't know, is how to make sure the
>>>> upgrade
>>>> program will use it to upgrade all rpmfusion packages
>>> guess what the enabled=0 / enabled=1 in the -repo files does....
>>>
>> That's it? Just change the "enabled" variable from 0 to 1 wherever
it
>> appears in all files labeled
"rpmfusion-[non]free-updates-testing.repo"?
>> I counted three flags. Change them all?
> strange question - enable the repos you want to have enabled
> so what answer do you expect?
Be nice to newbies!
Temlakos, you probably mean the three different sections in your repo file.
Just enabled the top one ([rpmfusion-(non)free-updates-testing], and
ignore [...-debuginfo] and [...-source].
Cheers!
If it is something you want to enable only a few times, you could also
just do:
dnf --enablerepo=[name] <action>
Example:
dnf --enablerepo=rpmfusion-free-updates upgrade
Michael