LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   upgrade probem (https://www.linuxquestions.org/questions/debian-26/upgrade-probem-363800/)

salahuddin_66 09-15-2005 10:07 PM

upgrade probem
 
apt-get upgrade

or

apt-get dist-upgrade

do not working for me.

it shows
Code:

Need to get 0B/302MB of archives.
After unpacking 17.7MB of additional disk space will be used.
E: This installation run will require temporarily removing the essential package e2fsprogs due to a Conflicts/Pre-Depends loop. This is often bad, but if you really want to do it, activate the APT::Force-LoopBreak option.
E: Internal Error, Could not early remove e2fsprogs

many days ago i hav moved to debian sid.

and yesterday i install debian from my testing installation cd (fresh install) (when sarge was testing). and i can't install any softwares for it.

need help.

doc.nice 09-16-2005 04:43 AM

This means, there is a cyclic dependency in your packages, I had this problem too,
the apt manual says you have to set/add
Code:

APT::Force-LoopBreak "On";
in your /etc/apt/apt.conf and then run apt-get install.

Don't forget to delete the entry afterwards (or set to "Off"), to re-enable this safety check.
Normally, those dependency problems must not occur (read man apt-get)

BTW:
If you get this Error while using any apt-related program:

Code:

EE: Dynamic MMap ran out of Room
EE: ....

you have to raise the value of APT::Cache-Limit in /etc/apt/apt.conf

HTH,
Flo

salahuddin_66 09-16-2005 10:07 PM

solved

thanx a lot.

powadha 09-17-2005 05:55 AM

I had the same problem. Downloading and using a newer version of the installer (net-install) solved it. I guess some parts of the installer where outdated.


All times are GMT -5. The time now is 07:34 AM.