You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/labs/sys_admin_1/lab7-software_management.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,6 +122,7 @@ In this Lab you will learn how to use the RPM system and you will also install a
122
122
rocky-repos-*
123
123
...<OUTPUT TRUNCATED>...
124
124
```
125
+
125
126
You should see a long list.
126
127
127
128
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
152
153
```
153
154
154
155
5. Type the command to view information about the bash package that is installed on the system.
156
+
157
+
```
158
+
$ rpm -qi bash
159
+
```
155
160
156
161
!!! note
157
162
@@ -178,7 +183,7 @@ In this Lab you will learn how to use the RPM system and you will also install a
178
183
$ ls -lh wg*
179
184
```
180
185
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:
0 commit comments