Re: Looks gnome-packagekit dependency is broken

2008-12-14 Thread Otgonbayar.A



Well here is my experience:
rpm -i PackageKit-0.3.12-1.fc9.i386.rpm \
gnome-packagekit-0.3.12-3.fc9.i386.rpm

error: Failed dependencies:
PackageKit-glib = 0.3.12-1.fc9 is needed by
PackageKit-0.3.12-1.fc9.i386
PackageKit-udev-helper = 0.3.12-1.fc9 is needed by
PackageKit-0.3.12-1.fc9.i386
PackageKit-yum = 0.3.12-1.fc9 is needed by PackageKit-0.3.12-1.fc9.i386
PackageKit-yum-plugin = 0.3.12-1.fc9 is needed by
PackageKit-0.3.12-1.fc9.i386
libpackagekit-glib.so.11 is needed by PackageKit-0.3.12-1.fc9.i386
PackageKit-libs >= 0.3.11 is needed by
gnome-packagekit-0.3.12-3.fc9.i386
libpackagekit-glib.so.11 is needed by
gnome-packagekit-0.3.12-3.fc9.i386

Where did you get these dependencies.
  

I don't remember step by step. As I remember now I did following things.

First, I removed PackageKit.
# rpm -e PackageKit gnome-packagekit PackageKit-glib \
PackageKit-udev-helper \
PackageKit-yum PackageKit-gstreamer-plugin \
PackageKit-yum-plugin

Then I installed package kit.
# yum install PackageKit
# yum update

Then I could not install gnome-packagekit. So I emailed here. And I 
downloaded package from here.

https://admin.fedoraproject.org/updates/F10/FEDORA-2008-11078

Couple days after I installed this package is updated from repository so 
I guess that this problem is fixed.


So you should just use yum.

Otgonbayar.A

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Looks gnome-packagekit dependency is broken

2008-12-12 Thread Richard Hughes
On Fri, 2008-12-12 at 10:04 -0600, Aaron Konstam wrote:
> Well here is my experience:
> rpm -i PackageKit-0.3.12-1.fc9.i386.rpm \
> gnome-packagekit-0.3.12-3.fc9.i386.rpm

PackageKit has many sub packages. You want to download them all, and
then install with -Fvh

Richard.


-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Looks gnome-packagekit dependency is broken

2008-12-12 Thread Aaron Konstam
On Fri, 2008-12-12 at 09:14 +0900, Otgonbayar.A wrote:
> Aaron Konstam wrote:
> > On Thu, 2008-12-11 at 07:28 +0100, Kevin Kofler wrote:
> >   
> >> 李满 wrote:
> >> 
> >>> Look here
> >>> https://admin.fedoraproject.org/updates/PackageKit-0.3.12-1.fc9,gnome-packagekit-0.3.12-3.fc9,kpackagekit-0.3.1-6.fc9
> >>>   
> >> That's for F9. The F10 update is this one:
> >> https://admin.fedoraproject.org/updates/F10/FEDORA-2008-11078
> >>
> >> Kevin Kofler
> >>
> >> 
> > As I said in a separate message the F9 rpms can't be installed do to not
> > being able to find dependencies. No one has explained how to
> > successfully install them.
> >   
> I downloaded all rpm's and installed it.
> rpm -i *.rpm
> 
> As I remember it requested smart package so I installed that before 
> install these rpm's.
> yun install smart.
> 
> That's all. And it works fine now.

> Otgonbayar.A
> 
Well here is my experience:
rpm -i PackageKit-0.3.12-1.fc9.i386.rpm \
gnome-packagekit-0.3.12-3.fc9.i386.rpm

error: Failed dependencies:
PackageKit-glib = 0.3.12-1.fc9 is needed by
PackageKit-0.3.12-1.fc9.i386
PackageKit-udev-helper = 0.3.12-1.fc9 is needed by
PackageKit-0.3.12-1.fc9.i386
PackageKit-yum = 0.3.12-1.fc9 is needed by PackageKit-0.3.12-1.fc9.i386
PackageKit-yum-plugin = 0.3.12-1.fc9 is needed by
PackageKit-0.3.12-1.fc9.i386
libpackagekit-glib.so.11 is needed by PackageKit-0.3.12-1.fc9.i386
PackageKit-libs >= 0.3.11 is needed by
gnome-packagekit-0.3.12-3.fc9.i386
libpackagekit-glib.so.11 is needed by
gnome-packagekit-0.3.12-3.fc9.i386

Where did you get these dependencies.
--
===
Booze is the answer. I don't remember the question.
===
Aaron Konstam telephone: (210) 656-0355 e-mail: akons...@sbcglobal.net

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Looks gnome-packagekit dependency is broken

