<\/span><\/h2>\n\n\n\nSince Webmin is not included in the default Debian 12 repo, we need to add the GPG key and repository which contains the software we’ll need:<\/p>\n\n\n\n
curl -o setup-repos.sh https:\/\/raw.githubusercontent.com\/webmin\/webmin\/master\/setup-repos.sh\n\nsh setup-repos.sh<\/pre>\n\n\n\nYou should get the following output:<\/p>\n\n\n\n
root@host:\/tmp# sh setup-repos.sh\nSetup repository? (y\/N) Y\n Downloading Webmin key ..\n .. done\n Installing Webmin key ..\n .. done\n Setting up Webmin repository ..\n .. done\n Cleaning repository metadata ..\n .. done\n Downloading repository metadata ..\n .. done\nWebmin package can now be installed using apt-get install --install-recommends webmin command<\/pre>\n\n\n\nOnce, the GPG key is added, update the system repositories.<\/p>\n\n\n\n
sudo apt-get update -y<\/pre>\n\n\n\nNow, you can install Webmin with the following command:<\/p>\n\n\n\n
sudo apt install webmin -y<\/pre>\n\n\n\n