6.1 Flashcards

1
Q

A collection of software tools that automates the process of downloading, installing, upgrading, configuring, and removing computer applications in Linux.

A

Package manager

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

The Red Hat Package Manager used to install software packages on Red Hat, Fedora, OpenSUSE, and other Linux distributions.

A

RPM

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

A dependency that occurs when one software package requires another package to be installed to work properly.

A

Package dependency

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

The_________ command upgrades the package, but only if an earlier version currently exists on the system

A

rpm -F

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

The rpm __________ command checks the authenticity of the package. The –__________ option checks the package’s digital signing key against the package to ensure that it has not been altered.

A

–checksig

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

The rpm _____ command tests a package for uninstalled dependencies without actually installing it.

A

–test

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

rpm ________ installs a package. Use the entire package filename when installing

A

-i

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

RPM________ prints hash marks as the package archive is unpacked.

A

-h

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

displays a verbose version of the installation.

A

-v

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

checks the authenticity of the package. The option checks the packages digital signing key against the package to ensure that it has not been altered.

A

–checksig

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

updates an installed package to the newest version

A

-U

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

Use _________ to convert RPM packages into a cpio archive. This is useful for extracting files from an RPM package without installing and searching for the specific files.

A

rpm2cpio

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

_________ creates a repository list of RPM packages stored locally or on a network.

A

createrepo

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

________uninstalls a package. The uninstallation process uses the package name, not the file name. If dependencies exist, the dependent packages must first be removed

A

rpm -e

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

________ installs a package. Use the entire package filename when installing

A

rpm -i

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