Custom Installation |
Unpacking installation file If you choose to install only certain product components, unpack the installation file <file_name>.run without running an installation program. For that, specify the --noexec command-line parameter as follows: $ ./<file_name>.run --noexec After the command is executed, a nested directory <file_name> appears in the current directory. You can also specify the following command-line parameters when launching the run-file: -keep — instructs to unpack product installation files of the <file_name> directory to the current one (and not to /tmp), which prevents automatic deletion of files after the installation completes.) --target <path_to_directory> — instructs to unpack product installation files of the <file_name> directory to the specified one. Note that the unpacked files will be automatically detected after the installation completes unless you specify one of the following parameters: --noexec or --keep. For a full list of command-line parameters that can be specified for an installation file, type the following command: $ ./<file_name>.run --help Custom Installation Installation directory contains packages of all Dr.Web for UNIX File Servers components and supporting files. The package of every component <component_name> contains two files: <component_name>.install and <component_name>.remove. These files are command scripts. The first script is used to install the component, the second script—to remove the component. Names of all packages containing components of Dr.Web for UNIX File Servers are started with the drweb. prefix. In general, the archive contains the following packages:
*) Versions for 64-bit systems include two packages: drweb-libs and drweb-libs32 that contain libraries for 64-bit and 32-bit components accordingly. To start installation of a component, run the corresponding installation file from the console (or via a console emulator — terminal for the graphics mode).
When installing any component, all dependencies are automatically resolved, that is, if another component is required for installation, its presence in the system is checked and the required component is automatically installed if it is missing. If it is necessary to run a program for installing the whole suite, run the automatic installation script from the unpacked directory by typing the following command: $ ./install.sh |