6.2 Flashcards
DNF uses___________ as the configuration file. The configuration file contains default settings options.
/etc/dnf/dnf.conf
DNF uses ________ to keep a .repo file for each internet repository. An internet repository contains packages for Linux systems.
/etc/yum.repos.d/
To find out if there is a Ruby package available, enter _______ at the command prompt.
dnf list ruby
YUM uses__________ as the configuration file. The configuration file contains:
URLs of RPM repositories.
Directories where it saves downloaded packages.
Locations of logs.
/etc/yum.conf
________ ensures all dependencies are met
update
_________is for some backward compatibility and considers package obsoletes. It may be removed in the future
upgrade
____________downloads a package without installing it on the system.
yumdownloader
Use yum whatprovides _____________ or yum provides /usr/lib/libstlport_gcc.so to determine which package contains the /usr/lib/libstlport_gcc.so file.
/usr/lib/libstlport_gcc.so
RPM Is used as the package _______ on many distributions
manager
rpm Installs and configures pre-compiled, pre-configured ___________ and services on the system
applications,
rpm Accesses a library containing thousands of packages where the source code is built, compiled, and ready to be installed on a supported ________ architecture or distribution
Linux
rpm nstalls, updates, verifies, queries, and ____________ packages
uninstalls
rpm Uses a database stored at /var/lib/rpm that keeps track of all installed packages, their __________ status, and available updates.
current
rpm Checks for dependencies on other packages and prompts to install these packages, if necessary. A __________ is an application’s reliance on another package to perform correctly
dependency
The syntax is for an rpm package based on it’s standard naming convention
packagename-
version-
release.
architecture.rpm