Actually I have a portable app on Windows, it's a folder with lot of archives and a executable, it doesn't requires installation. How do I run it on Ubuntu?
11 Answer
Currently, the only way to run Windows executables is using Wine. If you have the source code, you may be able to compile it for Ubuntu, but Wine is your best bet. If there is a jar file of the application in question, you can run it natively on Linux.