An executable is a program contained in one file. This file is often referred to as an executable because of the Windows extension for executables(.EXE).
0
votes
1answer
26 views
My object code cannot be executed
I compile my c code with gcc and it creates an obj code but when I tried to run it it gives cannot execute binary file error how can I solve this problem can you help me?
gcc -c ...
0
votes
1answer
20 views
Static linking to a library
I'm trying to run a pre-compiled program from
http://cherrypit.princeton.edu/donev/Packing/PackLSD/Instructions.html
The pages states that:
The executables only link in standard (OpenGL, ...
2
votes
0answers
26 views
Wine won't configure!
I finally installed Wine (the program to run exe files) and it took a very long time to install.
Now, I have a package configuration window that is pink and looks like this .
I don't know what ...
1
vote
0answers
34 views
How to run .run files in ubuntu [duplicate]
I download a software from http://qt-project.org/downloads and it is .run file and when I want to open that, it says:
"There is no application installed for 'executable' files.
Do you want to search ...
0
votes
1answer
22 views
Raring doesn't give option to run plain text document
I have a line of code saved in a text file on the desktop. In 12.10 there was a popup that asked me what I wanted to do with the file:
Run | Run In Terminal | Edit | Cancel
or something similar to ...
0
votes
1answer
19 views
Where do I put java programs (SeleniumRC in my case)
I've downloaded the package. The instruction say to unzip and place in your desired directory.
What should that directory be?
Nautilus is not letting me paste it into any /opt or /usr folders.
0
votes
1answer
39 views
How can I run an extracted .exe in WINE?
I have a program called BridgeM1. It is a front-end for the arcade music emulator M1. I read at the following link ( M1 and .lst files ) that I could use this program in WINE. The problem is I'm not ...
0
votes
1answer
132 views
bash: ./install.sh: Permission denied installing intel fortran 2011
I am trying to install Intel Fortran Composer 2011. When I try to command ./install.sh it gives an error:
bash: ./install.sh: Permission denied
I tried some ways to get pass this.
Tried; sudo ...
3
votes
1answer
93 views
What is the difference between `command` and `./command`?
I found that sometime I use the command to run a command, but sometime I use the ./command to run another command.
What is the difference?
1
vote
2answers
72 views
Download executables on Ubuntu
I'm (kind of) new on ubuntu and I'm having a heck of a time figuring out how to download executables. For example, I tried to download Eclipse and a Java environment this morning. On my Windows XP PC, ...
2
votes
1answer
75 views
How to move an EXE file to Wine's fake C: drive
can anyone tell me how I can move a .exe file to Wine's fake C: drive? Thanks!
-2
votes
2answers
64 views
Is there any C/C++ Runtime Enviorment for Ubuntu?
I am a C/C++ developer. I would like to run my .exe programs on my computer (which only has Ubuntu on it). I would like to know if there are any C/C++ Runtime Enviroments out there.
10
votes
4answers
1k views
Why does Ubuntu fail to run .exe files? / How do I run .exe?
So, I just built my PC today, and am only using Ubuntu until I get Windows installed (sorry, guys!) But when I go to click on any .exe file, nothing happens. It just sits there. No error message, ...
0
votes
2answers
245 views
can't execute some exe files in win7 32bit virtualbox VM share folder which is created by ubuntu 64bit host
I installed ubuntu12.10 arm64 version, then installed virtualbox 64bit and win7 32bit VM.
I created /mnt/share folder and shared it with win7. In win7 share folder, some exe files could be executed, ...
2
votes
1answer
81 views
How do I create a shortcut and place on the desktop?
I would like to create a shortcut which will cd to a particular directory and then execute a .sh file, thereby opening my application.
At the moment I enter the following into the terminal:
cd ...
0
votes
3answers
843 views
There is no application installed for executable files
I'm a new Linux user. I bought 1 month ago a 64x Laptop with Windows 8 pre-installed.
Using UnetBootin I installed Ubuntu 12.10 and completely removed Windows 8.
Now, the new Ubuntu version is a ...
1
vote
1answer
85 views
How to add option to make a file executable in PCManFM's context menu?
Nautilus and Thunar have a such context menu option under Properties/Permissions, but not PCManFM, Lubuntu's default file and desktop manager (at least not yet in the present v. 1.1.).
But under ...
2
votes
1answer
398 views
How do I run a executable (application/x-executable) file?
I just downloaded Zodiac (a chem software) for linux and I tried using sudo bash ./Zodiac_linux from the directory where it's installed and I received the error:
./Zodiac_linux: ./Zodiac_linux: ...
3
votes
2answers
249 views
Running executable txt.file in terminal by default
Basically, I have the code I need to run the thread to start my Minecraft server in an executable text file. When I click it, it asks me what I want to do with it: Run In Terminal, Display or just ...
-1
votes
1answer
119 views
How to i convert this bat file to install a game with it?
Bat file is following :
@echo off
uharc x data.uha
call restore.bat
startw unpack.exe /nh
startw inject.exe "streams.wav"
startw regsetup.exe
del data.uha > nul
del uharc.exe > nul
del ...
2
votes
1answer
556 views
“No such file or directory”, but the file exists
I copied some files to Ubuntu (running on VirtualBox). Trying to open the said copied files and get an error. I'm not entirely sure how the file directory system works, but I used cp command to copy ...
2
votes
1answer
74 views
How to run Doom3 BFG executable?
I installed Doom3 BFG edition the way it said over here.
The whole procedure was carried out as instructed.
When I double clicked the executable file, my computer didn’t know how to open it so ...
2
votes
1answer
131 views
PATH not working even after successfully modifying it
For some reason I am successful in adding new directories to my $PATH but when I run the commands in the terminal the $PATH doesn't summon them.
I modified the $PATH in the ~/.bashrc file, and added ...
1
vote
2answers
293 views
Help: cannot install a gz package on Ubuntu 12.10 64-bit
I am a new Ubuntu user. I'm trying to install a package in a file called VNC-Viewer-5.0.3-Linux-x86.gz. I keep having problems.
The package is in my folder: ...
4
votes
2answers
182 views
“No such file” when running a 32-bit program on a 64-bit system
I downloaded a Chromium snapshot and unzipped it, like this:
michael@ubuntu:/opt/chrome-linux$ ls
chrome libffmpegsumo.so nacl_irt_x86_32.nexe
chrome.1 ...
5
votes
1answer
129 views
launching executable from /usr/local/bin needs access to local file
I have an executable, called "octane", that I want to be able to launch globally. The executable requires access to a local binary, "octane.dat", in order to run.
I placed the directory containing ...
1
vote
2answers
116 views
How do I upgrade my Windows 7 install to Windows 8 while booting from Ubuntu live USB? [closed]
My Windows 7 install recently broke, and instead of reinstalling I decided I might as well upgrade it to Windows 8. To save money, I got the cheaper downloadable version of the Windows 8 installer and ...
1
vote
1answer
287 views
Make .sh file as application/x-executable file
I have a script.sh file and type of this file is shellscript file. I want to make this file as application/x-executable file. How can I make it?
0
votes
1answer
34 views
Using x264 Win binary in Ubuntu
I like to work with standalone CLI binaries whether .jar or .exe
Standalone .jar CLIs like PDFBox by Apache is cross platform & can be use in Win & *nix similarly, however...
I currently use ...
0
votes
1answer
76 views
help setting permission for partition
I've a NTFS partition on my PC, it shares data between Linux and a Windows dual boot system.
My /etc/fstab line for that is:
#Mount Dati at boot=
UUID=01CD9E64E80BD460 /mnt/Dati ntfs ...
1
vote
2answers
677 views
Library missing for executable file
There's an executable I downloaded onto my Ubuntu 10.04 and I can't run because it's missing a library. I have also tried compiling the source with CMake. This is my Terminal output:
...
0
votes
1answer
166 views
Windows minecraft on Ubuntu
I've got a Minecraft version for Windows, which runs with an .exe file. I've tried to make it run with java directly and it didn't an Ubuntu message appears "Fatal: Read Error: Could not read or parse ...
1
vote
1answer
81 views
genisoimage and exec bit preservation
Maybe I'm just not doing right, but I can't seem to get genisoimage to
produce a UDF image and preserve the exec bit.
$ genisoimage --version
genisoimage 1.1.11 (Linux)
$ echo "echo 'Hello world'" ...
0
votes
2answers
240 views
Eclipse launcher doesn't work in Xubuntu
I installed 12.04 xubuntu and latest eclipse. Java is also installed. path is set correctly. but there are two things strange to me.
when I double click the eclipse executable, it says cannot find ...
6
votes
2answers
9k views
Bash: ./filename : Cannot execute binary file
I couldn't execute a fortran compiled code in ubuntu 11.10 32 bit.
Error message is Bash: ./filename : Cannot execute binary file.
I've installed the gcc and gfortran libraries too.
Could anyone ...
2
votes
2answers
784 views
All files on automounted NTFS partition are marked as executable
I have set up an NTFS partition to automount via fstab:
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with ...
0
votes
0answers
55 views
What GUI app allows to extract icons from .exe files?
Is there an graphical app that would allow me to extract icons from .exe files? I'm asking about a gui app as I would like to preview the icons beforehand.
0
votes
2answers
578 views
How to make shortcuts to executables
I'm a little bit noob. I can run a program in terminal with;
$sudo /opt/eclipse/eclipse
but I don't know how to create a shortcut that starts it with root privileges (They are installed in /opt so ...
3
votes
1answer
198 views
How to force Dolphin to not execute executable files
Dolphin has a nasty habit to execute whatever executable file I accidentally click on. How to turn off this behavior? Is there anything like in Nautilus which would allow to select appropriate action?
...
0
votes
1answer
170 views
Running Linux executables on NTFS partition marked with execute permission
I have just installed Ubuntu 12.04, I used ntfs-config to auto-mount the NTFS partition on boot and I checked that the fstab file is configured as usual with ntfs-3g and with write and execute ...
3
votes
2answers
638 views
How to find the executable file of an app if 'whereis' is not showing it?
This basically to do with cuttlefish(The app from showdown) in this case.
I cant find the location of the executable file for it.
The command whereis did not give any results!
I want to add it to ...
0
votes
2answers
385 views
How does .desktop file EXEC field work?
It's been several months I'm having this horrible problem. I'm currently using Unity 2D, and I manage my menu entries by using .desktop files, which is tiring. Is there a better way to manage them?
...
0
votes
0answers
292 views
Unable to run Unetbootin
I tried to use Unetbootin on Ubuntu 12.04 but for some reason it would not run. No reaction at all.
I have marked the file as executable.
What am I doing wrong??
0
votes
3answers
855 views
How to run an executable file through JRE by default?
I could do it with OpenJDK, but it didn't work for my purposes so I'm using Oracle's JRE 7. I can run the jar through the terminal with
java -jar filename.jar
and can also right click the file and ...
0
votes
0answers
393 views
Ubuntu 12.04 internal error executable path
I just installed the Ubuntu 12.04 LTS (Precise Pangolin) operating system on my very old Sony Vaio desktop computer. The computer has 1gb of ram, with a 1.6 GHz Intel Pentium 4 processor and two WD 80 ...
0
votes
1answer
160 views
Why Can't I Download Certain Software?
I just installed Ubuntu. Totally new to it. I tried to download to different things from the Internet (RealPlayer and YouTube Downloader), but when I try to open the file(s) to install an archive box ...
1
vote
1answer
1k views
How to overcome “Permission denied” running C program even after “chmod +x”?
After compiling a C program on Ubuntu 10.10, after executing chmod +x ./a.out, I am still getting bash: ./a.out: Permission denied. How can I run my new executable?
8
votes
8answers
5k views
What is the equivalent of an “exe file”?
I don't know what the exact executable file extension is. Is it .deb or .tar.gz? Can anyone on Ask Ubuntu help?
0
votes
0answers
97 views
Wine is not working. I Got “- /usr/lib/libgraph.so.1 is not a symbolic link” , while installing
I installed wine using following commands,
sudo add-apt-repository ppa:ubuntu-wine/ppa
sudo add-apt update
sudo apt-get install wine1.3
after some processing it shows the following line in the ...
2
votes
4answers
485 views
How do I run an executable Truecrypt file from a pendrive?
I am trying to run Portable Truecrypt from a USB Pendrive. I already extracted the package and all but the only way I can really open Truecrypt portable is if the executable is somewhere in my home ...


