PDA

View Full Version : Trying to install programs.


knowram
28th March 2007, 14:16
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

apt-get install dhcp3-server

And this is the error i got

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

falko
29th March 2007, 14:12
Run apt-get install openssl
and try again.

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