Translation(s): English - Italiano

(!) ?Discussion


Package management tips

TODO: cleanup/move to appropriate pages

Before installing any network server Debian package

When installing a Debian package fails with an error,

 dpkg-reconfigure -plow <package>

 /var/lib/dpkg/info/<package>.(pre||post)inst

When a Debian package installs without errors, but doesn't seem to work:

 /usr/share/doc/<package>/Debian.*
 /etc/init.d/<package>
 /etc/inetd.conf

 /etc/hosts.allow
 /etc/hosts.deny


CategoryPackageManagement