在 2017年6月28日星期三 CST 上午8:46:26,Ajibola Akinmosin 写道: > I've tried every possible way to install package , even tried different > mirror downloads site. I have tried to install through APT and download it > with browsers but got nothing. Please help here. Thanks alot.
You are looking for an old package with old Debian revision number (-2).
If you are using Debian oldstable ("Jessie"), you can get gcc-4.9 and cpp-4.9
via "apt install" without problem.
For Debian Stable ("Stretch") and Debian Testing/Unstable, gcc-4.9 has been
superceded by newer gcc (gcc-6 for Stretch and gcc-7 in the future releases).
You cannot find gcc-4.9 in Debian 9 or Debian 10. Using old gcc on these
systems is not recommended.
If you still want to download them manually, you can find related packages
here:
http://deb.debian.org/debian/pool/main/g/gcc-4.9/
...in which you can find out there are "gcc-4.9_4.9.2-10" and
"cpp-4.9_4.9.2-10" instead of "gcc-4.9_4.9.2-2" and "cpp-4.9_4.9.2-2".
WARNING: In this case, unexpected problems may come up and you must solve
packages dependencies by yourself.
If you insist on downloading the "4.9.2-2" version (not newer ones), you can
find them via http://snapshot.debian.org .
Regards,
Boyuan Yang
signature.asc
Description: This is a digitally signed message part.

