2020-02-06 04:44 PM
Currently the Log Parser Tool is built for Windows and Mac.
Using Wine 4.x you can install and run the Log Parser tool on Linux (Mint and Ubuntu)
To install and run the LPT on linux you need to follow the following instructions:
Install Wine 4.x
Download the Log Parser Tool MSI File
Execute the following statement from where the msi file is located
-> wine msiexec /i LPTSetup-1.1.0.0.1015.x64.msi
That will install the Log Parser Tool in
->/home/{user}/.wine/drive_c/"Program Files"/RSA/"NW LPT 1.1"/
You can now run the tool using the following command
-> wine /home/{user}/.wine/drive_c/"Program Files"/RSA/"NW LPT 1.1"/NwLPT.exe
I set up a desktop shortcut using the following:
And now you can just double clink icon
I have used this a couple of times to build parsers, so everything appears to be working as it should
Dave
2020-02-07 01:52 PM
2020-02-21 12:53 PM
Can confirm this also works with wine 5.0
2020-03-05 01:48 PM
I am only using Wine 4, but there should be no reason it shouldn't work under 5