Проблема, устанавливающая дополнительные пакеты в ns2

Step 3: Building the Dependencies 
Package autoconf is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Unable to locate package build-essential
E: Package 'autoconf' has no installation candidate
E: Unable to locate package automake
E: Unable to locate package libxmu-de

Источник: https://www.howtoforge.com/tutorial/ns2-network-simulator-on-ubuntu-14.04/

0
задан 19 February 2016 в 13:29

1 ответ

ns2 создают предпосылки:

sudo apt-get update && sudo apt-get install g++ autoconf libtool libxmu-dev

(build-essential установит g ++ и автоконференция, Легче вводить всего g++ autoconf)

Также полезный: sudo apt-get install xgraph

NAM: http://www.linuxquestions.org/questions/linux-newbie-8/ns-stop-couldn%27t-execute-nam-permission-denied-while-executing-exec-nam-4175524760/#2

0
ответ дан 29 September 2019 в 11:54

Другие вопросы по тегам:

Похожие вопросы: