From 4a29c454364d708b74790853db322239a5d99f8f Mon Sep 17 00:00:00 2001 From: "ahrenholz@gmail.com" 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) --- trunk/doc/install.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/trunk/doc/install.rst b/trunk/doc/install.rst index 4ce11192..0a046141 100644 --- a/trunk/doc/install.rst +++ b/trunk/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.