You are not logged in.

#1 2006-08-06 05:16:50

lilsirecho
Veteran
Registered: 2003-10-24
Posts: 5,000

How to list all pkgs with gnome-common dependency

Always have a problem with a script for Larch which upsets the /proc mount when gnome-common appears but don't know whence it came.

Is there a way to list all pkgs requiring gnome-common dependency?

Deleting them would probably solve my dilemma.


Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit!     X-ray confirms Iam spineless!

Offline

#2 2006-08-06 07:55:15

jokele
Member
Registered: 2006-07-04
Posts: 3

Re: How to list all pkgs with gnome-common dependency

This might work

find /var/lib/pacman/local/ -name depends | xargs grep gnome-common

Offline

#3 2006-08-06 10:03:07

ingvildr
Member
From: Brighton, England
Registered: 2005-04-19
Posts: 203

Re: How to list all pkgs with gnome-common dependency

$ pacman -Qi gnome-common
Name           : gnome-common
Version        : 2.12.0-5
Groups         : gnome
Packager       : Arch Linux (http://www.archlinux.org)
URL            : http://www.gnome.org
License        : None
Architecture   : i686
Size           : 101772
Build Date     : Wed Jul 19 17:29:05 2006 UTC
Install Date   : Sat Aug  5 22:11:08 2006 UTC
Install Script : Yes
Reason:        : installed as a dependency for another package
Provides       : None
Depends On     : desktop-file-utils scrollkeeper
Required By    : libsoup orbit2
Conflicts With : None
Description    : Common macros for GNOME2

Offline

#4 2006-08-06 16:07:09

lilsirecho
Veteran
Registered: 2003-10-24
Posts: 5,000

Re: How to list all pkgs with gnome-common dependency

Performed as follows:

=============================================================[root@n6re ~]# pacman -Qi  gnome-common
Package "gnome-common" was not found.
=================================================================[root@n6re ~]# find /var/lib/pacman/local/ -name depends | xargs grep gnome-common

No results printed.


Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit!     X-ray confirms Iam spineless!

Offline

#5 2006-08-06 19:04:29

T-Dawg
Forum Fellow
From: Charlotte, NC
Registered: 2005-01-29
Posts: 2,736

Re: How to list all pkgs with gnome-common dependency

lilsirecho wrote:

Performed as follows:

=============================================================[root@n6re ~]# pacman -Qi  gnome-common

=================================================================[root@n6re ~]# find /var/lib/pacman/local/ -name depends | xargs grep gnome-common

No results printed.

it means the Package "gnome-common" was not found.

Offline

#6 2006-08-06 21:27:44

codemac
Member
From: Cliche Tech Place
Registered: 2005-05-13
Posts: 794
Website

Re: How to list all pkgs with gnome-common dependency

pacman -Si gnome-common might work better.

But realize, that if pacman -Qi gnome-common doesn't work, then you don't have the package installed on your system.

Offline

#7 2006-08-07 00:30:10

lilsirecho
Veteran
Registered: 2003-10-24
Posts: 5,000

Re: How to list all pkgs with gnome-common dependency

Results:


[root@n6re ~]# pacman -Si gnome-common
Repository        : extra
Name              : gnome-common
Version           : 2.12.0-5
Groups            : gnome
Provides          : None
Depends On        : desktop-file-utils scrollkeeper
Conflicts With    : None
Replaces          : None
Size (compressed) : 9785
Description       : Common macros for GNOME2
MD5 Sum           : 94cea523ca3337d5e781fa9f869a7c29

[root@n6re ~]#

Helpful info...thanx


Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit!     X-ray confirms Iam spineless!

Offline

Board footer

Powered by FluxBB