Age of Empires IV is a real-time strategic historic battle video game developed by Relic Entertainment in collaboration with World’s Edge and released in October 2021 by Xbox Game Studios. It’s the fourth game in the Age of Empires series, and it’s now available on Windows and Xbox Cloud Gaming. Despite the game’s positive reviews, some Linux users are having trouble installing Age of Empires IV on their PCs. If you’re one of them, we’ll show you how to install and play Age of Empires IV on Linux in this guide.
Table of Contents
Is Age of Empires IV playable on Linux?
Yes, of course. Age of Empires IV is a simple game to play on Linux. You should keep in mind, however, that Age of Empires IV is not accessible as a standalone download.
Despite the lack of an autonomous installation, Age of Empires IV runs on Linux as a native application. As a result, you can only play the game on Linux using the official Steam app.
As a result, you’ll need to employ some of the approaches we’ve discussed. But don’t worry, they’re simple to perform. So let’s get this party started.
Step 1: Install Steam Games Using Proton:
Enable the proton before starting to eligible everything work normal.
- From the app menu, select Steam.
- In the top left corner of the steam app, click on settings.
- Now, in the popup steam settings window, look for and select Steam Play.
- You must activate the Enable Steam Play for supported titles and Play for all other title options option.
- On Linux, you may now play Age of Empires IV windows games.
You can play Age of Empires IV non-steam games on your Linux PC if you purchased the games through Epic Games or another platform. Simply follow the steps below to play Age of Empires IV non-steam games on your Linux system.
Use Proton to Play Non-Steam Games:
Yes, non-steam games are now playable on Linux. To add non-Steam games to your Steam library, go to the Steam app -> Add Games -> Add a Non Steam Game > Now look for the games.exe folder and add the selected game program.
Step 2: Install Steam on Your Linux PC
Steam must be installed on your Linux PC using the terminal window, just like any other application. To open the terminal window, press and hold the following keys at the same time: Ctrl + Alt + T
You can search for “Terminal” in the app menu in either case. However, depending on the Linux version, you may need to be aware of installation codes. All of the codes for installing Steam on your Linux PC are listed below. Use only the code that is appropriate for your Linux version.
For Ubuntu
The universal Apt install command can be used to install the Steam client on your Ubuntu Linux distribution. The actual code can be found below.
sudo apt install steam
For Debian
In Debian, the Valve app is best for Steam installation. As a result, you need download the official Steam client from Valve’s website. You may, however, need to download multiple packages before you’re ready to proceed.
As you may be aware, it is preferable to use the terminal rather than dealing with direct websites while using Linux. So, using the wget command, we’ll take the same technique.
The full command is as follows:
wget https://steamcdn-a.akamaihd.net/client/installer/steam.deb
You’ll need to install the latest Steam client on your Debian PC after you’ve done installing the aforementioned applications.
To install the most recent Steam client, use the following command:
sudo dpkg -i steam.deb
You may need to check for dependency concerns after everything is in place. Here’s the command to see if that’s the case:
sudo apt-get install -f
For Arch Linux
For use with Arch Linux
You must activate “multilib” in the software repository in order to install the Steam client on Arch Linux. It won’t operate without the Steam app because it’s already in the repository.
To get that running, you’ll need to update the /etc/pacman.conf file on your PC and activate “multilib” in the software repository.
After you’ve enabled repo, you’ll need to re-synchronize pacman with the repo servers. This is the command to use to accomplish this.