cangaroo
cangaroo copied to clipboard
Project ERROR: libnl-3.0 development package not found
I get this error on: Ubuntu 22.04.3 LTS as well as on Windows 11. When trying to install the packages i get: sudo apt-get install libnl-route-3-dev libnl-3-dev Reading package lists... Done Building dependency tree... Done Reading state information... Done libnl-3-dev is already the newest version (3.5.0-0.1). libnl-route-3-dev is already the newest version (3.5.0-0.1). 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
Any hint to get rid of this error?
Try to install pkg-config:
sudo apt install pkg-config
Try to install pkg-config:
sudo apt install pkg-config
Solved the issue for me, thanks!