Installing Webmin

Author Topic: Installing Webmin  (Read 1808 times)

admin

  • Administrator
  • Newbie
  • *****
  • Posts: 35
    • View Profile
Installing Webmin
« on: March 14, 2021, 11:58:05 pm »
Code: [Select]
sudo apt update
Code: [Select]
sudo nano /etc/apt/sources.list
Put this at the bottom of your sources list
. . .
Code: [Select]
deb http://download.webmin.com/download/repository sarge contrib
Code: [Select]
wget -q -O- http://www.webmin.com/jcameron-key.asc | sudo apt-key add
Code: [Select]
sudo apt update

Code: [Select]
sudo apt install webmin