Your cart is currently empty!
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) andCtrl + 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.
Tech enthusiast and content creator passionate about making technology simple for everyone. I share practical tips, guides, and reviews on the latest in computers, software, and gadgets. Let’s explore the digital world together!