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
vi /etc/yum.repos.d/fedora.repo
Add the following
[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 🙂
yum clean all yum update