Установка ns2 в убунту

Когда я дам эту команду

apt-get install build-essential autoconf automake libxmu-dev

это дает следующую ошибку

E: Package 'build-essential' has no installation candidate
E: Package 'autoconf' has no installation candidate
E: Package 'automake' has no installation candidate
E: Unable to locate package libxmu-dev

1 ответ

Попробуйте сначала включить основной репозиторий:

sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) main"
sudo apt-get update

И наконец:

sudo apt-get install build-essential autoconf automake libxmu-dev
Другие вопросы по тегам