Packages Flashcards

1
Q

displays installed and available http packages

A
dnf list 'http*'
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

search for packages with “web server” in their name, summary, and description fields

A

dnf search all ‘web server’

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

retrieves information about the dnf httpd package, including needed disk space for installation

A

dnf info httpd

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

displays packages that match the specified path name

A

dnf provides /var/www/html

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

obtains and installs a software package, including any dependencies

A

dnf install httpd

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

installs all relevant updates

A

dnf update

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

list all installed and available kernels

A

dnf list kernel

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

show the kernel release and additional information

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

show the kernel version and release

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

removes an installed software package, including any supported packages

A

dnf remove httpd

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