PI Install Webmin: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<source lang="bash"> sudo apt install perl openssl libnet-ssleay-perl libauthen-pam-perl libio-pty-perl libpam-runtime apt-show-versions python sudo dpkg --install ~/webmin_1....") |
No edit summary |
||
Line 1: | Line 1: | ||
<source lang="bash"> | <source lang="bash"> | ||
sudo apt update | |||
sudo apt install perl openssl libnet-ssleay-perl libauthen-pam-perl libio-pty-perl libpam-runtime apt-show-versions python | sudo apt install perl openssl libnet-ssleay-perl libauthen-pam-perl libio-pty-perl libpam-runtime apt-show-versions python | ||
sudo dpkg --install ~/webmin_1.930_all.deb | sudo dpkg --install ~/webmin_1.930_all.deb | ||
Line 5: | Line 6: | ||
sudo systemctl start webmin | sudo systemctl start webmin | ||
</source> | </source> | ||
==References== | |||
* [https://www.instructables.com/id/Adding-Webmin-to-manage-a-Raspberry-Pi/ Adding Webmin to Manage a Raspberry Pi] | |||
* [https://rohn.io/install-webmin-on-raspberry-pi Install Webmin on Raspberry Pi] |
Latest revision as of 18:53, 18 August 2019
sudo apt update
sudo apt install perl openssl libnet-ssleay-perl libauthen-pam-perl libio-pty-perl libpam-runtime apt-show-versions python
sudo dpkg --install ~/webmin_1.930_all.deb
sudo update-rc.d webmin enable
sudo systemctl start webmin