Skip to content

Commit a764253

Browse files
authored
Fix RPM package filename in installation instructions
Updated package installation commands to use the correct filename format.
1 parent 1b66609 commit a764253

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ sudo apt remove qt5-omodsim
181181
### Install
182182
Install the RPM package from the command line:
183183
```bash
184-
sudo dnf install ./qt6-omodsim_1.10.0-1.x86_64.rpm
184+
sudo dnf install ./qt6-omodsim-1.10.0-1.x86_64.rpm
185185
```
186186

187187
### Remove
@@ -194,7 +194,7 @@ sudo dnf remove qt6-omodsim
194194
### Install
195195
Install the RPM package from the command line as root user:
196196
```bash
197-
apt-get install ./qt6-omodsim_1.10.0-1.x86_64.rpm
197+
apt-get install ./qt6-omodsim-1.10.0-1.x86_64.rpm
198198
```
199199

200200
### Remove
@@ -211,7 +211,7 @@ sudo rpm --import qt6-omodsim.rpm.pubkey
211211
```
212212
Install the RPM package using Zypper:
213213
```bash
214-
sudo zypper install ./qt6-omodsim_1.10.0-1.x86_64.rpm
214+
sudo zypper install ./qt6-omodsim-1.10.0-1.x86_64.rpm
215215
```
216216

217217
### Remove

0 commit comments

Comments
 (0)