Find the answer to your Linux question:
Results 1 to 8 of 8
Hi i am having a problem with abiword im fairly sure i never installed it yet i can not install or update anything as i keep getting this error "The ...
  1. #1
    Just Joined!
    Join Date
    Nov 2005
    Posts
    7

    problems with abiword

    Hi i am having a problem with abiword im fairly sure i never installed it yet i can not install or update anything as i keep getting this error

    "The following packages have unmet dependencies:
    abiword-common: Depends: abiword but it is not installed or
    abiword-gnome but it is not installed
    E: Unmet dependencies. Try using -f."

    if i open synaptic it tells me that the abiword-common package is broken but its unable to fix it

    i also am unable to uninstall abi-word common i get this error

    dpkg: parse error, in file `/var/lib/dpkg/status' near line 857 package `abiword-gnome':
    missing version
    E: Sub-process /usr/bin/dpkg returned an error code (2)

    thanks in advance!

  2. #2
    Linux User nalg0rath's Avatar
    Join Date
    Sep 2004
    Location
    Stockholm
    Posts
    303
    Try fixing depenencies from console, by running
    Code:
    # apt-get check
    or
    Code:
    # apt-get -f check
    These command should be executed by root user.

  3. #3
    Linux Engineer psic's Avatar
    Join Date
    Nov 2004
    Location
    Ljubljana, Slovenia
    Posts
    1,205
    Just install abiword:
    apt-get install abiword

    edit: thanks, nalgorath, you're right.
    Stumbling around the 'net:
    www.cloudyuseful.com

  4. #4
    Linux User nalg0rath's Avatar
    Join Date
    Sep 2004
    Location
    Stockholm
    Posts
    303
    Quote Originally Posted by psic
    Just install abi-word:
    apt-get install abi-word
    Actually the package name is abiword (http://packages.debian.org/stable/editors/abiword). So the command should be
    Code:
    # apt-get install abiword

  5. #5
    Just Joined!
    Join Date
    Jun 2006
    Posts
    2

    i am also having trouble with abiword

    apt-get install abiword
    Reading package lists... Done
    Building dependency tree... Done
    Some packages could not be installed. This may mean that you have
    requested an impossible situation or if you are using the unstable
    distribution that some required packages have not yet been created
    or been moved out of Incoming.

    Since you only requested a single operation it is extremely likely that
    the package is simply not installable and a bug report against
    that package should be filed.
    The following information may help to resolve the situation:

    The following packages have unmet dependencies.
    abiword: Depends: libenchant1c2a but it is not going to be installed
    E: Broken packagesapt-get install abiword-common
    Reading package lists... Done
    Building dependency tree... Done
    abiword-common is already the newest version.
    0 upgraded, 0 newly installed, 0 to remove and 361 not upgraded.
    timsputer:/home/tim#
    but i still can't open abiword at all, even though it is listed in my applications, Tasks and desktop sessions menu

  6. #6
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    try running
    Code:
    apt-get -f install
    that should fix the problem software.

    What Debian are using? Stable, testing, unstable?

    Taking a look it looks like maybe testing, as stable abiword doesn't depend on libenchant1c2a
    Brilliant Mediocrity - Making Failure Look Good

  7. #7
    Just Joined!
    Join Date
    Jun 2006
    Posts
    2

    re-reply to post 'problems with abiword

    Vergil thanks for your reply. i am using debian unstable. i did the apt-get -f install and this is what i got
    timsputer:/home/tim# apt-get -f install
    Reading package lists... Done
    Building dependency tree... Done
    0 upgraded, 0 newly installed, 0 to remove and 361 not upgraded.
    timsputer:/home/tim#
    i am using debian unstable because my printer requires it. it is a HP Photosmart 3310 All-in-One Printer.Fax.Scanner.Copier

  8. #8
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    hmmm..... try to remove it then reinstall it
    Code:
    apt-get remove abiword abiword common libenchant1c2a
    apt-get install abiword
    if that doesn't work, you can always install libenchant1c2a manually. Download from http://http.us.debian.org/debian/poo...6-1.2_i386.deb and install using
    Code:
    dpkg -i libenchant1c2a_1.1.6-1.2_i386.deb
    I don't really know why it isn't working, I have abiword work for me in unstable (but I am using the gnome version)
    Brilliant Mediocrity - Making Failure Look Good

Posting Permissions

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