| View previous topic :: View next topic |
| Author |
Message |
solamour Guru


Joined: 21 Dec 2004 Posts: 434 Location: San Diego, CA
|
Posted: Wed May 09, 2012 9:04 pm Post subject: [Solved] List up files that will be installed by a package |
|
|
I've been using the following command to list up the files in a particular package (i.e. the files that were installed by PACKAGE_NAME).
| Code: | | equery files PACKAGE_NAME |
But I noticed that it works only for the package that are already installed. I'd like to know if there is a way to list up the files that will be installed before I install the package. Thank you.
__
sol
Last edited by solamour on Thu May 10, 2012 12:28 am; edited 1 time in total |
|
| Back to top |
|
 |
audiodef Advocate


Joined: 06 Jul 2005 Posts: 4949
|
|
| Back to top |
|
 |
solamour Guru


Joined: 21 Dec 2004 Posts: 434 Location: San Diego, CA
|
Posted: Wed May 09, 2012 10:11 pm Post subject: |
|
|
| audiodef wrote: | | Are you looking for more than emerge -p (package)? |
Indeed I do. For example, let's say I'm looking for a program called "mimencode". I think it's a part of "metamail" package, but I'm not quite sure. "qsearch mime" results in a bunch of packages that might have the program I'm looking for, but unless there is a way to list up the files that will be installed, I wouldn't know what to install.
__
sol |
|
| Back to top |
|
 |
jdhore Developer

Joined: 13 Apr 2007 Posts: 105
|
Posted: Wed May 09, 2012 11:33 pm Post subject: |
|
|
| solamour wrote: | | audiodef wrote: | | Are you looking for more than emerge -p (package)? |
Indeed I do. For example, let's say I'm looking for a program called "mimencode". I think it's a part of "metamail" package, but I'm not quite sure. "qsearch mime" results in a bunch of packages that might have the program I'm looking for, but unless there is a way to list up the files that will be installed, I wouldn't know what to install.
__
sol |
I'd recommend http://www.portagefilelist.de/ . It's not an official project so it may eat your pets, but IMO, it works pretty well. |
|
| Back to top |
|
 |
solamour Guru


Joined: 21 Dec 2004 Posts: 434 Location: San Diego, CA
|
Posted: Thu May 10, 2012 12:27 am Post subject: |
|
|
Neat. It works. Thanks.
__
sol |
|
| Back to top |
|
 |
audiodef Advocate


Joined: 06 Jul 2005 Posts: 4949
|
|
| Back to top |
|
 |
|