Skip to main content
Home
Live to Learn!

Main navigation

  • Home
  • Learn
    • FoxPro
    • MS-DOS
    • C PRG
    • Java
    • ASP
    • Ruby on Rails
    • ASP.NET
    • E-Books
    • Exam Preparation
    • Tools
  • Blog
  • Forums
  • Contact
User account menu
  • Log in

Breadcrumb

  1. Home
  2. FoxPro Programming

How to install FoxPro 2.6 on Linux OS (Ubuntu 20.04 | 20.10 | 21.04)?

Book navigation

  • FoxPro Commands - Part 1
  • Foxpro commands - Part 2
  • Data Types in FoxPro
  • Numeric Functions in FoxPro
  • Creating a Program
  • Input and Output Statements in Foxpro
  • Control Structures in Foxpro
  • Creating menu in Foxpro for DOS
  • Simple Journal Entry program
  • Simple Ledger creation & Posting Program
  • Trial Balance Program
  • Balance Sheet Program
  • Simple Weekly Calendar Generation
  • How to install FoxPro 2.6 in Windows 10 / Windows 8 / Windows 7?
  • How to install FoxPro 2.6 on Linux OS (Ubuntu 20.04 | 20.10 | 21.04)?
  • How to install FoxPro in Windows 10 64 bit using VDosPlus?
By Karthikeyan , 24 August, 2021

We can install any dos programs including FoxPro 2.6 using an emulator. DOSBOX emulator works on different types of Operating systems including Windows, Linux and Apple MacOS. It will work on both 64 bit and 32 bit Operating Systems. 

Steps :

1. Install DOSBox emulator

sudo apt install dosbox

2. Download or copy from your foxpro installation disk - FOXPRO files to DOSBOX folder

Create a folder of your choice to put your foxpro files (e.g. DOSBOX) in any location. 

Extract and copy files to the above created folder. Make sure you do not have any dot or special characters in your folder name. 

3. Install FoxPro

Open DOSBOX emulator, mount C drive as your folder of your choice. 

e.g., MOUNT C \media\karthik\DATA2\DOSBOX

Check your folders exists, using DIR command. 

Now go to the folder, i.e., CD FOXPRO

Now type, INSTALL

After completion of installation, you can launch it by typing FOX in command prompt at location C:\FPD26. 

4. Configure FOXPRO to launch automatically (Optional). 

create dosbox configuration file in your home directory.  

When you launch DOSBOX emulator, you see the prompt, Z:\

Now type the following command to create the config file in your home directory. 

e.g. config -writeconf /home/karthik/dosbox.conf

(Replace 'karthik' with your username in system)

Now open the config file using any editor. e.g. gedit dosbox.conf

Add the following commands (replace the directory location of your choice) 

MOUNT C \media\karthik\DATA2\DOSBOX

 C:

CD FPD26

FOX

(Please note, in line to there is a space before C)

Below is the video tutorial 

 

  • Add new comment

Comments

Featured Blog Posts

Convert Currency in Number to Words (Indian Rupees) - MS Excel
Foxpro Tutorial and Programs
Convert Currency in Number to Words in MS Word
Convert Currency in Number to Words (Indian Rupees) - Version 2
Best way to Use Rupee Symbol in Windows – Easy steps
Convert Currency in Number to Words - MS Access
Creating All in One Windows XP DVD with all Important Applications
RSS feed

© 2009-2025 Live to Learn.In

Terms of Use | Privacy Policy