nerdexam
LPI

010-150 · Question #48

What is the preferred source for the installation of new applications?

The correct answer is C. The distribution's package repository. The distribution's package repository is the preferred source for installing software on Linux because it provides vetted, dependency-resolved, and update-managed packages.

The Linux Operating System

Question

What is the preferred source for the installation of new applications?

Options

  • AThe vendor's version management system
  • BA CD-ROM disk
  • CThe distribution's package repository
  • DThe vendor's website
  • EA retail store

How the community answered

(49 responses)
  • A
    4% (2)
  • B
    8% (4)
  • C
    71% (35)
  • D
    14% (7)
  • E
    2% (1)

Why each option

The distribution's package repository is the preferred source for installing software on Linux because it provides vetted, dependency-resolved, and update-managed packages.

AThe vendor's version management system

A vendor's version management system (e.g., source repository) requires manual compilation and dependency management, which is error-prone and bypasses distro-level testing and integration.

BA CD-ROM disk

CD-ROM media is outdated, typically contains older software versions, and does not provide automatic updates or dependency resolution.

CThe distribution's package repositoryCorrect

A distribution's official package repository (accessed via tools like apt, yum, or dnf) is preferred because packages are tested for compatibility with the distro, dependencies are automatically resolved, security updates are delivered through the same channel, and package integrity is verified via cryptographic signatures.

DThe vendor's website

Downloading directly from a vendor's website may provide untested binaries that lack distro integration, automatic updates, and dependency management provided by the package repository.

EA retail store

Retail stores do not sell individual Linux applications; Linux software is distributed digitally through repositories, not physical retail.

Concept tested: Linux package management and software installation best practices

Source: https://tldp.org/LDP/intro-linux/html/sect_07_01.html

Topics

#package manager#package repository#software installation#distribution

Community Discussion

No community discussion yet for this question.

Full 010-150 Practice