This section describes how to install the Internet repository.
root user or use
sudo.
/etc/apt/sources.list, replacing
<version> with the version of data-fabric software that you want to install. See the Data Fabric Repositories and Packages for the correct paths for all past
releases.
deb https://package.mapr.com/releases/v<version>/ubuntu binary trusty
deb https://package.mapr.com/releases/MEP/MEP-<version>/ubuntu binary trusty
apt-get update
/etc/apt/apt.conf:
Acquire
{
Retries "0";
HTTP
{
Proxy "http://<user>:<password>@<host>:<port>";
};
};