So i upgraded to Fedora 15, i must say its going to take a while to get
used it without compiz and general gnome 3 stuff.
First thing i noticed was as its beta there are no official repos.
in the main trunk, you have to use the development ones.
first off move all the files in /etc/yum.repos.d/ *.bak
( we will want to restore these later, when the proper repos come up! )
next
make a new file fedora.repo
1 2 3 | vi /etc/yum.repos.d/fedora.repo |
Add the following
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | [fedora] name=Fedora $releasever - $basearch failovermethod=priority #baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/$releasever/Everything/$basearch/os/ baseurl=http://fedora.mirror.garr.it/mirrors/fedora/linux/development/15/x86_64/os/ #mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch enabled=1 #metadata_expire=7d gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch [fedora-debuginfo] name=Fedora $releasever - $basearch - Debug failovermethod=priority #baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/$releasever/Everything/$basearch/debug/ baseurl=http://fedora.mirror.garr.it/mirrors/fedora/linux/development/15/x86_64/debug/ #mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=fedora-debug-$releasever&arch=$basearch enabled=0 metadata_expire=7d gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch [fedora-source] name=Fedora $releasever - Source failovermethod=priority #baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/$releasever/Everything/source/SRPMS/ baseurl=http://fedora.mirror.garr.it/mirrors/fedora/linux/development/15/source/SRPMS/ #mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=fedora-source-$releasever&arch=$basearch enabled=0 metadata_expire=7d gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch |
And work away as normal 🙂
1 2 3 4 | yum clean all yum update |









