I want to install ns2
on my Ubuntu 12.04. As usual am trying to install some essential software before installing it. I tried to install:
sudo apt-get install perl xorg-dev g++ xgraph libxt-dev libx11-dev libxmu-dev
And I get this message:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package xgraph 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: Package 'xgraph' has no installation candidate
What should I do?
I ve searched everywhere online for a solution but got none.
How can I solve this?
universe
repository? if not, do so and then runsudo apt-get update
– steeldriver Jul 07 '14 at 01:05