Find the answer to your Linux question:
Results 1 to 4 of 4
Hi I am new to Ubuntu. I am trying to install this app: sudo apt-get install libssl-dev but I get this error: Code: Reading package lists... Done Building dependency tree ...
  1. #1
    Just Joined!
    Join Date
    Jul 2009
    Posts
    2

    Unmet Dependencies

    Hi

    I am new to Ubuntu. I am trying to install this app:
    sudo apt-get install libssl-dev

    but I get this error:
    Code:
    Reading package lists... Done
    Building dependency tree       
    Reading state information... 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.
    The following information may help to resolve the situation:
    
    The following packages have unmet dependencies:
      libssl-dev: Depends: libssl0.9.8 (= 0.9.8a-7ubuntu0.9) but 0.9.8g-15ubuntu3.2 is to be installed
                  Depends: zlib1g-dev but it is not going to be installed
    E: Broken packages

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Hi and Welcome !

    Execute this
    Code:
    sudo apt-get clean all
    sudo apt-get update
    sudo dpkg -a --configure
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined!
    Join Date
    Jul 2009
    Posts
    2
    Sorry for the very late reply.

    I still get the same thingg. BTW I am using 7.10.

  4. #4
    Linux Guru
    Join Date
    Jan 2009
    Location
    Dover, NH
    Posts
    1,633
    Gutsy Gibbon is officially off the RADAR. You can backtrack to Dapper Drake (6.06) which was the previous Long Term Release if you have hardware concerns, or upgrade to at least 8.04 (Hardy Heron, the current Long Term Release)... the latter suggested. In this way, you will have access to software repositories again.

    Index of /releases

Posting Permissions

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