6.2 Flashcards

1
Q

DNF uses___________ as the configuration file. The configuration file contains default settings options.

A

/etc/dnf/dnf.conf

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

DNF uses ________ to keep a .repo file for each internet repository. An internet repository contains packages for Linux systems.

A

/etc/yum.repos.d/

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

To find out if there is a Ruby package available, enter _______ at the command prompt.

A

dnf list ruby

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

YUM uses__________ as the configuration file. The configuration file contains:

URLs of RPM repositories.

Directories where it saves downloaded packages.

Locations of logs.

A

/etc/yum.conf

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

________ ensures all dependencies are met

A

update

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

_________is for some backward compatibility and considers package obsoletes. It may be removed in the future

A

upgrade

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

____________downloads a package without installing it on the system.

A

yumdownloader

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Use yum whatprovides _____________ or yum provides /usr/lib/libstlport_gcc.so to determine which package contains the /usr/lib/libstlport_gcc.so file.

A

/usr/lib/libstlport_gcc.so

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

RPM Is used as the package _______ on many distributions

A

manager

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

rpm Installs and configures pre-compiled, pre-configured ___________ and services on the system

A

applications,

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

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

A

Linux

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

rpm nstalls, updates, verifies, queries, and ____________ packages

A

uninstalls

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

rpm Uses a database stored at /var/lib/rpm that keeps track of all installed packages, their __________ status, and available updates.

A

current

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

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

A

dependency

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

The syntax is for an rpm package based on it’s standard naming convention

A

packagename-
version-
release.
architecture.rpm

How well did you know this?
1
Not at all
2
3
4
5
Perfectly