Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] Condor on Ubundu Linux
- Date: Fri, 31 Mar 2006 18:26:35 +0100
- From: "Kewley, J \(John\)" <j.kewley@xxxxxxxx>
- Subject: Re: [Condor-users] Condor on Ubundu Linux
> In that case, you'll want to do something like:
>
> $ apt-cache search libstdc++
>
> find the right package name and:
>
> $ apt-get install [package name]
>
> Checking on my Breezy box, it looks like the package you want
> is called
> "libstdc++5", so it's:
>
> $ apt-get install "libstdc++5"
Excellent, I had seen dpkg, but not apt-get.
libstdc++5 successfully downloaded - thanks!
Now to try installation again.
Cheers
JK