Categories

Archives

 

September 2010
M T W T F S S
« Aug    
 12345
6789101112
13141516171819
20212223242526
27282930  
free counters

HowTo: Adding Webmin to APT repository

If you like to install and update Webmin via APT, you will need edit the /etc/apt/sources.list file on your system with the command, as root:

vi /etc/apt/sources.list

and add the following lines to the end of the file:

## Webmin Repository.
deb http://download.webmin.com/download/repository sarge contrib

You should also fetch and install the GPG key with which the repository is signed, to validate the files, with the commands:

cd /root
wget http://www.webmin.com/jcameron-key.asc
apt-key add jcameron-key.asc

You will now be able to install with the following commands:

apt-get update
apt-get install webmin

All dependencies should be resolved automatically and installed as required.  You can then access Webmin via your browser and the following similar URL:

https://[yourserver]:10000

VN:F [1.9.3_1094]
Rating: 0.0/5 (0 votes cast)

Related posts:

  1. HowTo: Installing Webmin onto an Elastix server This short HowTo details the steps needed to install ‘Webmin’...
  2. HowTo: Updating Elastix and CentOS via YUM As with all operating systems and software packages, updates are...
  3. HowTo: Full backup of an Elastix box As with all systems, you should perform a backup of...
  4. HowTo: Quick install of cURL This short little HowTo details the process required to install...
  5. HowTo: Install OWFS onto Ubuntu 10.04 Server OWFS, the One Wire Filing System for Linux is a...

Leave a Reply

 

 

 

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>