answersLogoWhite

0

How do you run a program in Linux?

Updated: 11/11/2022
User Avatar

Wiki User

12y ago

Best Answer

Generally you run a program by typing in the name of the executable file for that program. If the program is not in the path, then you need to type the full path name, or the relative path name (e.g. ./configure). If the program is not executable, then you can make it executable with chmod +x (but do you really want that program to run). Script files can be run with the appropriate interpreter (e.g. sh configure)

User Avatar

Wiki User

12y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

12y ago

DOS programs do not run natively in Linux. There are two solutions for running DOS programs on Linux, DOSBox and DOSEMU. Both allow you to mount a folder in your home directory as a hard drive and run applications from it. DOSBox is compatible with more applications; DOSEMU is slightly faster on older machines.

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

In a Program called wine (Windows Emulator). Not all programs will work but most will.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you run a program in Linux?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is Linux wine and what is it used for?

Linux Wine is an open source software program. The Linux Wine software program allows Linux users to run Windows programs on their own devices such as computers.


Does OpenOffice.org run on Linux?

Yes, OpenOffice.org can run on Linux and some like Ubuntu include this office program.


Can you run an ASP program on Unix or Linux?

http://www.apache-asp.org/


Can you run Linux applications on Windows?

Yes, if the program is open source.


How do you run an windows or mac program on Linux?

You don't run macOS applications on Linux unless there's a Linux port. As far as Windows goes, there is Wine. Do note that it's not an emulator and it won't run perfectly with everything.


How do you install VLC in Red Hat Enterprise Linux 5?

Download the VLC for Linux and then you have to run the setup to install the program.


Can you run mircosofts product under linux operating system Like MS Poject, VISO and etc.?

Yes, you can run Microsoft products under Linux. Any PC compatible program can be run using Wine.


How do you run a C program in Linux?

All binaries are launched by simply typing the name of the application.


What is the use of Lotus in computer?

The Lotus is a database, notes, calendaring and email program that can be run on Windows, Mac, or Linux.


Can Linux run DVD-ROM discs?

It depends on the Linux you are running. There are thousands of Linux distros. It is possible that your distro wasn't intended to run DVD-ROM. But most Linux will run them.


What is language migrator?

language migrator makes a program compatible to all the operating systems. For example a program written in windows can run in linux using language migrator.


Can a C or CPP program compiled on Linux run on Windows and vice versa assuming that both the OSs are loaded in and can run on the same machine?

No. Windows and Linux have different APIs and ABIs for programs to access. You cannot run Linux binaries on Windows, and you can only run Windows binaries on Linux if you have Wine installed.