RackNerd Billboard Banner

Install DOSBox in Ubuntu to Play Retro Games

Old DOS games still have a certain magic. Maybe you miss the thrill of Commander Keen or the nostalgia of Doom. The good news? You can bring these classics back to life on your Ubuntu system with DOSBox. Here’s a no-nonsense guide to get you started.

What Is DOSBox?

DOSBox is a free, open-source emulator that recreates a DOS environment. It’s designed specifically for running vintage DOS games on modern hardware. No more digging up old PCs.

Why Use DOSBox on Ubuntu?

  • It’s lightweight and doesn’t bog down your system.
  • It works on nearly any hardware.
  • It saves you from compatibility headaches.

Step-by-Step: Installing DOSBox

1. Open Terminal
Hit Ctrl + Alt + T to launch your terminal.

2. Update Your Package List
Keep your system fresh:

sudo apt update

3. Install DOSBox
Type:

sudo apt install dosbox

Confirm with your password. Ubuntu will handle the rest.

4. Check Your Installation
Type:

dosbox

A DOSBox window should pop up. If it does, you’re set.

Running Retro Games

1. Prepare Your Game Files
Download or copy your DOS games into a folder. Example: ~/dosgames

2. Mount the Folder in DOSBox
In DOSBox, mount your games folder:

mount c ~/dosgames

Then switch to the C: drive:

c:

3. Start Your Game
Type the executable’s name, like:

doom.exe

And your game should launch!

Tips for Smoother Gaming

  • Full Screen: Press Alt + Enter to toggle full screen.
  • Adjust Speed: Use Ctrl + F11 (slower) and Ctrl + F12 (faster).
  • Exit DOSBox: Type exit or close the window.

Wrapping Up

That’s it. With DOSBox, Ubuntu becomes a portal to your favorite old-school games. If you run into issues, the DOSBox Wiki is packed with tips.

Ready to relive those classics? Fire up DOSBox and play on.

0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments
RackNerd Billboard Banner
© 2025 Computer Everywhere
Your Everyday Guide to the Digital World.
Terms of Service | Privacy Policy
Copy link