this is what happens when i did as you said. And yeok do you know why this happens? and im quite new to linux and i am totally new to forums.
<a class="ipsAttachLink ipsAttachLink_image" href="<fileStore.core_Attachment>/monthly_05_2009/post-5836-1243790501.png" data-fileid="1138">[img]<fileStore.core_Attachment>/monthly_05_2009/post-5836-1243790501.png[/img]</a>
<a class="ipsAttachLink ipsAttachLink_image" href="<fileStore.core_Attachment>/monthly_05_2009/post-5836-1243790729.png" data-fileid="1139">[img]<fileStore.core_Attachment>/monthly_05_2009/post-5836-1243790729.png[/img]</a>
Your missing the public keys, it should sort that for you but I think it could be an issue with Fedora 11 being stuck in limbo between Rawhide and official 11 release. Try,
Code:
su -c "rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-*"
Then try install the dock with the command.
Code:
su -c "yum install cairo-dock"<!--c2--></div><!--ec2-->
@ Anyweb, wow your 10 year old kid getting on with Fedora. I'm impressed.
the command did not work i dont know why?
do you know couse it says import failed last.<a class="ipsAttachLink ipsAttachLink_image" href="<fileStore.core_Attachment>/monthly_06_2009/post-5836-124386153244.png" data-fileid="1140">[img]<fileStore.core_Attachment>/monthly_06_2009/post-5836-124386153244.png[/img]</a>
try using the whole line
Code:
su -c "rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-*"
I just noticed a post about this over at Fedora forums. Seems to be an issue but I'm not sure why. Everything is working for me.
Can you tell me what the following command shows;
Mine looks like this:
Code:
yum repolist
Loaded plugins: refresh-packagekit
repo id repo name status
fedora Fedora 11 - x86_64 enabled: 16,577
fusion Compiz Fusion repository enabled: 42
livna rpm.livna.org for 11 - x86_64 enabled: 3
rpmfusion-free RPM Fusion for Fedora 11 - Free enabled: 517
rpmfusion-free-updates RPM Fusion for Fedora 11 - Free - Updates enabled: 0
rpmfusion-nonfree RPM Fusion for Fedora 11 - Nonfree enabled: 196
rpmfusion-nonfree-updates RPM Fusion for Fedora 11 - Nonfree - Updates enabled: 0
updates Fedora 11 - x86_64 - Updates enabled: 1,519
repolist: 18,854
Also, try to force a yum update with the following commands;
and;
Code:
# yum --nogpgcheck update
I'm saying force the update because I don't remember having to do any fixes to get things working here but do remember having to force an update.
this is the command "yum repolist"<a class="ipsAttachLink ipsAttachLink_image" href="<fileStore.core_Attachment>/monthly_06_2009/post-5836-124387600485.png" data-fileid="1142">[img]<fileStore.core_Attachment>/monthly_06_2009/post-5836-124387600485.png[/img]</a>
Strange, I guess it must be an issue with RPMFusion. You will simply have to install and ignore the checks until we either figure out what's wrong, or things get fixed.
Code:
# su -c "yum install --nogpgcheck cairo-dock"