Saturday, 9 April 2016

How to Install 0ad On Linux (Ubuntu, Debian etc.)

0 A.D. is a free, open-source, historical Real Time Strategy (RTS) game currently under development by Wildfire Games, a global group of volunteer game developers.

Ubuntu

sudo -s
add-apt-repository ppa:wfg/0ad
apt-get update
apt-get install 0ad

Debian

sudo -s
apt-get install 0ad

How to Run the Game 

From the command line:
0ad
How to install 0ad on Linux

How to download a portion of Youtube Video with youtube-dl

First make you have both youtube-dl and ffmpeg installed: sudo apt install youtube-dl ffmpeg Then download a portion of your desired...