Linux / Ubuntu / Mint > Hendri's Programing Notes

Installing Webmin

(1/1)

admin:

--- Code: ---sudo apt update

--- End code ---

--- Code: ---sudo nano /etc/apt/sources.list

--- End code ---
Put this at the bottom of your sources list
. . .

--- Code: ---deb http://download.webmin.com/download/repository sarge contrib
--- End code ---

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

--- End code ---

--- Code: ---sudo apt update

--- End code ---


--- Code: ---sudo apt install webmin

--- End code ---

Navigation

[0] Message Index

Go to full version