question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

E: Package 'iproute' has no installation candidate

See original GitHub issue

When excuting the command mininet/utils/install.sh, it occurs that E: Package 'iproute' has no installation candidate.

Enviroment:

  • Ubuntu 18.04LTS
  • mininet 2.2.2

Issue Analytics

  • State:open
  • Created 5 years ago
  • Reactions:12
  • Comments:19 (1 by maintainers)

github_iconTop GitHub Comments

12reactions
ChannithAmcommented, Jul 28, 2018

Oops!!! I solved it!!! Ubuntu 18.04, you must replace iproute in mininet/util/installl.sh by iproute2.

1reaction
ChannithAmcommented, Sep 21, 2018

Suppose you created 4 host, a single switch: $ sudo mn --topo single,4 then run iperf to test TCP traffic bandwidth, so $ iperf h1 h4 mininet> iperf h1 h2 *** Iperf: testing TCP bandwidth between h1 and h2 .*** Results: [‘23.9 Gbits/sec’, ‘23.9 Gbits/sec’]

anyway if you launch 2 xterm, one is client and another one is server.

  • For server: $ iperf -s
  • For client: $ iperf -c 10.0.0.4 # which 10.0.0.4 is an h4 's IP (server). image

So for your work, you make sure that your network has connected to controller, your IP setup is right!! Best regards!

Read more comments on GitHub >

github_iconTop Results From Across the Web

E: Package 'iproute' has no installation candidate : r/pihole
E : Package 'iproute' has no installation candidate. Hi guys, i'm having some troubles installing pi-hole. As you can see i get this...
Read more >
How to Fix the "No Installation Candidate" Problem in Ubuntu
Ubuntu is an easy-to-use Linux distribution. However, it is not without flaws. Learn how to fix the "no installation candidate" error.
Read more >
Installing Mininet 2.2.2 on Ubuntu 20.04 - Llovizna
Installing all packages except for -eix (doxypy, ivs, nox-classic). ... E: Package 'iproute' has no installation candidate
Read more >
Package has no installation candidate - Raspberry Pi Forums
E: Package 'git' has no installation candidate E: Package 'iproute2' has no installation candidate E: Package 'whiptail' has no installation ...
Read more >
安装Mininet中出现的错误“E: Package 'iproute' has no ...
安装Mininet中出现的错误"E: Package 'iproute' has no installation candidate"解决办法自己在网上查了很多天,也根据网上的教程,用处不是很大, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found