Unable to locate package python-pygoocanvas

13,802
  1. Open your browser

  2. Navigate to https://www.nsnam.org/wiki/Installation

  3. Click on 2.1.2 Ubuntu/Debian/Mint

  4. Then read the docs

    ...

    For Ubuntu 18.04 and later, python-pygoocanvas is no longer provided. The ns-3.29 release and later upgrades the support to GTK+ version 3, and requires these packages:

    apt install gir1.2-goocanvas-2.0 python3-gi python3-gi-cairo python3-pygraphviz gir1.2-gtk-3.0 ipython3    
    

    ...

  5. And follow it line by line.

Note: I have never compiled this thing.

Share:
13,802

Related videos on Youtube

ali Al Balaghi
Author by

ali Al Balaghi

Updated on September 18, 2022

Comments

  • ali Al Balaghi
    ali Al Balaghi over 1 year

    I tried to install the below package :

    sudo apt-get install python-pygraphviz python-kiwi python-pygoocanvas libgoocanvas-dev ipython
    

    and it's alarmed :

    E: Unable to locate package python python-pygoocanvas
    E: Unable to lovate package libgoocanvas-dev
    

    Note : on Ubuntu 18.04

    • N0rbert
      N0rbert almost 6 years
      It would be better if you describe what do you want achieve. What program do you want to write or compile? On which language? Which instruction are you trying to follow? Please edit your question and requested info to it.
    • ali Al Balaghi
      ali Al Balaghi almost 6 years
      to installing ns-3
    • N0rbert
      N0rbert almost 6 years
      Still not clear. Please describe problem wider with links and references.
    • ali Al Balaghi
      ali Al Balaghi almost 6 years
      nsnam.org/wiki/Installation in order to install ns-3, for ns-3.28 and earlier, PyViz is based on GTK+ 2, GooCanvas, and GraphViz
    • N0rbert
      N0rbert almost 6 years
      So read this instruction line by line (especially "For Ubuntu 18.04, python-pygoocanvas is no longer provided. The ns-3.29 release and later upgrades the support to GTK+ version 3, and requires these packages:") and then ask only if it is unclear for you.
    • ali Al Balaghi
      ali Al Balaghi almost 6 years
      it's ask to install python-pygoocanvas
    • ali Al Balaghi
      ali Al Balaghi almost 6 years
      thanks, I didn't read the later line, ;-) thanks
    • Thomas
      Thomas almost 6 years