Trying to install programs.

Discussion in 'Installation/Configuration' started by knowram, Mar 28, 2007.

  1. knowram

    knowram New Member

    I have been trying to find the right way to set up ubuntu so that it will do the things that i want it to do. after following two different setups i decided to take parts form each of them the third time around. But i am getting errors when i try to install cretin parts. The first error I have come to is when i try installing dhcp.
    here is the command i used

    Code:
    apt-get install dhcp3-server
    And this is the error i got

    Code:
    Reading package lists... DoneBuilding dependency tree       Reading state information... DoneYou might want to run `apt-get -f install' to correct these:The following packages have unmet dependencies:  webmin: Depends: openssl but it is not going to be installedE: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
    i tried using apt-get -f and still got the same thing. any ideas

    Thanks for the help
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Run
    Code:
    apt-get install openssl
    and try again.

    Did you modify /etc/apt/sources.list?
     

Share This Page