<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Webmin Installation and Configuration in Debian and Ubuntu Linux</title>
	<atom:link href="http://www.debianadmin.com/webmin-installation-and-configuration-in-debian-and-ubuntu-linux.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.debianadmin.com/webmin-installation-and-configuration-in-debian-and-ubuntu-linux.html</link>
	<description>Debian/Ubuntu Linux System Administration Tutorials,Howtos,Tips</description>
	<lastBuildDate>Sat, 20 Mar 2010 18:09:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Avalon</title>
		<link>http://www.debianadmin.com/webmin-installation-and-configuration-in-debian-and-ubuntu-linux.html/comment-page-1#comment-3814</link>
		<dc:creator>Avalon</dc:creator>
		<pubDate>Tue, 13 Oct 2009 07:35:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/webmin-installation-and-configuration-in-debian-and-ubuntu-linux.html#comment-3814</guid>
		<description>I installed webmin on debian lenny (5.03) and I&#039;m unable to connect to https (/etc/webmin/miniserv.conf ssl=1)! 
In http I have no problem (/etc/webmin/miniserv.conf ssl=0)!

Have you any idea?

apt-get install perl5 libnet-ssleay-perl 
apt-get install webmin 
(depository deb http://download.webmin.com/download/repository sarge contrib)</description>
		<content:encoded><![CDATA[<p>I installed webmin on debian lenny (5.03) and I&#8217;m unable to connect to https (/etc/webmin/miniserv.conf ssl=1)!<br />
In http I have no problem (/etc/webmin/miniserv.conf ssl=0)!</p>
<p>Have you any idea?</p>
<p>apt-get install perl5 libnet-ssleay-perl<br />
apt-get install webmin<br />
(depository deb <a href="http://download.webmin.com/download/repository" rel="nofollow">http://download.webmin.com/download/repository</a> sarge contrib)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nobus</title>
		<link>http://www.debianadmin.com/webmin-installation-and-configuration-in-debian-and-ubuntu-linux.html/comment-page-1#comment-3346</link>
		<dc:creator>Nobus</dc:creator>
		<pubDate>Sat, 11 Jul 2009 13:17:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/webmin-installation-and-configuration-in-debian-and-ubuntu-linux.html#comment-3346</guid>
		<description>Installing Webmin from latest .deb package
&lt;b&gt;login as root or use : sudo su &lt;/b&gt;
Install essentiale pack
&lt;b&gt;apt-get install perl5 libnet-ssleay-perl &lt;/b&gt;
&lt;b&gt;if get errors try this&lt;/b&gt; 
&lt;b&gt;apt-get install libnet-ssleay-perl &lt;/b&gt;
Download webmin  and install webmin
&lt;b&gt;wget http://downloads.sourceforge.net/sourceforge/webadmin/webmin_1.480_all.deb&lt;/b&gt;
&lt;b&gt;for install type : dpkg --install webmin_1.480_all.deb&lt;/b&gt;</description>
		<content:encoded><![CDATA[<p>Installing Webmin from latest .deb package<br />
<b>login as root or use : sudo su </b><br />
Install essentiale pack<br />
<b>apt-get install perl5 libnet-ssleay-perl </b><br />
<b>if get errors try this</b><br />
<b>apt-get install libnet-ssleay-perl </b><br />
Download webmin  and install webmin<br />
<b>wget <a href="http://downloads.sourceforge.net/sourceforge/webadmin/webmin_1.480_all.deb" rel="nofollow">http://downloads.sourceforge.net/sourceforge/webadmin/webmin_1.480_all.deb</a></b><br />
<b>for install type : dpkg --install webmin_1.480_all.deb</b></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sawenge</title>
		<link>http://www.debianadmin.com/webmin-installation-and-configuration-in-debian-and-ubuntu-linux.html/comment-page-1#comment-2398</link>
		<dc:creator>sawenge</dc:creator>
		<pubDate>Mon, 16 Feb 2009 06:51:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/webmin-installation-and-configuration-in-debian-and-ubuntu-linux.html#comment-2398</guid>
		<description>As a systems administrator, I&#039;m configuring for change passwd plugs in Linux. 
Someone send me the following installation and configuration for change
passwd plugs in Linux. Please assist me so that users can be able to
change their passwd. I have gone through as below. I&#039;m using fedora 6 with
thier coresonding versions of passwd and compatibility shown (1) and (4).

Installing Change Passwd Plugin
===============================
Download two plugin change_passwd and compatibility
1) Start with untaring the file into the plugins directory.
   Here is a example for the 4.0 version of the change_passwd
   plugin. (or any current version from download)


  $ cd plugins
  $ tar -zxvf  change_passwd-4.0-1.2.8.tar.gz


2) Change into the change_passwd directory, copy config.php.sample
   to config.php and edit config.php, making adjustments as
   you deem necessary.

  $ cd change_passwd
  $ cp config.php.sample config.php
  $ vi config.php
The below is the edited file for config.php

&lt;?php

global $confirmPass, $oldPass, $seeOutput, $pathToChpasswd,
       $pathToPw, $debug, $minimumPasswordLength;



// Set this to the minimum length of passwords you want
// to enforce.  Set to zero to disable this check
//
$minimumPasswordLength = 8;



// Set this to 1 if you want the user to have to enter
// their new password twice.  Set to zero otherwise,
// but why would you do that?
//
$confirmNewPass = 1;



// Set this to 1 to require the user to enter thier current
// password in order to change it (FreeBSD (&#039;pw&#039; utility)
// users typically set this to zero; others can (and should!)
// leave this as is.
//
$confirmOldPass = 0;
//$confirmOldPass = 0;



// Please include the full path (not relative) to the chpasswd program //
ONLY if you are NOT using the one included with this plugin!
//
$overridePathToChpasswd = &#039;&#039;;



// Use this setting only if you want to use the pw program to change //
your password (available on e.g. FreeBSD).  Include full path
// (not relative) to the pw program.  This will override the chpasswd //
program, so leave it empty if you are using chpasswd.
//
$pathToPw = &#039;&#039;;



// If you want see the output of the chpasswd program (usually
// only useful for debugging purposes, set this to 1
//
$seeOutput = 0;



// For debugging only, set this variable to 1.  WARNING: this will


3) Make sure the file permissions on the chpasswd file are
   correct (unless you&#039;ll be using the &#039;pw&#039; utility on
   FreeBSD).  Substitue the name of the user that your web
   server runs under for &quot;apache&quot; in the command below:

  $ chown root:apache chpasswd
  $ chmod 4750 chpasswd




4) Also, please verify that you have the &quot;compatibility&quot; plugin
   installed.
 plugin]# tar xfvz compatibility-2.0.9-1.0.tar.gz

5)Go to the squirrelmail configuration and make sure the change passwd and
compatibility plugins are selected , save and quit


