Sec. 7 dpkg package manager Flashcards

1
Q

dpkg

A

package manager for debian based systems

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

Package states

unpacked

A

the package is unpacked , but not configured

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

Package states

half-installed

A

the installation of the package has been started, but not completd for som reason

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

Package states

config-files

A

only the configuration files of the package exist on the system

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

Package states

installed

A

the package is selected for installation

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

Package states

triggers-pending

A

the package has been triggered

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

Package states

triggers-awaited

A

the package awaits trigger processing by another package

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

Package states

half-configured

A

the package is unpacked an configuration has been started , but not yet completed for some reason

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

Package states

not-installed

A

the package is not installed on your system

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

dpkg itself is controlled entirely via command line parameters, which consist of exactly one _____ and _____ or ______ ______.

A

dpkg itself is controlled entirely via command line parameters, which consist of exactly one actions and zero or more options.

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

The ______________ tells dpkg what to do and __________ the behavior of the action in some way

A

The action-parameter tells dpkg what to do and options control the behavior of the action in some way

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

ACTIONS

–unpack package-file….

A

Unpack the package , but don’t configure it . if –recursive or -R option is specified , package-file must refer to a directory.

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

ACTIONS

-i , –install package-file….

A

installs the package. if –recusive or -R option is specified, package-file must refer to a directory instead.

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