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.
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)- A4% (2)
- B8% (4)
- C71% (35)
- D14% (7)
- E2% (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.
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.
CD-ROM media is outdated, typically contains older software versions, and does not provide automatic updates or dependency resolution.
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.
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.
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
Community Discussion
No community discussion yet for this question.