wiki:Proto/cModules/a0ClickRouter/b0Installation
close Warning: Can't synchronize with repository "(default)" ("(default)" is not readable or not a Git repository.). Look in the Trac log for more information.

Version 1 (modified by seskar, 9 years ago) ( diff )

--

Table of Contents

    Instalation

    Make sure you have appropriate package repository configured.

    Configure Apt Repository

    To begin we'll need to add the Orbit apt repository to the list of sources that our console will pull packages from. This is done by running the following two commands.

    Note: It is assumed that you have root access and can run these commands as root if needed

    The first installs the orbit repositories gpg-key into the consoles key-ring.

    wget -qO - http://packages.orbit-lab.org/downloads/orbitapt.gpg.key | sudo apt-key add -
    

    Next we download the source list for the repository.

    wget -qO /etc/apt/sources.list.d/orbit.list http://packages.orbit-lab.org/downloads/orbit-precise.list
    

    Once we have these changes in place, we need to update the repository list via

    apt-get update
    

    The click modular router with MF extensions is installed with:

    sudo apt-get install mf-click
    
    Note: See TracWiki for help on using the wiki.