The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Only one software management...

    Discussion in 'Linux Compatibility and Software' started by soldier0316, Nov 25, 2008.

  1. soldier0316

    soldier0316 Notebook Evangelist

    Reputations:
    9
    Messages:
    305
    Likes Received:
    0
    Trophy Points:
    30
    Hi guys, I'm a Linux noob when I try to install Limewire or anything for the matter it says: Only one software management tool is allowed to run at the same time. I checked the system tools and nothing is running at all. How do you install software on Linux? thanks in advance
     
  2. Thomas

    Thomas McLovin

    Reputations:
    1,988
    Messages:
    5,253
    Likes Received:
    0
    Trophy Points:
    205
    If your trying to install more than one program at once that's what you'll get.
    If your not reboot usually fixes it.
     
  3. soldier0316

    soldier0316 Notebook Evangelist

    Reputations:
    9
    Messages:
    305
    Likes Received:
    0
    Trophy Points:
    30
    I just rebooted and it still doesnt work =\
     
  4. Thomas

    Thomas McLovin

    Reputations:
    1,988
    Messages:
    5,253
    Likes Received:
    0
    Trophy Points:
    205
    Hmm...odd.
     
  5. Pitabred

    Pitabred Linux geek con rat flail!

    Reputations:
    3,300
    Messages:
    7,115
    Likes Received:
    3
    Trophy Points:
    206
    What distro? How are you trying to install software?
     
  6. notyou

    notyou Notebook Deity

    Reputations:
    652
    Messages:
    1,562
    Likes Received:
    0
    Trophy Points:
    55
    Are you trying to install something via two terminals at once, or one terminal and (synaptic? <-don't know if you're running Ubuntu or not), or two synaptics(?). It doesn't like that.
     
  7. theZoid

    theZoid Notebook Savant

    Reputations:
    1,338
    Messages:
    5,202
    Likes Received:
    22
    Trophy Points:
    206
    Shut down Synaptic or whatever else you have open that does the same thing basically.
     
  8. soldier0316

    soldier0316 Notebook Evangelist

    Reputations:
    9
    Messages:
    305
    Likes Received:
    0
    Trophy Points:
    30
    Im using Ubuntu 8.10 and it installed fine. When I try to install limewire I click on the .deb file is that correct? after I type my password "only one software etc..." pops up. Im confused
     
  9. Shredster00

    Shredster00 Notebook Enthusiast

    Reputations:
    73
    Messages:
    43
    Likes Received:
    0
    Trophy Points:
    15
    Open up a terminal window ( Applications > Accessories > Terminal ) and type the following:
    Code:
    sudo dpkg --configure -a
    When that command completes, close the terminal and try installing the .deb again.