August 2019
Beginner
608 pages
16h 7m
English
First, set the locale to your preference (I use US English UTF-8, which is 8-bit Unicode Transformation Format). These settings are by default not present on my Debian system:
export LANGUAGE=en_US.UTF-8export LANG=en_US.UTF-8export LC_ALL=en_US.UTF-8sudo locale-gen en_US.UTF-8
Install the required software using the following command:
sudo apt-get install -y build-essential zlib1g-dev libyaml-dev libssl-dev libgdbm-dev libre2-dev libreadline-dev libncurses5-dev libffi-dev curl openssh-server libxml2-dev libxslt-dev libcurl4-openssl-dev libicu-dev logrotate rsync python-docutils pkg-config cmake wget
Make sure the version of Git is 2.9.5 or higher:
git --version
If it is lower or not installed, install Git ...
Read now
Unlock full access