LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How To Execute Executable Files in Ubuntu (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-execute-executable-files-in-ubuntu-4175532727/)

trailblazrr 02-01-2015 03:33 PM

How To Execute Executable Files in Ubuntu
 
Brand-spankin' new newbie here, and I can't figure out how to open my files I've downloaded. I've downloaded some .exe's, but can't figure out how to open them, and haven't found anyplace via Google that can help with this fundamental problem. I know this is obviously a simple issue, but I can't figure it out and am very frustrated!!! ;) I totally appreciate any constructive feedback, thanks much. Steve

linosaurusroot 02-01-2015 05:18 PM

The simplest way from a shell prompt is to type the full name of the program.
e.g.
Code:

/opt/kde3/bin/kpoker
Later you can use the PATH variable to contain the directories you want searched.

michaelk 02-01-2015 05:44 PM

Welcome to linuxQuestions.

linux can not natively run windows exe files. What applications did you download and are trying to run?

wine is a windows compatibility API that lets some programs run in linux but it isn't perfect.

trailblazrr 02-01-2015 06:56 PM

Installed Wine, receiving error message
 
I am attempting to install Zune software. The .exe file is named ZuneSetupPkg.exe.

I installed wine, and even still I click on ZuneSetupPkg.exe from my Downloads directory and in the Archive Manager a simple error message pops up that merely states "An error occurred while loading the archive."

That is all it states.

I'm not 100% certain what exactly to type into the terminal or how to use the PATH variable as linosaurusroot has suggested.

Thanks!

michaelk 02-01-2015 07:06 PM

Sorry. Does not look good.

https://appdb.winehq.org/objectManag...nTo=&iId=13795

https://appdb.winehq.org/objectManag...ation&iId=5741

http://ubuntuforums.org/showthread.php?t=2117052

trailblazrr 02-01-2015 07:13 PM

Thanks for the support!
 
Thanks for the support! I think I'll go with tgalati4 's solution, as delineated ever-so-eloquently here in the ubuntu forum:

" Smash it with an 8-lb sledge hammer and post the video on YouTube. That's the only fitting ending for a proprietary and locked-down device with no future and no following. "

LOL!!!!! ;)

Thanks, Steve

Keith Hedger 02-01-2015 07:14 PM

Don't use it my self but wine should be able to run .exe files automatically, seem to recall when I used it years ago you had to set the wine prefs, have a look at the wine website, your first freind is always apropos and man so open a terminal and type
Code:

apropos wine
or
Code:

man wine
or of course any other command you need info about, in facr it's always a good idea to look for a man page for any new command you want to use before you use it as some commands when wrongly used can seriously muck up your system, also there are some g*ts out there that will deliberatly try to get you to run damaging commands, thankfully not on this site but on some forums so always try to find out what a command does before you use it.


All times are GMT -5. The time now is 09:28 PM.