can't install webmin on ubuntu server

8,574

Just add

deb http://download.webmin.com/download/repository sarge contrib

in your sources.list and run the command

wget -q http://www.webmin.com/jcameron-key.asc -O- | sudo apt-key add -

to import the key
after that

apt-get update
apt-get install webmin

this is a good tutorial at UbuntuHandbook

Share:
8,574

Related videos on Youtube

aksoy
Author by

aksoy

Updated on September 18, 2022

Comments

  • aksoy
    aksoy almost 2 years

    I have an Ubuntu server installed and I want to install webmin on it but I can't. I have tried everything but reached no solution. I also set this

    deb http://download.webmin.com/download/repository sarge contrib
    deb http:// webmin.mirror.somersettechsolutions.co.uk/repository sarge contrib 
    

    in /etc/apt/sources.list. Can someone help me?

    Here is the detail of the problem:

    t@aksoy:~$ wget http://prdownloads.sourceforge.net/webadmin/webmin_1.700_all.deb
    --2014-08-18 21:31:47--  
    http://prdownloads.sourceforge.net/webadmin/webmin_1.700_all.deb
    Resolving prdownloads.sourceforge.net (prdownloads.sourceforge.net)... failed: Name or service not known.
    wget: unable to resolve host address ‘prdownloads.sourceforge.net’
    

    PS: Sorry for my bad English

  • aksoy
    aksoy almost 10 years
    When I run the command: wget -q webmin.com/jcameron-key.asc -O- | sudo apt-key add - I get an "error" it says : "gpg: no valid openPGP data found
  • Med-Salah OKA
    Med-Salah OKA almost 10 years
    this is another problem i think. this might help ubuntuforums.org/showthread.php?t=2196704