Apt problemForum: Other Help Topics Topic: Apt problem started by: dafunks Posted by dafunks on June 29 2007,13:48
Hi, I get this error when I try to use apt-get install hellanzb.I thought it would download all the dependencies but it wont for some reason. Maybe it is just I do not know what to do but I hae not had this problem till now. I also tried it with python 2.5 but had the same problems. Can anyone help me out?
Posted by sankarv on July 03 2007,04:03
it is also mentoined in the warnings that try apt using '-f' option. possible tat may work out.. since hellanzb is already installed u r tryin to install an older version it seems......
Posted by dafunks on July 05 2007,00:06
i did try '-f' and it does not change anything.Also i try to install python 2.5 and get the same errors.... well i get it with anything i try to install Posted by sankarv on July 05 2007,04:18
try to see wat r the dependencies for the hellaznb "(its listed in the output u posted) and check its availability, (its showing it has a higher version of some of the libs but looks still one of the libs s missing (" Depends: libc6 (>= 2.3.6-6) but 2.3.2.ds1-10 is to be installed")) and install them seperately using apt or any means. try again installing the package....
Posted by Juanito on July 05 2007,04:45
Which deb version were you trying to install? The further you go along the chain: archived (woody) -> oldstable -> stable -> testing/unstable/experimental, the more you will see this kind of error.It might be better to try and compile from binaries than go the deb route in this case? |