Then restart httpd service
The step 5 could not understand and therefore I could not complete. Please assist me.</description>
		<content:encoded><![CDATA[<p>As a systems administrator, I&#8217;m configuring for change passwd plugs in Linux.<br />
Someone send me the following installation and configuration for change<br />
passwd plugs in Linux. Please assist me so that users can be able to<br />
change their passwd. I have gone through as below. I&#8217;m using fedora 6 with<br />
thier coresonding versions of passwd and compatibility shown (1) and (4).</p>
<p>Installing Change Passwd Plugin<br />
===============================<br />
Download two plugin change_passwd and compatibility<br />
1) Start with untaring the file into the plugins directory.<br />
   Here is a example for the 4.0 version of the change_passwd<br />
   plugin. (or any current version from download)</p>
<p>  $ cd plugins<br />
  $ tar -zxvf  change_passwd-4.0-1.2.8.tar.gz</p>
<p>2) Change into the change_passwd directory, copy config.php.sample<br />
   to config.php and edit config.php, making adjustments as<br />
   you deem necessary.</p>
<p>  $ cd change_passwd<br />
  $ cp config.php.sample config.php<br />
  $ vi config.php<br />
The below is the edited file for config.php</p>
<p>&lt;?php</p>
<p>global $confirmPass, $oldPass, $seeOutput, $pathToChpasswd,<br />
       $pathToPw, $debug, $minimumPasswordLength;</p>
