Skip to content

Latest commit

History

History
51 lines (31 loc) 路 1.23 KB

envubuntu.md

File metadata and controls

51 lines (31 loc) 路 1.23 KB

Ubuntu Ubuntu System Prerequisites [2.124.0 or below]

Versions

Tested on 16.04 LTS (Xenial) and 14.04 LTS (Trusty). Not domain joined.

16.04 is recommended since latest and supports SystemD for runnings as a service.

Dependency Packages

Ubuntu 16.04 (64-bit only)

sudo apt-get install -y libunwind8 libcurl3

Ubuntu 14.04 (64-bit only)

sudo apt-get install -y libunwind8 libcurl3 libicu52

If you're still having issues: Full List Needed

Git

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

Install Latest Git on Ubuntu

$ sudo apt-add-repository ppa:git-core/ppa
$ sudo apt-get update
$ sudo apt-get install git

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.

Etc

There was an assertion that on Ubuntu 16 this was needed. We didn't need. Adding in case it helps someone. We will verify on clean build and dev boxes.

apt-get install libcurl4-openssl-dev