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

Re: systemd

2013-10-02 Thread Konstantin Olchanski
On Wed, Oct 02, 2013 at 04:30:35PM -0700, Yasha Karant wrote:
 TUV Fedora and a number of other distributions (linux kernel
 specification as well?) are using systemd
 
 http://fedoraproject.org/wiki/Systemd
 
 Is EL (e.g., EL7) going to systemd?  Does anyone have experiene with
 systemd?  A colleague is experiencing frustration with systemd,
 despite the arguments for the transition to this SystemV init
 replacement in the above URL.
 


Nothing to worry about. It will be like the transition to
the NetworkManager: it will work absolutely great for everybody,
except for those people for whom it does not work so good,
and it will have some hardwired non-configurable gems
like we only try DHCP once^H^H^H^H3 times.


-- 
Konstantin Olchanski
Data Acquisition Systems: The Bytes Must Flow!
Email: olchansk-at-triumf-dot-ca
Snail mail: 4004 Wesbrook Mall, TRIUMF, Vancouver, B.C., V6T 2A3, Canada


Re: systemd

2013-10-02 Thread Tom H
On Wed, Oct 2, 2013 at 7:30 PM, Yasha Karant ykar...@csusb.edu wrote:

 TUV Fedora and a number of other distributions (linux kernel specification
 as well?) are using systemd

 http://fedoraproject.org/wiki/Systemd

 Is EL (e.g., EL7) going to systemd?  Does anyone have experiene with
 systemd?  A colleague is experiencing frustration with systemd, despite the
 arguments for the transition to this SystemV init replacement in the above
 URL.

http://listserv.fnal.gov/scripts/wa.exe?A2=ind1307L=scientific-linux-usersT=0P=24036