<p>// Set this to the minimum length of passwords you want<br />
// to enforce.  Set to zero to disable this check<br />
//<br />
$minimumPasswordLength = 8;</p>
<p>// Set this to 1 if you want the user to have to enter<br />
// their new password twice.  Set to zero otherwise,<br />
// but why would you do that?<br />
//<br />
$confirmNewPass = 1;</p>
<p>// Set this to 1 to require the user to enter thier current<br />
// password in order to change it (FreeBSD (&#8216;pw&#8217; utility)<br />
// users typically set this to zero; others can (and should!)<br />
// leave this as is.<br />
//<br />
$confirmOldPass = 0;<br />
//$confirmOldPass = 0;</p>
<p>// Please include the full path (not relative) to the chpasswd program //<br />
ONLY if you are NOT using the one included with this plugin!<br />
//<br />
$overridePathToChpasswd = &#8221;;</p>
<p>// Use this setting only if you want to use the pw program to change //<br />
your password (available on e.g. FreeBSD).  Include full path<br />
// (not relative) to the pw program.  This will override the chpasswd //<br />
program, so leave it empty if you are using chpasswd.<br />
//<br />
$pathToPw = &#8221;;</p>
<p>// If you want see the output of the chpasswd program (usually<br />
// only useful for debugging purposes, set this to 1<br />
//<br />
$seeOutput = 0;</p>
<p>// For debugging only, set this variable to 1.  WARNING: this will</p>
<p>3) Make sure the file permissions on the chpasswd file are<br />
   correct (unless you&#8217;ll be using the &#8216;pw&#8217; utility on<br />
   FreeBSD).  Substitue the name of the user that your web<br />
   server runs under for &#8220;apache&#8221; in the command below:</p>
<p>  $ chown root:apache chpasswd<br />
  $ chmod 4750 chpasswd</p>
<p>4) Also, please verify that you have the &#8220;compatibility&#8221; plugin<br />
   installed.<br />
 plugin]# tar xfvz compatibility-2.0.9-1.0.tar.gz</p>
<p>5)Go to the squirrelmail configuration and make sure the change passwd and<br />
compatibility plugins are selected , save and quit</p>
<p>Then restart httpd service<br />
The step 5 could not understand and therefore I could not complete. Please assist me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zeane</title>
		<link>http://www.debianadmin.com/webmin-installation-and-configuration-in-debian-and-ubuntu-linux.html/comment-page-1#comment-2152</link>
		<dc:creator>Zeane</dc:creator>
		<pubDate>Mon, 05 Jan 2009 20:59:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/webmin-installation-and-configuration-in-debian-and-ubuntu-linux.html#comment-2152</guid>
		<description>If you like to install and update Webmin via APT, edit the /etc/apt/sources.list file on your system and add the line : 

deb http://download.webmin.com/download/repository sarge contrib 

You should also fetch and install this GPG key with which the repository is signed, 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 commands : 

apt-get update
apt-get install webmin 

