Skip to content

Commit b2af2ac

Browse files
authored
Replenish the missing content (#1460)
1 parent 6f28996 commit b2af2ac

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/labs/sys_admin_1/lab7-software_management.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ In this Lab you will learn how to use the RPM system and you will also install a
122122
rocky-repos-*
123123
...<OUTPUT TRUNCATED>...
124124
```
125+
125126
You should see a long list.
126127
127128
2. Let us delve a little deeper and learn more about one of the packages installed on the system. We will examine NetworkManager. We will use the --query (-q) and --info (-i) options with the `rpm` command. Type:
@@ -152,6 +153,10 @@ In this Lab you will learn how to use the RPM system and you will also install a
152153
```
153154
154155
5. Type the command to view information about the bash package that is installed on the system.
156+
157+
```
158+
$ rpm -qi bash
159+
```
155160
156161
!!! note
157162
@@ -178,7 +183,7 @@ In this Lab you will learn how to use the RPM system and you will also install a
178183
$ ls -lh wg*
179184
```
180185
181-
9. Use the `rpm` command to query for information about the downloaded wget-*.rpm. Type:
186+
9. Use the `rpm` command to query for information about the downloaded wget-*.rpm. Type:
182187
183188
```
184189
$ rpm -qip wget-*.rpm

0 commit comments

Comments
 (0)