Installing Webmin: Difference between revisions
(→Step 2) |
(→Step 3) |
||
Line 21: | Line 21: | ||
==Step 3== | ==Step 3== | ||
After downloading the webmin package, you will want to install it using the "dpkg" command with a "-i" which installs the package file | |||
[[File:webmin installing.jpg]] | |||
Note: The "dpkg" command also must be run with root privileges |
Revision as of 19:22, 8 May 2010
Step 1
The first thing you'll want to do is download and install the perl packages using the "aptitude install" command
Note: You must have internet connectivity to run the "aptitude install" command and also must run it "sudo" if you aren't logged in as a root account. Example: "sudo aptitude install" then you will be prompted for a root password
After hitting enter to initiate the installs, it should look something like this:
Step 2
After downloading and installing the perl packages crucial for the operation of webmin, you will want install the webmin application itself, by using the "wget command" and the url to the webmin package
The download process should look similar to this:
Step 3
After downloading the webmin package, you will want to install it using the "dpkg" command with a "-i" which installs the package file
Note: The "dpkg" command also must be run with root privileges