2008-12-11 Thread Kevin Kofler
Otgonbayar.A wrote:
> I downloaded all rpm's and installed it.
> rpm -i *.rpm

Uh, rpm -i is the wrong thing to use to upgrade a package, you must use
rpm -U. Now you likely have both versions installed and a big mess (because
packages other than the kernel (and in some cases kernel modules) are not
designed to allow more than one version to be installed at once).

Kevin Kofler

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Looks gnome-packagekit dependency is broken

2008-12-11 Thread Otgonbayar.A

Aaron Konstam wrote:

On Thu, 2008-12-11 at 07:28 +0100, Kevin Kofler wrote:
  

李满 wrote:


Look here
https://admin.fedoraproject.org/updates/PackageKit-0.3.12-1.fc9,gnome-packagekit-0.3.12-3.fc9,kpackagekit-0.3.1-6.fc9
  

That's for F9. The F10 update is this one:
https://admin.fedoraproject.org/updates/F10/FEDORA-2008-11078

Kevin Kofler



As I said in a separate message the F9 rpms can't be installed do to not
being able to find dependencies. No one has explained how to
successfully install them.
  

I downloaded all rpm's and installed it.
rpm -i *.rpm

As I remember it requested smart package so I installed that before 
install these rpm's.

yun install smart.

That's all. And it works fine now.

Otgonbayar.A

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


RE: Looks gnome-packagekit dependency is broken

2008-12-11 Thread Aaron Konstam
On Thu, 2008-12-11 at 07:28 +0100, Kevin Kofler wrote:
> 李满 wrote:
> > Look here
> >https://admin.fedoraproject.org/updates/PackageKit-0.3.12-1.fc9,gnome-packagekit-0.3.12-3.fc9,kpackagekit-0.3.1-6.fc9
> 
> That's for F9. The F10 update is this one:
> https://admin.fedoraproject.org/updates/F10/FEDORA-2008-11078
> 
> Kevin Kofler
> 
As I said in a separate message the F9 rpms can't be installed do to not
being able to find dependencies. No one has explained how to
successfully install them.
--
===
You will obey or molten silver will be poured into your ears.
===
Aaron Konstam telephone: (210) 656-0355 e-mail: [EMAIL PROTECTED]

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


RE: Looks gnome-packagekit dependency is broken

2008-12-10 Thread Kevin Kofler
李满 wrote:
> Look here
>https://admin.fedoraproject.org/updates/PackageKit-0.3.12-1.fc9,gnome-packagekit-0.3.12-3.fc9,kpackagekit-0.3.1-6.fc9

That's for F9. The F10 update is this one:
https://admin.fedoraproject.org/updates/F10/FEDORA-2008-11078

Kevin Kofler

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


RE: Looks gnome-packagekit dependency is broken

2008-12-10 Thread 李满

Look here
https://admin.fedoraproject.org/updates/PackageKit-0.3.12-1.fc9,gnome-packagekit-0.3.12-3.fc9,kpackagekit-0.3.1-6.fc9>
 Date: Fri, 12 Dec 2008 13:38:56 +0900> From: [EMAIL PROTECTED]> To: 
fedora-list@redhat.com> Subject: Looks gnome-packagekit dependency is broken> > 
Dear all> > On Fedora 10, I reinstalled packagekit and it was successful. But 
after > that when I wanted to install gnome-packagekit following error has > 
occurred. How should I solve it?> The error is:> > $yum install 
gnome-packagekit> Setting up Install Process> Parsing package install 
arguments> Resolving Dependencies> --> Running transaction check> ---> Package 
gnome-packagekit.i386 0:0.3.9-8.fc10 set to be updated> --> Processing 
Dependency: libpackagekit-glib.so.10 for package: > gnome-packagekit> --> 
Finished Dependency Resolution> gnome-packagekit-0.3.9-8.fc10.i386 from fedora 
has depsolving problems> --> Missing Dependency: libpackagekit-glib.so.10 is 
needed by package > gnome-packagekit-0.3.9-8!
 .fc10.i386 (fedora)> Error: Missing Dependency: libpackagekit-glib.so.10 is 
needed by package > gnome-packagekit-0.3.9-8.fc10.i386 (fedora)> > Thank you.> 
> Otgonbayar.A> > -- > fedora-list mailing list> fedora-list@redhat.com> To 
unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list> Guidelines: 
http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
_
MSN安全保护中心,免费修复系统漏洞,保护MSN安全!
http://im.live.cn/safe/center/-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines