For installing I usually use yumex or yum (but then I use CentOS), for example with up2date you need to do:
Code:
up2date -i compat-libstdcc++-33
if you want to find out what package provides then run:
Code:
up2date --whatprovides=[deps]
You can use yum if you find that easier and you'll need nptl & both of the compat libs. That should be the format for those commands but I'm noit a linux expert and there's always up2date --help