Find the answer to your Linux question:
Results 1 to 7 of 7
Hi All, I am unable to run apt-get -o APT::Force-LoopBreak=1 Thansk & Regards Gauri Agrawal...
  1. #1
    Just 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

  2. #2
    Just 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

  3. #3
    Linux Newbie eerok's Avatar
    Join Date
    Feb 2005
    Location
    Canada
    Posts
    153
    Try with the full command line; right now you're apt-getting nothing ...
    Code:
    apt-get -o APT::Force-LoopBreak=1 install prog
    where "prog" is what you're trying to install

    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

  4. #4
    Just 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

  5. #5
    Linux Newbie eerok's Avatar
    Join Date
    Feb 2005
    Location
    Canada
    Posts
    153
    Quote Originally Posted by gauri
    can u plz explain me why it is working when i am giving two commands together.
    It's only one command; the "-o APT::Force-LoopBreak=1" is an option passed to apt-get. So you're just doing
    Code:
    apt-get [option] install prog
    noobus in perpetuum

  6. #6
    Just Joined!
    Join Date
    Nov 2005
    Posts
    13
    Thanks a lot.

    Regards
    Gauri

  7. #7
    Just 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
    Code:
    apt-get -o APT::Force-LoopBreak=yes install e2fsprogs
    .. but the result was, after some actions:

    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?)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •