I'm trying to install ns-3
on my Windows 11 using Ubuntu 20.04 (WSL), but when running:
sudo apt-get install python-pygraphviz python-kiwi python-pygoocanvas libgoocanvas-dev ipython
I get:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package ipython 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 python-pygraphviz
E: Unable to locate package python-kiwi
E: Unable to locate package python-pygoocanvas
E: Unable to locate package libgoocanvas-dev
E: Package 'ipython' has no installation candidate.
I've already tried all other instructions, but nothing helped. I tried sudo apt install -y python3-pip
, pip3 install ipython
, etc.
Please, someone help.
sudo apt update
– user535733 Jul 27 '22 at 11:46