View previous topic :: View next topic |
Author |
Message |
Cmere n00b
Joined: 17 Apr 2002 Posts: 18
|
Posted: Thu May 16, 2002 7:03 pm Post subject: Portage Package Information |
|
|
How about a simple way to check package info? Say file size, depends, installation locations, and of course what the package does? Something like "emerge --info 'package name'"? |
|
Back to top |
|
|
klieber Bodhisattva
Joined: 17 Apr 2002 Posts: 3657 Location: San Francisco, CA
|
Posted: Thu May 16, 2002 7:14 pm Post subject: Re: Portage Package Information |
|
|
Cmere wrote: | How about a simple way to check package info? |
Well, there is the '-s' switch, which gives a limited amount of info about the package, and you can use the '-op' option to see a list of dependencies, but you're right; there certainly could be more. Personally, I'm a big fan of how debian does it with apt-cache search and dpkg -p.
--kurt _________________ The problem with political jokes is that they get elected |
|
Back to top |
|
|
MaRTiaN Tux's lil' helper
Joined: 22 Apr 2002 Posts: 85 Location: London
|
Posted: Thu May 16, 2002 10:25 pm Post subject: |
|
|
I also think gentoolkit should be merged into the portage ebuild. The tools are so useful, I can't think of any reason not to install them. It struck me as odd that they were seperate even before I used them. _________________ Some people are alive only because it's illegal to kill them. |
|
Back to top |
|
|
sda n00b
Joined: 05 May 2002 Posts: 18 Location: Toronto
|
Posted: Fri May 17, 2002 5:35 am Post subject: |
|
|
MaRTiaN wrote: | I also think gentoolkit should be merged into the portage ebuild. The tools are so useful, I can't think of any reason not to install them. It struck me as odd that they were seperate even before I used them. |
I installed them how does it work? |
|
Back to top |
|
|
klieber Bodhisattva
Joined: 17 Apr 2002 Posts: 3657 Location: San Francisco, CA
|
Posted: Fri May 17, 2002 11:35 am Post subject: |
|
|
sda wrote: | I installed them how does it work? |
RTFM.
Code: | /usr/share/doc/gentoolkit-0.1.10/ |
(may be slightly different if you have an earlier version of gentoolkit, but it will be /usr/share/doc/gentoolkit-<something>)
--kurt _________________ The problem with political jokes is that they get elected |
|
Back to top |
|
|
sda n00b
Joined: 05 May 2002 Posts: 18 Location: Toronto
|
Posted: Fri May 17, 2002 2:40 pm Post subject: |
|
|
klieber wrote: | sda wrote: | I installed them how does it work? |
RTFM.
Code: | /usr/share/doc/gentoolkit-0.1.10/ |
(may be slightly different if you have an earlier version of gentoolkit, but it will be /usr/share/doc/gentoolkit-<something>)
--kurt |
Well thanks for the reply not too helpful though. I can't find any documentation of gentoolkit. There is no manpage for it - what is it supposed to do and how does one utilize it? |
|
Back to top |
|
|
klieber Bodhisattva
Joined: 17 Apr 2002 Posts: 3657 Location: San Francisco, CA
|
Posted: Fri May 17, 2002 2:46 pm Post subject: |
|
|
sda wrote: | Well thanks for the reply not too helpful though. I can't find any documentation of gentoolkit. There is no manpage for it - what is it supposed to do and how does one utilize it? |
The documentation for gentoolkit is in your /usr/share/doc folder. Try the following:
Code: | ls -al /usr/share/doc |grep gentoolkit |
If it isn't there, then your install of gentoolkit is borked -- you should remerge it.
As for what it does:
Code: | root@localhost doc # emerge -s gentoolkit
[ Results for search key : gentoolkit ]
[ Applications found : 1 ]
* app-admin/gentoolkit
Latest version Available: 0.1.10
Latest version Installed: 0.1.10
Homepage: http://www.gentoo.org/~karltk/gentoolkit/
Description:
Collection of unofficial administration scripts for Gentoo
|
Looks like it's a collection of unofficial administration scripts for Gentoo.
--kurt _________________ The problem with political jokes is that they get elected |
|
Back to top |
|
|
sda n00b
Joined: 05 May 2002 Posts: 18 Location: Toronto
|
Posted: Fri May 17, 2002 2:53 pm Post subject: |
|
|
Heh - I couldn't find anything on my searches as I was using google-linux, the regular google pulled down some direct references. Didn't realize that the command was to type 'etc-update'.
Thanks for both responses fellas. Gentoo is a nice distro - even for old farts like I. |
|
Back to top |
|
|
|