xieyaxiongfly / Atheros_CSI_tool_OpenWRT_src

GNU General Public License v2.0
114 stars 53 forks source link

E: Package 'libnl-dev' has no installation candidate #50

Open happytianhao opened 4 years ago

happytianhao commented 4 years ago

$ sudo apt-get install libnl-dev Reading package lists... Done Building dependency tree
Reading state information... Done Package libnl-dev 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 'libnl-dev' has no installation candidate

My ubuntu version is 16.04LTS, and I couldn't successfully install this package. This is what it has prompted. I have searched on the internet but I can't find a single effective solution... Could some kind people tell me how to figure out this issue...?

ugiete commented 4 years ago

Maybe too late but.. If you couldn't fixed it or if anyone get stuck on it, I installed libnl-3-dev and this error disappears. sudo apt-get update sudo apt-get install libnl-3-dev