LinHES Forums
http://forum.linhes.org/

apt-get ?
http://forum.linhes.org/viewtopic.php?f=5&t=13570
Page 1 of 1

Author:  koecks [ Tue Jan 16, 2007 2:13 pm ]
Post subject:  apt-get ?

I issue (as su) :
apt-get install libstdc++2.9-glibc2.1

but gives me "couldn't find libstc...." ?

what am I doing wrong ?

Author:  graysky [ Tue Jan 16, 2007 3:20 pm ]
Post subject: 

I have no idea if you can install that via apt-get, but here's what I would do:
Code:
# apt-get update
#apt-get --dry-run install libs<TAB>


Where <TAB> is you literally typing those letters and instead of the next letter (t in this case) you'll hit the Tab key and see what is available for you.

If it runs okay without complaining about dependencies you can remove that --dry-run switch and do it for real at your own risk.

Author:  DaveQB [ Tue Jan 16, 2007 4:45 pm ]
Post subject: 

For TAB to work, you will probably need to make sure its sources /etc/bash_completion

If TAB doesnt do anything, run

Code:
. /etc/bash_completion

Author:  koecks [ Wed Jan 17, 2007 2:22 pm ]
Post subject:  hmm...

the TAB thing does work.. but it still gives me "could not find package" ?

Author:  jangli [ Tue Jan 23, 2007 1:37 pm ]
Post subject:  Couldn't find package...

Have you run
    apt-get update
before? I had the same error first when trying to install phpmyadmin...

greetings
jangli

Page 1 of 1 All times are UTC - 6 hours
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/