Hi!
> Hi Debian users, > I'm trying to install gide using apt-get and ocurrs an error: > > phantasy:/home/paulo# apt-get install gide > Updating package status cache...done > Checking system integrity...ok > The following NEW packages will be installed: > gide > 0 packages upgraded, 1 newly installed, 0 to remove and 627 not > upgraded. > Sorry, but the following packages are broken - this means they > have > unmet dependencies: > gide: Depends:libgtk1.1 > phantasy:/home/paulo# > > But, when I try to install libgtk1.1: > > phantasy:/home/paulo# apt-get install libgtk1.1 > Updating package status cache...done > Checking system integrity...ok > Sorry, libgtk1.1 is already the newest version > 0 packages upgraded, 0 newly installed, 0 to remove and 627 not > upgraded. > phantasy:/home/paulo# > > What I have to do? I have a mix of Hamm, with some packages > upgraded. > Have a nice day, Paulo Henrique > did you try "apt-get -f install" -- this will deinstall the deb“s with the "unmet dependencies" in most cases peter