You are not logged in.
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
This might work
find /var/lib/pacman/local/ -name depends | xargs grep gnome-common
Offline
$ 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
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
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
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
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