Final Answer:
The statement given "RPM will check for dependencies and install them when installing a program." is true because RPM (Red Hat Package Manager) automatically checks for and installs dependencies when installing a program, ensuring a smooth and complete installation process. Option A is answer.
Step-by-step explanation:
When installing a program using RPM, the package manager assesses the dependencies required for the software to function properly. If the necessary dependencies are not already present on the system, RPM will attempt to resolve and install them automatically.
This is a key feature of package management systems like RPM, ensuring that the software is installed in an environment with all the essential components it relies on. It simplifies the installation process, streamlining the management of software packages on Linux systems.
Option A is answer.