This section describes how to add repositories to the sources.list.
As root or using sudo, you add the repositories to the
sources.list. The sources.list specifies the
URLs to the packages that you want to install. See the for the URLs for all release packages.
-
Change to the root user or use
sudo.
-
Add the following lines to
/etc/apt/sources.list, replacing
<version> with the version that you want to
install.
Release 5.2.1 and
laterdeb https://package.mapr.com/releases/<version>/ubuntu binary trusty
deb https://package.mapr.com/releases/MEP/MEP-<version>/ubuntu binary trusty
Release 5.2 and
earlierdeb https://package.mapr.com/releases/<version>/ubuntu mapr optional
deb https://package.mapr.com/releases/MEP/MEP-<version>/ubuntu binary trusty
-
Update the package indexes:
apt-get update
-
If your connection to the Internet is through a proxy server, add the following
lines to
/etc/apt/apt.conf:
Acquire {
Retries "0";
HTTP {
Proxy "http://<user>:<password>@<host>:<port>";
};
};