How do I list and edit repositories in Fedora 25?
25/Gnome
After installing the updates on my new fc25 build, I enabled the rpm fusion repositories. Unfortunately these were from fc24. I used the following commands from an article about things to do 'after' installing fc24 instead of 25.
sudo dnf install --nogpgcheck http://download1.rpmfusion.org/free/f... sudo dnf install --nogpgcheck http://download1.rpmfusion.org/nonfre...
I also enabled Fedy.
su -c "curl http://folkswithhats.org/fedy-installer -o fedy-installer && chmod +x fedy-installer && ./fedy-installer"
I need to list the repositories I have installed and remove the ones for fc24 and their gpg keys, as well as any packages that might have been installed for fc24.
How can I do this?
Thanks
BTW, Gnome Software Center doesn't load properly. The afore mentioned are the only problems I've encountered so far.