E: Package 'iproute' has no installation candidate
See original GitHub issueWhen 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:
- Created 5 years ago
- Reactions:12
- Comments:19 (1 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Oops!!! I solved it!!! Ubuntu 18.04, you must replace iproute in mininet/util/installl.sh by iproute2.
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.
So for your work, you make sure that your network has connected to controller, your IP setup is right!! Best regards!