Score:0

How to run application after installing exe file in ubuntu?

in flag

new in ubuntu here (ubuntu 18.04). I am trying to install and run an online dictionary application. I downloaded the exe file and ran it using:

sudo apt install mono-runtime
mono EA_es-gr_setup.exe

It seems to work, however, I don't know how to proceed from here, the app does not appear in the available applications. Any advice?

raj avatar
cn flag
raj
In general, you can't run `.exe` files in Linux. `.exe` files are applications for Windows. Some Windows applications can be run using WINE, as said in nbux's answer, but it depends on the application - you can't assume that any application will run.
David avatar
cn flag
Visit the Wine support site and see the list of supported programs.
Score:0
bd flag

I don' think mono can run any .exe - it is made for .net-Applications. Especially since the file you try to run seems to be a setup-/installation-file, I am not sure if mono will work. You can try installing WINE or PlayOnLinux and install & run the dictionary application with that.

David avatar
cn flag
This is a comment not an answer. If this was an answer it would have complete instructions of how to do the asked question.
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.