just also had to reinstall libstdc++ etc. manually using rpm, because apt needs them in a way
Alexander Dalloz wrote:
Am Mi, den 28.04.2004 schrieb Florian Idelberger um 19:44:
And how do I find them?
because if they're already installed, how do I know where they are from?
thx
flo
You can run following command:
rpm -qa --qf "%{name} %{version}-%{release}\n" | grep "3.3.2-6"
That will list you all packages with version and release numbers matching the updates-testing packages regarding gcc. For the other packages do it either equally or find them by hand using rpm.
Alexander