<div>Hello,</div>
<div>&nbsp;</div>
<div>The Debian operating system is known&nbsp;for lack of nice-looking all-in-one configuration tool. Instead, it has the best existing package-level debconf. All you need is to type:</div>
<div>&nbsp;</div>
<div><strong># dpkg-reconfigure &lt;package-name&gt;</strong></div>
<div>&nbsp;</div>
<div>This helps in majority of cases. But it isn&#39;t efficient if you are a Debian newbee or doesn&#39;t know the packege name you&nbsp;want to&nbsp;reconfigure. The solution:</div>
<div>&nbsp;</div>
<div><strong># dpkg-reconfigure -a</strong></div>
<div>&nbsp;</div>
<div>isn&#39;t efficient for these cases.</div>
<div>&nbsp;</div>
<div>It would be nice to write a simple text/gui based front-end for debconf that scans all installed and configurable pachages (taking track on the debconf severity selected) and lists them, eventually with some tips about what this pachage is about. If one selects a package from the list and presses &quot;Reconfigure&quot;, the tool lanches dpkg-reconfigure with the selected pachage in a regular way.</div>

<div>&nbsp;</div>
<div>I think this tool is easy to implement and increase drastically the popularity of the Debian operating system.</div>
<div>&nbsp;</div>
<div>Best regards,</div>
<div>Alexandru</div>