Announcement

Collapse
No announcement yet.

printtool not available

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    printtool not available

    Hi all,
    I'm did an apt-get to install printtool, however there's a dependency problem making it uninstallable.

    The following packages have unmet dependencies:
    printtool: Depends: lpr-ppd but it is not installable or
    lprng but it is not going to be installed
    E: Broken packages

    Any idea on how I could try to fix it other than submitting a bug report?
    Thanks,

    Jia

    #2
    Re: printtool not available

    Try running the command
    Code:
    sudo apt-get install -f
    or even
    Code:
    sudo aptitude install -f
    Just pay attention to what it's doing (in case it tries to uninstall something you want to keep)
    Asus G1S-X3:
    Intel Core2 Duo T7500, Nvidia GeForce 8600M GT, 4Gb PC2-5300, 320Gb Hitachi 7k320, Linux ( )

    Comment

    Working...
    X