How to install GZDoom on a Chromebook

In this guide, we'll walk you through the process of installing GZDoom on your Chromebook. GZDoom is a popular source port of the classic first-person shooter Doom, offering enhanced graphics and modding capabilities. By following these steps, you'll be able to enjoy this classic game with modern enhancements on your Chromebook.

Prerequisites

Before we begin, ensure that your Chromebook supports Linux apps (Crostini). If you're unsure, you can check our list of Chromebooks with Linux Apps support.

Step-by-Step Installation Guide

We've prepared a video tutorial to guide you through the process visually. Feel free to follow along with the video or use the written instructions below.

1. Enable Linux Apps on Your Chromebook

If you haven't already enabled Linux apps on your Chromebook, follow these steps:

  1. Go to your Chromebook's Settings
  2. Click on the "Advanced" section
  3. Select "Developers"
  4. Click on "Turn On" next to "Linux development environment"
  5. Follow the on-screen instructions to complete the setup

2. Install GZDoom

Once Linux apps are enabled, open the Terminal app from your app menu and run the following commands:

1) sudo apt update
2) sudo apt install flatpak
3) sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
4) sudo flatpak install flathub org.zdoom.GZDoom
5) sudo chown root:root /usr/bin/bwrap && sudo chmod u+s /usr/bin/bwrap

Let's break down what these commands do:

  • Command 1 updates your package lists
  • Command 2 installs Flatpak, a utility for software deployment and package management
  • Command 3 adds the Flathub repository, which hosts many Flatpak applications
  • Command 4 installs GZDoom from Flathub
  • Command 5 sets the necessary permissions for Flatpak to run properly

Running GZDoom

After installation, you can launch GZDoom from your app menu. Remember that you'll need to provide your own game files (WADs) to play. These should be stored in a specific folder that GZDoom can access.

Troubleshooting Tips

If you encounter any issues during installation or while running GZDoom, try these steps:

  • Ensure your Chromebook's software is up to date
  • Restart your Chromebook and try the installation process again
  • Check that you have sufficient storage space available
  • If GZDoom doesn't launch, try running it from the terminal to see any error messages

Additional Resources

For more information about GZDoom and Flatpak, you can visit these official sites:

We hope this guide helps you get GZDoom up and running on your Chromebook. If you have any questions or need further assistance, please don't hesitate to leave a comment on our YouTube video. Happy gaming!

For more Chromebook tips and tutorials, check out our Chromebook comparison and Buyers Guide.

Comments