Skip to content

Commit 0ea3736

Browse files
authored
Remove extra spaces (#1461)
1 parent b2af2ac commit 0ea3736

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/labs/sys_admin_1/lab7-software_management.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ In this Lab you will learn how to use the RPM system and you will also install a
162162
163163
The previous exercises were querying and working with packages that are already installed on the system. In the following exercises, we'll start off working with packages that are not yet installed. We'll use the DNF application to download the packages that we'll be using in the next steps.
164164
165-
6. First ensure that the `wget` application is not already installed on the system. Type:
165+
6. First ensure that the `wget` application is not already installed on the system. Type:
166166
167167
```
168168
$ rpm -q wget
@@ -183,7 +183,7 @@ In this Lab you will learn how to use the RPM system and you will also install a
183183
$ ls -lh wg*
184184
```
185185
186-
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:
187187
188188
```
189189
$ rpm -qip wget-*.rpm

0 commit comments

Comments
 (0)