Greetings, dear audience. At the microphone PROPHESSOR. Today I will show you how to quickly and easily install GZDoom, QZDoom, ZDoom, Zandronum, PrBoom Plus and Chocolate Doom on a computer running GNU / Linux operating system Debian branch (it includes Debian itself, Ubuntu, Linux Mint, and the like ).
00:00 - Introduction
00:29 - Add repositories
01:01 - Install source ports
01:25 - Uninstall source ports
01:30 - Install GZDoom
01:40 - Install Zandronum
01:55 - Which port to choose?
02:09 - Ending
Add the doom repository
sudo apt-add-repository 'deb http://debian.drdteam.org/ stable multiverse'
wget -O - http://debian.drdteam.org/drdteam.gpg | sudo apt-key add -
sudo apt update
Install source-ports
sudo apt install zandronum # Install Zandronum
sudo apt install doomseeker-zandronum # Install server-manager
sudo apt install gzdoom # Install GZDoom
sudo apt install qzdoom # Install QZDoom
sudo apt install prboom-plus # Install PrBoom+
sudo apt install chocolate-doom # Install Chocolate Doom
#Remove
sudo apt remove название
sudo apt autoremove