Different package present in /usr/lib/x86_64-linux-gnu/

1k views Asked by At

I'm running this command nl-qdisc-add --dev=veth-host --parent=root plug --limit=32768

It throws an error of Error: Unable to load module "/usr/lib/x86_64-linux-gnu/libnl/cli/qdisc/plug.so": /usr/lib/x86_64-linux-gnu/libnl/cli/qdisc/plug.so: cannot open shared object file: No such file or directory

I looked into the folder and found that there was another folder present named libnl-3 with same files. I can't even rename it to run the command.

How can i resolve this? Even if i successfully rename the folder, it may cause errors in future. So I think the problem is why this command is not looking for libnl-3 package instead of libnl.

0

There are 0 answers