Finding the files in a package

2013-10-02 Thread Loris Bennett
Dear List,

I would like to know which version of the package openmpi contains the
library libmpi_cxx.so.1.

On the Debian website, the information about individual packages
includes a link to a file list for each available architecture.

How would I go about finding this information for SL?

Cheers,

Loris

-- 
This signature is currently under construction.


Re: Finding the files in a package

2013-10-02 Thread Bluejay Adametz
 How would I go about finding this information for SL?

Try:
   yum whatprovides \*/libmpi_cxx.so.1

 - Bluejay Adametz

Be moderate in everything, including moderation. - Horace Porter

-- 


NOTICE: This message, including any attachments, is only for the use of the 
intended recipient(s) and may contain confidential and privileged information, 
or information otherwise protected from disclosure by law.  If the reader of 
this message is not the intended recipient, you are hereby notified that any 
use, disclosure, copying, dissemination or distribution of this message or any 
of its attachments is strictly prohibited.  If you received this message in 
error, please contact the sender immediately by reply email and destroy this 
message, including all attachments, and any copies thereof. 


Re: Finding the files in a package

2013-10-02 Thread Francesco Minafra
Hi Loris,
 you can use the command:

yum provides */libmpi_cxx.so.1

Cheers,
Francesco.


On Wed, Oct 2, 2013 at 1:01 PM, Loris Bennett loris.benn...@fu-berlin.dewrote:

 Dear List,

 I would like to know which version of the package openmpi contains the
 library libmpi_cxx.so.1.

 On the Debian website, the information about individual packages
 includes a link to a file list for each available architecture.

 How would I go about finding this information for SL?

 Cheers,

 Loris

 --
 This signature is currently under construction.



Re: Finding the files in a package

2013-10-02 Thread Bruno Pereira
Please notice that apt-file is not installed by default on a clean Debian
system.

dpkg -S foo_file will give you the necessary package name without
installing further software.

Regards


On Wed, Oct 2, 2013 at 3:13 PM, Loris Bennett loris.benn...@fu-berlin.dewrote:

 Francesco Minafra
 francesco.mina...@gmail.com writes:

  Hi Loris,
   you can use the command:
 
  yum provides */libmpi_cxx.so.1
 
  Cheers,
  Francesco.
 
 
  On Wed, Oct 2, 2013 at 1:01 PM, Loris Bennett 
 loris.benn...@fu-berlin.de
  wrote:
 
  Dear List,
 
  I would like to know which version of the package openmpi contains
 the
  library libmpi_cxx.so.1.
 
  On the Debian website, the information about individual packages
  includes a link to a file list for each available architecture.
 
  How would I go about finding this information for SL?
 
  Cheers,
 
  Loris
 
  --
  This signature is currently under construction.
 
 

 Thanks Francesco (small world ;-)) and Bluejay,

 It seems that provides and whatprovides are synonyms.

 BTW, instead of messing about on the website, on Debian

 apt-file search libmpi_cxx.so

 is possible.

 Cheers,

 Loris

 --
 This signature is currently under construction.



Re: Finding the files in a package

2013-10-02 Thread Loris Bennett
Bruno Pereira brunopereir...@gmail.com
writes:

 Please notice that apt-file is not installed by default on a clean Debian
 system.

 dpkg -S foo_file will give you the necessary package name without installing
 further software.

Yes, but only for installed packages, whereas apt-file will search in
all packages in the configured sources.

Regards

Loris

 Regards


 On Wed, Oct 2, 2013 at 3:13 PM, Loris Bennett loris.benn...@fu-berlin.de
 wrote:

 Francesco Minafra
 francesco.mina...@gmail.com writes:
 
  Hi Loris,
   you can use the command:
 
  yum provides */libmpi_cxx.so.1
 
  Cheers,
  Francesco.
 
 
  On Wed, Oct 2, 2013 at 1:01 PM, Loris Bennett
 loris.benn...@fu-berlin.de
  wrote:
 
      Dear List,
 
      I would like to know which version of the package openmpi contains
 the
      library libmpi_cxx.so.1.
 
      On the Debian website, the information about individual packages
      includes a link to a file list for each available architecture.
 
      How would I go about finding this information for SL?
 
      Cheers,
 
      Loris
 
      --
      This signature is currently under construction.
 
 
 
 Thanks Francesco (small world ;-)) and Bluejay,
 
 It seems that provides and whatprovides are synonyms.
 
 BTW, instead of messing about on the website, on Debian
 
 apt-file search libmpi_cxx.so
 
 is possible.
 
 Cheers,
 
 Loris
 
 --
 This signature is currently under construction.
 


