Skip to content
This repository has been archived by the owner on Aug 4, 2018. It is now read-only.

Latest commit

 

History

History
41 lines (30 loc) · 1.67 KB

envlinux.md

File metadata and controls

41 lines (30 loc) · 1.67 KB

Linux Linux System Prerequisites [2.125.0 or above]

Supported Distributions and Versions

  • Red Hat Enterprise Linux 7
  • CentOS 7
  • Oracle Linux 7
  • Fedora 25, Fedora 26
  • Debian 8.7 or later versions
  • Ubuntu 17.04, Ubuntu 16.04, Ubuntu 14.04
  • Linux Mint 18, Linux Mint 17
  • openSUSE 42.2 or later versions
  • SUSE Enterprise Linux (SLES) 12 SP2 or later versions

Install .Net Core 2.x Linux Dependencies

The ./config.sh will check .Net Core 2.x dependnecies during agent configuration.
You might see something like this which indicate a dependencies missing.

./config.sh
    libunwind.so.8 => not found
    libunwind-x86_64.so.8 => not found
Dependencies is missing for Dotnet Core 2.0
Execute ./bin/installdependencies.sh to install any missing Dotnet Core 2.0 dependencies.

You can easily correct the problem by execute ./bin/installdependencies.sh.
The installdependencies.sh script should install all required dependencies on all supported Linux versions

Note: The installdependencies.sh script will try to use the default package management mechanism on your Linux flavor (ex. yum/apt-get/apt). You might need to deal with error coming from the package management mechanism related to your setup, like #1353

Git

If you use git, git >= 2.9.0 is a pre-requisite for Linux agents.

Optionally Java if Tfvc

The agent distributes team explorer everywhere.

But, if you are using Tfvc, install Oracle Java 1.8+ as TEE uses Java.