To see all the files the package installed onto your system, do this: dpkg-query -L <package_name> To see the files a .deb file will install dpkg-deb -c <package_name.deb> To see the files contained in a package NOT installed, do this once (if…
Module mod_LogAccessHt #Region "Const" Public Const __PREFIX_ERROR__ As String = "Error_" Public Const __PREFIX_TRACE__ As String = "Trace_" Public Const __PREFIX_DEBUG__ As String = "Debug_" Public Const __PREFIX_S…