[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 574: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 630: sizeof(): Parameter must be an array or an object that implements Countable
Plum Geek Forum • Installing Webmin -- on Rover
Page 1 of 1

Installing Webmin -- on Rover

Posted: Sat Mar 03, 2018 2:51 pm
by marckarasek
I am using Webmin running on the PI to configure network access (Samba, NFS, etc..) as well as manage installed packages. It has a great web interface that lets you update packages, install new ones, manage servers, etc..

Easy to install on the PI.

apt-get (Debian/Ubuntu/Mint)
By adding the webmin repository and Jamie Cameron's key it is possible to install & maintain the latest Webmin/Usermin versions.
Just Cut&Paste the entire text below and hit enter. This will install the latest Webmin version by adding the webmin-repo and corresponding key as well as installing necessary packages:

sudo sh -c 'echo "deb http://download.webmin.com/download/repository sarge contrib" > /etc/apt/sources.list.d/webmin.list'
wget -qO - http://www.webmin.com/jcameron-key.asc | sudo apt-key add -
sudo apt-get update
sudo apt-get install webmin

Currently the webmin.com website is down? But you can still install, you just do not install his key. the install will ask you if you want to install untrusted packages...

Marc