Quote:
Originally Posted by tommy12
I followed your advice
/etc/yum.repos.d/dries.repo:gpgcheck=1dries]
/etc/yum.repos.d/dries.repo~:gpgcheck=1dries]
|
Both of those are wrong
See, instead of '0' or '1', they both have '1dries]'
the duplicates are fine, some repo files list more than one repo inside of them, and each entry will have its own 'gpgcheck' value. No need to worry about that... You do have a couple of *.repo~ files (they end with '~'), you can delete those since they aren't doing anything. By default when you edit something with vim it leaves behind the pre-edited file with a '~' on the end.
I would remove
/etc/yum.repos.d/dries.repo~
(ends in ~ and the dries.repo file is the other one (below))
and fix
/etc/yum.repos.d/dries.repo
which is that actual dries repo file and has the '1dries]' instead of '1'. There may be other typos in that file, maybe not, but the invalid gpgcheck error you're getting is because of this one.
Also, you have:
/etc/yum.repos.d/macromedia.repo
and can delete:
/etc/yum.repos.d/macromedia.repo~:gpgcheck=1
if you wish