@@ -154,18 +154,18 @@ Below are the methods for installing the OpenModSim for different OS
154154## Microsoft Windows
155155Run the installer:
156156
157- - For 32-bit Windows: ` qt5-omodsim_1.11.1_x86 .exe `
158- - For 64-bit Windows: ` qt5-omodsim_1.11.1_x64 .exe ` or ` qt6-omodsim_1.11.1_x64 .exe `
157+ - For 32-bit Windows: ` qt5-omodsim_1.11.2_x86 .exe `
158+ - For 64-bit Windows: ` qt5-omodsim_1.11.2_x64 .exe ` or ` qt6-omodsim_1.11.2_x64 .exe `
159159
160160## Debian/Ubintu/Mint/Astra Linux
161161### Install
162162Install the DEB package from the command line:
163163``` bash
164- sudo apt install ./qt6-omodsim_1.11.1 -1_amd64.deb
164+ sudo apt install ./qt6-omodsim_1.11.2 -1_amd64.deb
165165```
166166or if you want to use Qt5 libraries:
167167``` bash
168- sudo apt install ./qt5-omodsim_1.11.1 -1_amd64.deb
168+ sudo apt install ./qt5-omodsim_1.11.2 -1_amd64.deb
169169```
170170
171171### Remove
@@ -182,7 +182,7 @@ sudo apt remove qt5-omodsim
182182### Install
183183Install the RPM package from the command line:
184184``` bash
185- sudo dnf install ./qt6-omodsim-1.11.1 -1.x86_64.rpm
185+ sudo dnf install ./qt6-omodsim-1.11.2 -1.x86_64.rpm
186186```
187187
188188### Remove
@@ -195,7 +195,7 @@ sudo dnf remove qt6-omodsim
195195### Install
196196Install the RPM package from the command line as root user:
197197``` bash
198- apt-get install ./qt6-omodsim-1.11.1 -1.x86_64.rpm
198+ apt-get install ./qt6-omodsim-1.11.2 -1.x86_64.rpm
199199```
200200
201201### Remove
@@ -212,7 +212,7 @@ sudo rpm --import qt6-omodsim.rpm.pubkey
212212```
213213Install the RPM package using Zypper:
214214``` bash
215- sudo zypper install ./qt6-omodsim-1.11.1 -1.x86_64.rpm
215+ sudo zypper install ./qt6-omodsim-1.11.2 -1.x86_64.rpm
216216```
217217
218218### Remove
0 commit comments