ServerLoom Docs
  • 🏠ServerLoom Docs
  • Setup Fivem/RedM Server
    • Linux
      • Setup TxAdmin Linux
      • Setup PhPMyadmin Linux
      • Secure PHPMyadmin & TxAdmin
  • 🎮Game Servers
    • Setup Rust Server
      • Rust Dependencies
      • Install Rust
      • Rust Basic Usage
    • Multi Theft Auto (MTA)
      • MTA Dependencies
      • Install MTA
      • MTA Basic Usage
    • Counter Strike
      • Cs2 Dependencies
      • Install Cs2
      • Cs2 Basic Usage
    • San Andreas Multiplayer (SAMP)
      • SAMP Dependencies
      • Install SAMP
      • SAMP Basic Usage
  • Arma3
    • Arma3 Dependencies
    • Install Arma3
    • Arma3 Basic Usage
  • DayZ
    • DayZ Dependencies
    • Install DayZ
    • DayZ Basic Usage
  • Garry’s Mod
    • Garry’s Mod Dependencies
    • Install Garry’s Mod
    • Garry’s Mod Basic Usage
  • Euro Truck Simulator 2
    • ETS2 Dependencies
    • Install ETS2
    • ETS2 Basic Usage
Powered by GitBook
On this page
  1. Arma3

Arma3 Dependencies

PreviousArma3NextInstall Arma3

Last updated 1 year ago

Before installing, you must ensure you have all the dependencies required to run arma3server.

These intructions also cover other RHEL derivatives such as AlmaLinux and Rocky Linux.

Ubuntu 20.04

sudo dpkg --add-architecture i386; sudo apt update; sudo apt install curl wget file tar bzip2 gzip unzip bsdmainutils python3 util-linux ca-certificates binutils bc jq tmux netcat lib32gcc1 lib32stdc++6 libsdl2-2.0-0:i386 steamcmd

Ubuntu 22.04 and above

sudo dpkg --add-architecture i386; sudo apt update; sudo apt install curl wget file tar bzip2 gzip unzip bsdmainutils python3 util-linux ca-certificates binutils bc jq tmux netcat lib32gcc-s1 lib32stdc++6 libsdl2-2.0-0:i386 steamcmd

Debian 10

sudo dpkg --add-architecture i386; sudo apt update; sudo apt install curl wget file tar bzip2 gzip unzip bsdmainutils python3 util-linux ca-certificates binutils bc jq tmux netcat lib32gcc1 lib32stdc++6

Debian 11 and above

sudo dpkg --add-architecture i386; sudo apt update; sudo apt install curl wget file tar bzip2 gzip unzip bsdmainutils python3 util-linux ca-certificates binutils bc jq tmux netcat lib32gcc-s1 lib32stdc++6