Describe three functions the RPM utility performs during installation.

What will be an ideal response?


The RPM utility performs the following functions during installation:
·      Dependency checks - This process determines whether the package has dependency requirements and displays this information to prevent installation problems.
·      Preinstallation tasks - Some software packages require issuing commands before installation. RPM performs these tasks as directed by the package builder, thereby eliminating problems during installation.
·      Conflicts - Checks whether the package you're trying to install is already installed on your system and makes sure you're not trying to install a version older than the existing one.
·      Unpacking - Opens the software package and installs each file in the correct location in your file system.
·      Postinstallation tasks - As with preinstallation tasks, some software requires using commands after installation, and RPM carries out these tasks for you.
·      Storage - Keeps track of all installed packages in the RPM database.

Computer Science & Information Technology

You might also like to view...

What method is used to copy the contents of a string array or LINQ query into a text file?

(A) CreateTextFile (B) WriteAllLines (C) CopyToTextFile (D) ReadAllLines

Computer Science & Information Technology

Websites have rules that govern how a user may use its content, known as terms of ____.

A. employment B. use C. derivation D. trademarking

Computer Science & Information Technology

Any time there is no expectation of privacy for a person or their information, evidence collected under those circumstances will be considered admissible

a. True b. False

Computer Science & Information Technology

?_____ describes how instances of one class relate to instances of another class.

A. ?A modifier B. ?A deliverable C. ?Scope D. ?Cardinality

Computer Science & Information Technology