-- 
Dr. Loris Bennett (Mr.)
ZEDAT, Freie Universität Berlin Email loris.benn...@fu-berlin.de


Re: Finding the files in a package

2013-10-02 Thread Bruno Pereira
Indeed.

Regards


On Wed, Oct 2, 2013 at 4:16 PM, Loris Bennett loris.benn...@fu-berlin.dewrote:

 Bruno Pereira brunopereir...@gmail.com
 writes:

  Please notice that apt-file is not installed by default on a clean Debian
  system.
 
  dpkg -S foo_file will give you the necessary package name without
 installing
  further software.

 Yes, but only for installed packages, whereas apt-file will search in
 all packages in the configured sources.

 Regards

 Loris

  Regards
 
 
  On Wed, Oct 2, 2013 at 3:13 PM, Loris Bennett 
 loris.benn...@fu-berlin.de
  wrote:
 
  Francesco Minafra
  francesco.mina...@gmail.com writes:
 
   Hi Loris,
you can use the command:
  
   yum provides */libmpi_cxx.so.1
  
   Cheers,
   Francesco.
  
  
   On Wed, Oct 2, 2013 at 1:01 PM, Loris Bennett
  loris.benn...@fu-berlin.de
   wrote:
  
   Dear List,
  
   I would like to know which version of the package openmpi
 contains
  the
   library libmpi_cxx.so.1.
  
   On the Debian website, the information about individual
 packages
   includes a link to a file list for each available architecture.
  
   How would I go about finding this information for SL?
  
   Cheers,
  
   Loris
  
   --
   This signature is currently under construction.
  
  
 
  Thanks Francesco (small world ;-)) and Bluejay,
 
  It seems that provides and whatprovides are synonyms.
 
  BTW, instead of messing about on the website, on Debian
 
  apt-file search libmpi_cxx.so
 
  is possible.
 
  Cheers,
 
  Loris
 
  --
  This signature is currently under construction.
 
 

 --
 Dr. Loris Bennett (Mr.)
 ZEDAT, Freie Universität Berlin Email loris.benn...@fu-berlin.de



Re: Finding the files in a package

2013-10-02 Thread Tom H
On Wed, Oct 2, 2013 at 9:23 AM, Bruno Pereira brunopereir...@gmail.com wrote:

 Please notice that apt-file is not installed by default on a clean Debian
 system.

 dpkg -S foo_file will give you the necessary package name without installing
 further software.

dpkg -S ... only works for installed packages.

If you can't or don't want to install apt-file, you can grep the
file(s) that it uses (for Ubuntu):

mirror/ubuntu/dists/raring/Contents-amd64.gz

You can do the same for SL:

mirror/slc6X/x86_64/yum/os/repodata/filelists.xml.gz


Re: Finding the files in a package

2013-10-02 Thread Paul Robert Marino
I always userpm.pbone.netin advanced search mode for that.-- Sent from my HP Pre3On Oct 2, 2013 10:18, Loris Bennett loris.benn...@fu-berlin.de wrote: Bruno Pereira brunopereir...@gmail.com
writes:

 Please notice that apt-file is not installed by default on a clean Debian
 system.

 dpkg -S foo_file will give you the necessary package name without installing
 further software.

Yes, but only for installed packages, whereas apt-file will search in
all packages in the configured sources.

Regards

Loris

 Regards


 On Wed, Oct 2, 2013 at 3:13 PM, Loris Bennett loris.benn...@fu-berlin.de
 wrote:

 Francesco Minafra
 francesco.mina...@gmail.com writes:
 
  Hi Loris,
   you can use the command:
 
  yum provides */libmpi_cxx.so.1
 
  Cheers,
  Francesco.
 
 
  On Wed, Oct 2, 2013 at 1:01 PM, Loris Bennett
 loris.benn...@fu-berlin.de
  wrote:
 
      Dear List,
 
      I would like to know which version of the package "openmpi" contains
 the
      library "libmpi_cxx.so.1".
 
      On the Debian website, the information about individual packages
      includes a link to a file list for each available architecture.
 
      How would I go about finding this information for SL?
 
      Cheers,
 
      Loris
 
      --
      This signature is currently under construction.
 
 
 
 Thanks Francesco (small world ;-)) and Bluejay,
 
 It seems that "provides" and "whatprovides" are synonyms.
 
 BTW, instead of messing about on the website, on Debian
 
 apt-file search libmpi_cxx.so
 
 is possible.
 
 Cheers,
 
 Loris
 
 --
 This signature is currently under construction.
 


-- 
Dr. Loris Bennett (Mr.)
ZEDAT, Freie Universität Berlin Email loris.benn...@fu-berlin.de