All dependencies should be resolved automatically.</description>
		<content:encoded><![CDATA[<p>If you like to install and update Webmin via APT, edit the /etc/apt/sources.list file on your system and add the line : </p>
<p>deb <a href="http://download.webmin.com/download/repository" rel="nofollow">http://download.webmin.com/download/repository</a> sarge contrib </p>
<p>You should also fetch and install this GPG key with which the repository is signed, with the commands : </p>
<p>cd /root<br />
wget <a href="http://www.webmin.com/jcameron-key.asc" rel="nofollow">http://www.webmin.com/jcameron-key.asc</a><br />
apt-key add jcameron-key.asc </p>
<p>You will now be able to install with the commands : </p>
<p>apt-get update<br />
apt-get install webmin </p>
<p>All dependencies should be resolved automatically.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aboeysa</title>
		<link>http://www.debianadmin.com/webmin-installation-and-configuration-in-debian-and-ubuntu-linux.html/comment-page-1#comment-103</link>
		<dc:creator>aboeysa</dc:creator>
		<pubDate>Sun, 02 Nov 2008 11:33:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/webmin-installation-and-configuration-in-debian-and-ubuntu-linux.html#comment-103</guid>
		<description>But it needs some packages:
apt-get install libnet-ssleay-perl openssl libauthen-pam-perl libio-pty-perl libmd5-perl
apt-get install webmin

And I changed default password for root user
/usr/share/webmin/changepass.pl /etc/webmin root my password

Thanks for your efforts</description>
		<content:encoded><![CDATA[<p>But it needs some packages:<br />
apt-get install libnet-ssleay-perl openssl libauthen-pam-perl libio-pty-perl libmd5-perl<br />
apt-get install webmin</p>
<p>And I changed default password for root user<br />
/usr/share/webmin/changepass.pl /etc/webmin root my password</p>
<p>Thanks for your efforts</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abelardation</title>
		<link>http://www.debianadmin.com/webmin-installation-and-configuration-in-debian-and-ubuntu-linux.html/comment-page-1#comment-102</link>
		<dc:creator>Abelardation</dc:creator>
		<pubDate>Wed, 22 Oct 2008 16:05:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/webmin-installation-and-configuration-in-debian-and-ubuntu-linux.html#comment-102</guid>
		<description>Great tutorial, now I can manage my server without using SSH directly!</description>
		<content:encoded><![CDATA[<p>Great tutorial, now I can manage my server without using SSH directly!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: warner</title>
		<link>http://www.debianadmin.com/webmin-installation-and-configuration-in-debian-and-ubuntu-linux.html/comment-page-1#comment-101</link>
		<dc:creator>warner</dc:creator>
		<pubDate>Wed, 28 Mar 2007 13:00:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/webmin-installation-and-configuration-in-debian-and-ubuntu-linux.html#comment-101</guid>
		<description>Nice how-to, but the line
#dpkg –install webmin_1.290_all.deb

should read:
#dpkg –-install webmin_1.290.deb</description>
		<content:encoded><![CDATA[<p>Nice how-to, but the line<br />
#dpkg –install webmin_1.290_all.deb</p>
<p>should read:<br />
#dpkg –-install webmin_1.290.deb</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vje</title>
		<link>http://www.debianadmin.com/webmin-installation-and-configuration-in-debian-and-ubuntu-linux.html/comment-page-1#comment-100</link>
		<dc:creator>vje</dc:creator>
		<pubDate>Sun, 04 Mar 2007 03:50:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/webmin-installation-and-configuration-in-debian-and-ubuntu-linux.html#comment-100</guid>
		<description>Thanks for this post, Richard.  This was exactly what I needed to get my Webmin going.  The standard &quot;apt-get&quot; command didn&#039;t install of the components that make webmin very useful, and I was worried there for a bit, until I saw your post, and not realizing that it would install the same way as if the box were a readhat, I was thinking I was limited to the apt installer (can you tell I&#039;m new to Linux?!?!).  This post cleared all of that up, and now I can see my servers tab, and can get my web server going.

THanks!</description>
		<content:encoded><![CDATA[<p>Thanks for this post, Richard.  This was exactly what I needed to get my Webmin going.  The standard &#8220;apt-get&#8221; command didn&#8217;t install of the components that make webmin very useful, and I was worried there for a bit, until I saw your post, and not realizing that it would install the same way as if the box were a readhat, I was thinking I was limited to the apt installer (can you tell I&#8217;m new to Linux?!?!).  This post cleared all of that up, and now I can see my servers tab, and can get my web server going.</p>
<p>THanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Micke</title>
		<link>http://www.debianadmin.com/webmin-installation-and-configuration-in-debian-and-ubuntu-linux.html/comment-page-1#comment-99</link>
		<dc:creator>Micke</dc:creator>
		<pubDate>Fri, 26 Jan 2007 09:42:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/webmin-installation-and-configuration-in-debian-and-ubuntu-linux.html#comment-99</guid>
		<description>Very nice tutorial... Thanx!</description>
		<content:encoded><![CDATA[<p>Very nice tutorial&#8230; Thanx!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard B</title>
		<link>http://www.debianadmin.com/webmin-installation-and-configuration-in-debian-and-ubuntu-linux.html/comment-page-1#comment-98</link>
		<dc:creator>Richard B</dc:creator>
		<pubDate>Fri, 19 Jan 2007 05:27:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/webmin-installation-and-configuration-in-debian-and-ubuntu-linux.html#comment-98</guid>
		<description>I switched to Ubuntu 6.10 server sparc edition and did some research to install Webmin. Maybe some of this info may be of some use to you.
Webmin install


What is Webmin?
Webmin is an excellent web-based interface to your *nix based machines(www.webmin.com). There are no webmin packages in the latest release &quot;Dapper&quot;. This is how I installed webmin on my Dapper server...
Edit Jul 15 2006: as of July 2006 webmin.com has a testing deb for the full webmin package. You can use this, but you will have to enable the root user. Following the instructions below will avoid enabling the root account.

1. Install SSH
Code:
sudo apt-get install ssh openssh-server
2. Enable the universe and multiverse repositories in the /etc/apt/sources.list (https://wiki.ubuntu.com/AddingRepositoriesCliHowto)

3. To make this easier use a ssh client like Putty(Win32) or a Term on another machine that has a GUI and copy/paste these commands or you can just re-type them...

Below is the source I just happened to use. If it is not working go to: http://prdownloads.sourceforge.net/w...n-1.300.tar.gz and find a working mirror.

Where to install Webmin?
At this point you should note that the directory that you are currently in will be the directory that webmin gets installed into. I don&#039;t mind it being in /home/MyAdminAccount/webmin, but if you want it somewhere else now is the time to change to that directory.

Doing something like this would put your installation in /opt/webmin
Code:
sudo su
Code:
mkdir /opt/webmin
and then
Code:
cd /opt/webmin
Now Download the Webmin archive...
Code:
wget http://easynews.dl.sourceforge.net/sourceforge/webadmin/webmin-1.310.tar.gz
Code:
gzip -cd webmin-1.310.tar.gz &#124; tar xvf -
Code:
sudo apt-get install libauthen-pam-perl libnet-ssleay-perl libpam-runtime openssl perl perl-modules
If having problems on Edgy server sparc  for libauthen-pam-perl then do
Code
#apt-get install libnet-ssleay-perl



Code:
cd webmin*
Code:
./setup.sh
Basically just hit enter and choose SSL and the auto start the service at boot
Web server port (default 10000): (Feel Free to change this)
Login name (default admin):
Login password: AReallyGoodONE
Password again: AReallyGoodONE
Use SSL (y/n): y
Start Webmin at boot time (y/n): y

Now you can login with the user/password that you set at the https://IpAddressOfYourMachine:10000
________________________________________</description>
		<content:encoded><![CDATA[<p>I switched to Ubuntu 6.10 server sparc edition and did some research to install Webmin. Maybe some of this info may be of some use to you.<br />
Webmin install</p>
<p>What is Webmin?<br />
Webmin is an excellent web-based interface to your *nix based machines(www.webmin.com). There are no webmin packages in the latest release &#8220;Dapper&#8221;. This is how I installed webmin on my Dapper server&#8230;<br />
Edit Jul 15 2006: as of July 2006 webmin.com has a testing deb for the full webmin package. You can use this, but you will have to enable the root user. Following the instructions below will avoid enabling the root account.</p>
<p>1. Install SSH<br />
Code:<br />
sudo apt-get install ssh openssh-server<br />
2. Enable the universe and multiverse repositories in the /etc/apt/sources.list (<a href="https://wiki.ubuntu.com/AddingRepositoriesCliHowto" rel="nofollow">https://wiki.ubuntu.com/AddingRepositoriesCliHowto</a>)</p>
<p>3. To make this easier use a ssh client like Putty(Win32) or a Term on another machine that has a GUI and copy/paste these commands or you can just re-type them&#8230;</p>
<p>Below is the source I just happened to use. If it is not working go to: <a href="http://prdownloads.sourceforge.net/w...n-1.300.tar.gz" rel="nofollow">http://prdownloads.sourceforge.net/w&#8230;n-1.300.tar.gz</a> and find a working mirror.</p>
<p>Where to install Webmin?<br />
At this point you should note that the directory that you are currently in will be the directory that webmin gets installed into. I don&#8217;t mind it being in /home/MyAdminAccount/webmin, but if you want it somewhere else now is the time to change to that directory.</p>
<p>Doing something like this would put your installation in /opt/webmin<br />
Code:<br />
sudo su<br />
Code:<br />
mkdir /opt/webmin<br />
and then<br />
Code:<br />
cd /opt/webmin<br />
Now Download the Webmin archive&#8230;<br />
Code:<br />
wget <a href="http://easynews.dl.sourceforge.net/sourceforge/webadmin/webmin-1.310.tar.gz" rel="nofollow">http://easynews.dl.sourceforge.net/sourceforge/webadmin/webmin-1.310.tar.gz</a><br />
Code:<br />
gzip -cd webmin-1.310.tar.gz | tar xvf -<br />
Code:<br />
sudo apt-get install libauthen-pam-perl libnet-ssleay-perl libpam-runtime openssl perl perl-modules<br />
If having problems on Edgy server sparc  for libauthen-pam-perl then do<br />
Code<br />
#apt-get install libnet-ssleay-perl</p>
<p>Code:<br />
cd webmin*<br />
Code:<br />
./setup.sh<br />
Basically just hit enter and choose SSL and the auto start the service at boot<br />
Web server port (default 10000): (Feel Free to change this)<br />
Login name (default admin):<br />
Login password: AReallyGoodONE<br />
Password again: AReallyGoodONE<br />
Use SSL (y/n): y<br />
Start Webmin at boot time (y/n): y</p>
<p>Now you can login with the user/password that you set at the <a href="https://IpAddressOfYourMachine:10000" rel="nofollow">https://IpAddressOfYourMachine:10000</a><br />
________________________________________</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pablo</title>
		<link>http://www.debianadmin.com/webmin-installation-and-configuration-in-debian-and-ubuntu-linux.html/comment-page-1#comment-97</link>
		<dc:creator>Pablo</dc:creator>
		<pubDate>Mon, 15 Jan 2007 01:01:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/webmin-installation-and-configuration-in-debian-and-ubuntu-linux.html#comment-97</guid>
		<description>para tí de mí</description>
		<content:encoded><![CDATA[<p>para tí de mí</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tinbox</title>
		<link>http://www.debianadmin.com/webmin-installation-and-configuration-in-debian-and-ubuntu-linux.html/comment-page-1#comment-96</link>
		<dc:creator>tinbox</dc:creator>
		<pubDate>Wed, 10 Jan 2007 23:07:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/webmin-installation-and-configuration-in-debian-and-ubuntu-linux.html#comment-96</guid>
		<description>my system responsed as below:

root@server1:/etc/postfix/ssl# apt-get install webmin webmin-core
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package webmin is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package webmin has no installation candidate

&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;

any other way to install this ?</description>
		<content:encoded><![CDATA[<p>my system responsed as below:</p>
<p>root@server1:/etc/postfix/ssl# apt-get install webmin webmin-core<br />
Reading package lists&#8230; Done<br />
Building dependency tree<br />
Reading state information&#8230; Done<br />
Package webmin is not available, but is referred to by another package.<br />
This may mean that the package is missing, has been obsoleted, or<br />
is only available from another source<br />
E: Package webmin has no installation candidate</p>
<p>&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;</p>
<p>any other way to install this ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wes</title>
		<link>http://www.debianadmin.com/webmin-installation-and-configuration-in-debian-and-ubuntu-linux.html/comment-page-1#comment-95</link>
		<dc:creator>Wes</dc:creator>
		<pubDate>Thu, 14 Dec 2006 15:37:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/webmin-installation-and-configuration-in-debian-and-ubuntu-linux.html#comment-95</guid>
		<description>Thank you very much!</description>
		<content:encoded><![CDATA[<p>Thank you very much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Admin</title>
		<link>http://www.debianadmin.com/webmin-installation-and-configuration-in-debian-and-ubuntu-linux.html/comment-page-1#comment-94</link>
		<dc:creator>Admin</dc:creator>
		<pubDate>Wed, 06 Dec 2006 09:03:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/webmin-installation-and-configuration-in-debian-and-ubuntu-linux.html#comment-94</guid>
		<description>try to run the following commands

apt-get update

apt-cache search webmin

this should give all webmin related packages</description>
		<content:encoded><![CDATA[<p>try to run the following commands</p>
<p>apt-get update</p>
<p>apt-cache search webmin</p>
<p>this should give all webmin related packages</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill</title>
		<link>http://www.debianadmin.com/webmin-installation-and-configuration-in-debian-and-ubuntu-linux.html/comment-page-1#comment-93</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Wed, 06 Dec 2006 04:01:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/webmin-installation-and-configuration-in-debian-and-ubuntu-linux.html#comment-93</guid>
		<description>Do you, per chance, have an updated command for installing Webmin in Debian. &lt;blockquote&gt;apt-get install webmin webmin-core&lt;/blockquote&gt; Doesn&#039;t seem to be valid command anymore.</description>
		<content:encoded><![CDATA[<p>Do you, per chance, have an updated command for installing Webmin in Debian.<br />
<blockquote>apt-get install webmin webmin-core</p></blockquote>
<p> Doesn&#8217;t seem to be valid command anymore.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike A</title>
		<link>http://www.debianadmin.com/webmin-installation-and-configuration-in-debian-and-ubuntu-linux.html/comment-page-1#comment-92</link>
		<dc:creator>Mike A</dc:creator>
		<pubDate>Wed, 29 Nov 2006 12:28:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/webmin-installation-and-configuration-in-debian-and-ubuntu-linux.html#comment-92</guid>
		<description>Very concise and helpful, especially now webmin no longer appears to be in the Ubuntu repositories!!! Thanks guys</description>
		<content:encoded><![CDATA[<p>Very concise and helpful, especially now webmin no longer appears to be in the Ubuntu repositories!!! Thanks guys</p>
]]></content:encoded>
	</item>
</channel>
</rss>
