Did you experiences that you can not updates for your fedora 15? When you get the error message, and the error is “could not add package update for fedora-release-rawhide-15-3(noarch)updates: fedora-release-rawhide-15-3.noarch”. But when you update in your terminal, the error is regarding your “xulrunner for fc14″. So what should you do about it?
After knowing the error, it will narrow down the problem. It is a simple steps to take. All its take to remove xulrunner2-2.0.1-1.fc14.remi.i686.
So you just go ahead and inside of terminal as root then type:
$ yum remove xulrunner2-2.0.1-1.fc14.remi.i686
$ yum -y update.
Now everything turns well~


dude how do you install flash player in fedora 15
Login as root. Add in Adobe repository as below:
## Adobe Repository 32-bit x86 ##
$rpm -ivh http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm
$rpm –import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux
OR
## Adobe Repository 64-bit x86_64 ##
$rpm -ivh http://linuxdownload.adobe.com/adobe-release/adobe-release-x86_64-1.0-1.noarch.rpm
$rpm –import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux
Install it:
$ yum install flash-plugin nspluginwrapper alsa-plugins-pulseaudio libcurl
Now you are set to go~