Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help |
The search service can find package by either name (apache), provides(webserver), absolute file names (/usr/bin/apache), binaries (gprof) or shared libraries (libXm.so.2) in standard path. It does not support multiple arguments yet...
The System and Arch are optional added filters, for example System could be "redhat", "redhat-7.2", "mandrake" or "gnome", Arch could be "i386" or "src", etc. depending on your system.
This module sets up a faux home directory for tests. The home directory is empty, and will be removed when the test completes. This can be helpful when you are writing tests that may be reading from the real user configuration files, or if it writes output to the user home directory. At the moment this module accomplishes this by setting the operating system appropriate environment variables. In the future, it may hook into some of the other methods used for determining home directories (such as 'getpwuid' and friends). There are many ways of getting around this faux module and getting the real home directory (especially from C). But if your code uses standard Perl interfaces then this plugin should fool your code okay. This module sets the native environment variables for the home directory on your platform. That means on Windows 'USERPROFILE', 'HOMEDRIVE' and 'HOMEPATH' will be set, but 'HOME' will not. This is important because your testing environment should match as closely as possible what the actual environment will look like.
Generated by rpm2html 1.6