Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
After adding the webmin repository and running update, all packages are up to date, then on sudo apt install webmin, I get unmet dependencies, libauthen-pam-perl, but it is not installable, and apt-show-versions, but it is not installable, unable to correct, you have held broken packages.
This comment has been deleted
Hi, you can try:
# sudo nano /etc/apt/sources.list
# Add links:
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://us.archive.ubuntu.com/ubuntu/ bionic main restricted
# deb-src http://us.archive.ubuntu.com/ubuntu/ bionic main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://us.archive.ubuntu.com/ubuntu/ bionic-updates main restricted
# deb-src http://us.archive.ubuntu.com/ubuntu/ bionic-updates main restricted
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://us.archive.ubuntu.com/ubuntu/ bionic universe
# deb-src http://us.archive.ubuntu.com/ubuntu/ bionic universe
deb http://us.archive.ubuntu.com/ubuntu/ bionic-updates universe
# deb-src http://us.archive.ubuntu.com/ubuntu/ bionic-updates universe
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://us.archive.ubuntu.com/ubuntu/ bionic multiverse
# deb-src http://us.archive.ubuntu.com/ubuntu/ bionic multiverse
deb http://us.archive.ubuntu.com/ubuntu/ bionic-updates multiverse
# deb-src http://us.archive.ubuntu.com/ubuntu/ bionic-updates multiverse
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://us.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse
# deb-src http://us.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse
## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb http://archive.canonical.com/ubuntu bionic partner
# deb-src http://archive.canonical.com/ubuntu bionic partner
deb http://security.ubuntu.com/ubuntu bionic-security main restricted
# deb-src http://security.ubuntu.com/ubuntu bionic-security main restricted
deb http://security.ubuntu.com/ubuntu bionic-security universe
# deb-src http://security.ubuntu.com/ubuntu bionic-security universe
deb http://security.ubuntu.com/ubuntu bionic-security multiverse
# deb-src http://security.ubuntu.com/ubuntu bionic-security multiverse
hi i have gone through the entire tutorial to the end and i cannot access webmin. it just loads in the browser and times out after several seconds
image of the terminal after installations are done: https://ibb.co/gj3df9
Any help will be much appreciated Thank you
So if you get the error unmet dependencies, libauthen-pam-perl, but it is not installable, and apt-show-versions, but it is not installable, unable to correct, you have held broken packages , if you run sudo add-apt-repository universe then re-run the webmin installer it should work. (reference to issue 955 https://github.com/webmin/webmin/issues/955)
Follow The Below Steps To Install Latest Webmin Control Panel in Ubuntu 18.04: We will first install the dependency packages by running the following command.
sudo apt install python apt-show-versions libapt-pkg-perl libauthen-pam-perl libio-pty-perl libnet-ssleay-perl
Read More - https://www.itsmarttricks.com/how-to-install-latest-webmin-control-panel-in-ubuntu/
Solution for webmin installl error On ubuntu 18.04.1 the universe and multiverse repositories are disabled by default to enable do: sudo add-apt-repository universe sudo add-apt-repository multiverse
Now you can resolve the webmin dependencies and install it.
All credits to Ribalinux on this page: https://sourceforge.net/p/webadmin/discussion/600155/thread/7fdd077d/
“`Navigate to http://your_domain in your browser, and you will see the Webmin login page appear.”
I can’t get past this step. The browser just times out and I don’t see any errors in my apache log. Any ideas? I’ve been over the steps several times and I can’t see what I’m missing.
I’m using webmin with virtualmin and whenever I add a new domain with SSL, it messes up my webmin address and points it to the new domain directory I just created. Anyone know how to fix this?