Results 1 to 3 of 3

Thread: After Lotus Symphony install, can't install new packages

  1. #1
    Join Date
    Jun 2010
    Beans
    9

    After Lotus Symphony install, can't install new packages

    I installed Lotus Symphony 1.3 today and ever since then I have been unable to install packages in synaptic or the ubuntu software center. When I try, I get the following:

    Preconfiguring packages ... dpkg: error: parsing file '/var/lib/dpkg/available' near line 0: field name `/opt/ibm/lotus/Symphony/framework/shared/eclipse/plugins/com.ibm.productivity.tools.standalone.launcher.lin ux.x86_1.5.0.20090908-0900/IBM' must be followed by colon E: Sub-process /usr/bin/dpkg returned an error code (2) A package failed to install. Trying to recover:

    I uninstalled Symphony to no avail. I also cannot find the supposed file /opt/ibm/Symphony/framework/shared/eclipse/plugins

    Does anyone have any suggestions?

  2. #2
    Join Date
    Feb 2010
    Beans
    103
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: After Lotus Symphony install, can't install new packages

    I don't know. Try this:

    Code:
    sudo apt-get install -f
    That may or may not fix it.
    I'm a young, freelancing java developer. If you have any questions or need an app, feel free to message me.

  3. #3
    Join Date
    Apr 2006
    Location
    Montana
    Beans
    Hidden!
    Distro
    Kubuntu Development Release

    Re: After Lotus Symphony install, can't install new packages

    Well two things.

    First that package is broken, and as it is not in the Ubuntu repositories, you will have to contact IBM for support

    To fix it you will have to remove it.

    Code:
    sudo dpkg --remove --force-all name_of_your_Lotus_package
    or

    Code:
    sudo dpkg --remove --force-remove-reinstreq name_of_your_Lotus_package
    If that fails see:

    http://blog.bodhizazen.net/linux/apt...oken-packages/

    and post any error messages.
    There are two mistakes one can make along the road to truth...not going all the way, and not starting.
    --Prince Gautama Siddharta

    #ubuntuforums web interface

Bookmarks

Posting Permissions

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