Hi,<br>
<br>
not a so trivial question ;-)<br>
Note that I'm preparing the necessary to document it online.<br><br><div><span class="gmail_quote">2005/10/5, <a href="mailto:mathe_karoly@bluewin.ch">mathe_karoly@bluewin.ch</a> &lt;<a href="mailto:mathe_karoly@bluewin.ch">
mathe_karoly@bluewin.ch</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hello everybody<br><br>I'm new to NUT till now just listen.
<br>I want to install NUt and to check the package I need the gpg key.<br>&gt;From where can I dowload it to verify the package.<br>
</blockquote></div><br>
You'll need 3 things:<br>
1) the data package itself, ie nut-2.0.3-pre1.tar.gz<br>
2) the data signature, ie nut-2.0.3-pre1.tar.gz.sig<br>
3) the release manager key, which can be obtained with<br>
&nbsp;gpg --keyserver <a href="http://keyring.debian.org">keyring.debian.org</a> --recv-key 0x204DDF1B<br clear="all"><br>
Once you've accomplished the 3 above steps, you can verify the data using:<br>
gpg --verify data.sig data<br>
ie:<br>
gpg --verify nut-2.0.3-pre1.tar.gz.sig nut-2.0.3-pre1.tar.gz<br>
<br>
And you'll get a message back stating wether it's a good or bad data package<br>
<br>
Arnaud Quette<br>-- <br>Linux / Unix Expert - MGE UPS SYSTEMS - R&amp;D Dpt<br>Network UPS Tools (NUT) Project Leader - <a href="http://www.networkupstools.org/">http://www.networkupstools.org/</a><br>Debian Developer - 
<a href="http://people.debian.org/~aquette/">http://people.debian.org/~aquette/</a><br>OpenSource Developer - <a href="http://arnaud.quette.free.fr/">http://arnaud.quette.free.fr/</a>