nerdexam
LPI

010-160 · Question #46

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

The correct answer is C. The distribution's package repository. The distribution's official package repository is the preferred installation source because it provides curated, dependency-aware, and security-maintained packages integrated with the system.

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

(48 responses)
  • B
    2% (1)
  • C
    92% (44)
  • D
    2% (1)
  • E
    4% (2)

Why each option

The distribution's official package repository is the preferred installation source because it provides curated, dependency-aware, and security-maintained packages integrated with the system.

AThe vendor's version management system

A vendor's version management system (e.g., a GitHub repo) is a source code repository, not a packaged binary source, and lacks dependency resolution and distribution-level testing.

BA CD-ROM disk

CD-ROM media is static and cannot receive security updates, making it outdated and potentially insecure compared to a live repository.

CThe distribution's package repositoryCorrect

Distribution package repositories (e.g., APT for Debian/Ubuntu, DNF for Fedora) are curated by maintainers, automatically resolve dependencies, receive timely security patches, and ensure package integrity via cryptographic signatures - making them the safest and most reliable installation source.

DThe vendor's website

Vendor websites may offer packages, but these are not integrated with the system's package manager for dependency management or automatic security updates.

EA retail store

Retail stores do not distribute Linux software in a form compatible with modern package management workflows.

Concept tested: Linux package management and repository usage

Source: https://www.debian.org/doc/manuals/debian-reference/ch02.en.html

Topics

#package management#package repository#software installation#Linux distributions

Community Discussion

No community discussion yet for this question.

Full 010-160 Practice