Results 1 to 7 of 7
Hi All,
I am unable to run
apt-get -o APT::Force-LoopBreak=1
Thansk & Regards
Gauri Agrawal...
- 11-09-2005 #1Just Joined!
- Join Date
- Nov 2005
- Posts
- 13
Force-LoopBreak
Hi All,
I am unable to run
apt-get -o APT::Force-LoopBreak=1
Thansk & Regards
Gauri Agrawal
- 11-09-2005 #2Just Joined!
- Join Date
- Nov 2005
- Posts
- 13
Hi All,
I still didnt get reply,,,is the problem so difficult??
I am new user of Debian and installed Debian on i386 machine. Now i am trying to install few packages one by one.
While doing that I am getting the following error:
================================================== =========
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
So for that I tried to activate Force-LoopBreak option on by the following command on command line prompt:
================================================== ==========
apt-get -o APT::Force-LoopBreak=1
However, I try putting "true", "True", "TRUE", "0", =true, =TRUE, =True, =1, =0 none of these work.
Regards,
Gauri
- 11-09-2005 #3
Try with the full command line; right now you're apt-getting nothing ...
where "prog" is what you're trying to installCode:apt-get -o APT::Force-LoopBreak=1 install prog
However, there's no guarantee you won't break something. Make sure you have e2fsprogs restored before you reboot.
Here's a ref to another discussion of the problem:
http://www.linuxquestions.org/questions/history/366925
(google is your friend)
--noobus in perpetuum
- 11-10-2005 #4Just Joined!
- Join Date
- Nov 2005
- Posts
- 13
thanks a lot it is working now, but can u plz explain me why it is working when i am giving two commands together.
Thanks & Regards
Gauri Agrawal
- 11-10-2005 #5It's only one command; the "-o APT::Force-LoopBreak=1" is an option passed to apt-get. So you're just doing
Originally Posted by gauri
Code:apt-get [option] install prog
noobus in perpetuum
- 11-10-2005 #6Just Joined!
- Join Date
- Nov 2005
- Posts
- 13
Thanks a lot.
Regards
Gauri
- 11-28-2005 #7Just Joined!
- Join Date
- Nov 2005
- Posts
- 4
Hi,
Im having the same problem with e2fsprogs, with exactly the same error message.
Now i did a.. but the result was, after some actions:Code:apt-get -o APT::Force-LoopBreak=yes install e2fsprogs
Code:Setting up lsb-base (3.0-11) ... dpkg: dependency problems prevent configuration of initscripts: initscripts depends on e2fsprogs (>= 1.19-1); however: Package e2fsprogs is not installed. dpkg: error processing initscripts (--configure): dependency problems - leaving unconfigured Errors were encountered while processing: initscripts E: Sub-process /usr/bin/dpkg returned an error code (1)
Ok, can someone PLEASE tell me what i could try. I don't wanna break that system (or did it already?)


Reply With Quote
