From 0721a8b67ed3f4ebbc755ba7b9831f6f68014ae0 Mon Sep 17 00:00:00 2001 From: ahrenholz Date: Mon, 4 Aug 2014 22:52:09 +0000 Subject: [PATCH] added note about installing CORE via apt-get under Ubuntu 14.04 (Boeing r1868) --- doc/install.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/install.rst b/doc/install.rst index 4ce11192..0a046141 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -130,6 +130,18 @@ Installing from Packages on Ubuntu First install the Ubuntu |UBUNTUVERSION| operating system. +.. tip:: + With Debian or Ubuntu 14.04 (trusty) and newer, you can simply install + CORE using the following command:: + + sudo apt-get install core-network + + Proceed to the "Install Quagga for routing." line below to install Quagga. + The other commands shown in this section apply to binary packages + downloaded from the CORE website instead of using the Debian/Ubuntu + repositories. + + .. NOTE:: Linux package managers (e.g. `software-center`, `yum`) will take care of installing the dependencies for you when you use the CORE packages.