update package version numbers
This commit is contained in:
parent
7d6710380d
commit
9636a35bf5
1 changed files with 13 additions and 9 deletions
|
@ -13,13 +13,15 @@ Get the Ubuntu (deb) or Fedora (rpm) package for your architecture (64-bit or 32
|
||||||
|
|
||||||
Use your package manager to automatically install dependencies:<br>
|
Use your package manager to automatically install dependencies:<br>
|
||||||
{{{
|
{{{
|
||||||
# Ubuntu users (specify entire path)
|
# Ubuntu 14.04 users - from repo
|
||||||
software-center core-daemon_4.6-0ubuntu1_precise_amd64.deb
|
sudo apt-get install core-network
|
||||||
software-center core-gui_4.6-0ubuntu1_precise_all.deb
|
# Ubuntu users - from deb files
|
||||||
# Fedora users
|
software-center core-daemon_4.7-0ubuntu1_precise_amd64.deb
|
||||||
|
software-center core-gui_4.7-0ubuntu1_precise_all.deb
|
||||||
|
# Fedora users - from RPM files
|
||||||
su
|
su
|
||||||
yum localinstall core-daemon-4.6-1.fc19.x86_64.rpm
|
yum localinstall core-daemon-4.7-1.fc20.x86_64.rpm
|
||||||
yum localinstall core-gui-4.6-1.fc19.noarch.rpm
|
yum localinstall core-gui-4.7-1.fc20.noarch.rpm
|
||||||
}}}
|
}}}
|
||||||
|
|
||||||
Virtual networks usually require routing software. CORE automatically builds configs for the [http://www.quagga.net Quagga] routing suite. For wireless networks, CORE will generate OSPF MDR configs, for a modified version of Quagga available from [http://www.nrl.navy.mil/itd/ncs/products/ospf-manet here].
|
Virtual networks usually require routing software. CORE automatically builds configs for the [http://www.quagga.net Quagga] routing suite. For wireless networks, CORE will generate OSPF MDR configs, for a modified version of Quagga available from [http://www.nrl.navy.mil/itd/ncs/products/ospf-manet here].
|
||||||
|
@ -28,14 +30,16 @@ Virtual networks usually require routing software. CORE automatically builds con
|
||||||
sudo apt-get install quagga
|
sudo apt-get install quagga
|
||||||
# Ubuntu - OSPF MDR Quagga
|
# Ubuntu - OSPF MDR Quagga
|
||||||
software-center /home/user/Downloads/quagga-mr_0.99.21mr2.2_amd64.deb
|
software-center /home/user/Downloads/quagga-mr_0.99.21mr2.2_amd64.deb
|
||||||
# Fedora - vanilla Quagga
|
# Fedora - vanilla Quagga currently unsupported (see ReleaseNotes)
|
||||||
su
|
#su
|
||||||
yum install quagga
|
#yum install quagga
|
||||||
# Fedora - OSPF MDR Quagga
|
# Fedora - OSPF MDR Quagga
|
||||||
su
|
su
|
||||||
yum localinstall quagga-0.99.21mr2.2-1.fc16.x86_64.rpm --nogpgcheck
|
yum localinstall quagga-0.99.21mr2.2-1.fc16.x86_64.rpm --nogpgcheck
|
||||||
}}}
|
}}}
|
||||||
|
|
||||||
|
Check the *Known Issues* section in the ReleaseNotes.
|
||||||
|
|
||||||
*Fedora users:* check the full [http://downloads.pf.itd.nrl.navy.mil/docs/core/core-html/install.html#installing-from-packages-on-fedora-centos installation instructions], you need to also disable (or configure) SELINUX, sandbox, and iptables.
|
*Fedora users:* check the full [http://downloads.pf.itd.nrl.navy.mil/docs/core/core-html/install.html#installing-from-packages-on-fedora-centos installation instructions], you need to also disable (or configure) SELINUX, sandbox, and iptables.
|
||||||
|
|
||||||
*CentOS users:* check the full [http://downloads.pf.itd.nrl.navy.mil/docs/core/core-html/install.html#installing-from-packages-on-fedora-centos installation instructions] for enabling the EPEL repo.
|
*CentOS users:* check the full [http://downloads.pf.itd.nrl.navy.mil/docs/core/core-html/install.html#installing-from-packages-on-fedora-centos installation instructions] for enabling the EPEL repo.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue