CVSROOT: /cvs/webwml
Module name: webwml
Changes by: hosiet-guest 17/11/04 15:03:28
Modified files:
bulgarian/Bugs : Reporting.wml
Log message:
Bugs/Reporting.wml: massive fix for typos and broken command
1. /Bugs/Reporting still references "/lib/libc.so.6", which does not
exist
after Debian migrated to multiarch. All these paths are now changed into
"/lib/*/libc.so.6".
2. "dpkg -s libc6" will now raise an error:
% LC_ALL=C dpkg -s libc6
dpkg-query: error: --status needs a valid package name but 'libc6' is
not:
ambiguous package name 'libc6' with more than one installed instance
To prevent this bug, I chose to use "apt show" instead of "dpkg -s".
"apt-cache show" would work to but it has a side-effect of listing any
available package versions instead of the installed one so not using it.