From f36c2c509c7e117cc0ef014342437a0330faca84 Mon Sep 17 00:00:00 2001 From: ahrenholz Date: Fri, 16 Jul 2010 22:44:05 +0000 Subject: [PATCH] minor updates --- wiki/EMANE.wiki | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/wiki/EMANE.wiki b/wiki/EMANE.wiki index 0ad5d928..6d3d55a3 100644 --- a/wiki/EMANE.wiki +++ b/wiki/EMANE.wiki @@ -2,7 +2,7 @@ = Easy EMANE Install = -Here are easy EMANE instructions for Fedora 12 i386. Replace with "x86_64" if needed. +Here are easy EMANE instructions for Fedora 12 i386. Replace with "x86_64" if needed. Run these as root. {{{ # install dependencies @@ -14,7 +14,7 @@ cd emane-0.6.3 tar xzf ../emane-bundle-0.6.3.fc12.i386.tgz # ACE libs must be installed first rpm -ivh ace* -rm ace* +rm -f ace* rpm -ivh * }}} @@ -27,4 +27,8 @@ Remove everything with one command: rpm -e `rpm -qa | grep -i emane | xargs` }}} -Don't forget about the ACE libraries. \ No newline at end of file +Don't forget about the ACE libraries. + +{{{ +rpm -e ace-devel ace-gperf ace +}}} \ No newline at end of file