Re: finding packages w/o packages.debian.org

2006-02-03 Thread Andreas Janssen
Hello

Jason Majors (<[EMAIL PROTECTED]>) wrote:

> With packages.debian.org down, how can I find out which packages
> contain certain files?
> I need to get:
>  libcrypt3.so.2
> libstdc++-libc6.2-2.so.3
> libssl.so.2
> libXm.so.3
> But can't figure out where they are.

Install apt-file, run apt-file update and then search for each file
using

apt-file search filename

best regards
Andreas Janssen

-- 
Andreas Janssen <[EMAIL PROTECTED]>
PGP-Key-ID: 0xDC801674 ICQ #17079270
Registered Linux User #267976
http://www.andreas-janssen.de/debian-tipps-sarge.html


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: finding packages w/o packages.debian.org

2006-02-02 Thread Andrew Sackville-West
On Thu, 2 Feb 2006 22:40:08 -0700 (MST)
"Jason Majors" <[EMAIL PROTECTED]> wrote:

> With packages.debian.org down, how can I find out which packages contain
> certain files?
> I need to get:
>  libcrypt3.so.2
> libstdc++-libc6.2-2.so.3
> libssl.so.2
> libXm.so.3
> But can't figure out where they are.

apt-cache search will help with some of this. 

A
> 
> Thanks.
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 


pgpiqrDWb1iFm.pgp
Description: PGP signature


Re: finding packages w/o packages.debian.org

2006-02-02 Thread cmetzler

Jason Majors wrote:
> 
> With packages.debian.org down, how can I find out which packages contain
> certain files?
> I need to get:
>  libcrypt3.so.2
> libstdc++-libc6.2-2.so.3
> libssl.so.2
> libXm.so.3
> But can't figure out where they are.

apt-get install apt-file
apt-file update
apt-file search libcrypt3.so.2
etc.

-c





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



finding packages w/o packages.debian.org

2006-02-02 Thread Jason Majors
With packages.debian.org down, how can I find out which packages contain
certain files?
I need to get:
 libcrypt3.so.2
libstdc++-libc6.2-2.so.3
libssl.so.2
libXm.so.3
But can't figure out where they are.

Thanks.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]