Find the answer to your Linux question:
Results 1 to 2 of 2
I'm trying to install Skype in one of my computers, but keep running into dependency problems. I'm using Ubuntu 5.10, and I get the following error if I try to ...
  1. #1
    Linux Enthusiast
    Join Date
    Jun 2005
    Location
    The Hot Humid South
    Posts
    602

    Getting around dependecies...

    I'm trying to install Skype in one of my computers, but keep running into dependency problems. I'm using Ubuntu 5.10, and I get the following error if I try to dpkg -i the .deb file.

    Code:
    root@Adinha:/home/adna # dpkg -i skype-1.2.0.17-1_i386.deb
    Selecting previously deselected package skype.
    (Reading database ... 58866 files and directories currently installed.)
    Unpacking skype (from skype-1.2.0.17-1_i386.deb) ...
    dpkg: dependency problems prevent configuration of skype:
     skype depends on libqt3c102-mt (>= 3:3.3.3.2); however:
      Version of libqt3c102-mt on system is 3:3.3.3-7ubuntu3.
    dpkg: error processing skype (--install):
     dependency problems - leaving unconfigured
    Errors were encountered while processing:
     skype
    As you can see from the error, the qt3 library is already installed. Now, I did notice the version installed is missing a ".2" at the very end. The thing is that I know Skype works with the version currently installed because I successfully ran their binary package (this method just unpacks the files to wherever, and you run the program from there). The reason I'm still not running the package is because I'd like to have cleaner install, and I think using dpkg would accomplish that.

  2. #2
    Linux User
    Join Date
    Aug 2005
    Location
    Italy
    Posts
    401
    Try run

    Code:
    dpkg --force-help
    You can force the dpkg behavior... check for dependecy problems, turning them info warnings should be enough to install skype...
    When using Windows, have you ever told "Ehi... do your business?"
    Linux user #396597 (http://counter.li.org)

Posting Permissions

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