Matheus-Garbelini / braktooth_esp32_bluetooth_classic_attacks

A Series of Baseband & LMP Exploits against Bluetooth Classic Controllers
https://braktooth.com
449 stars 85 forks source link

Error while running commands on Kali #22

Closed nullvoid413 closed 1 year ago

nullvoid413 commented 1 year ago

error while loading shared libraries: libtbb.so.2: cannot open shared object file: No such file or directory

I followed all the steps as required and even tho, it gets me that error.

Any help, please? I'm running Kali

nullvoid413 commented 1 year ago

Solved.

Managed to install libtbb2 on Kali Linux.

wget http://ftp.de.debian.org/debian/pool/main/t/tbb/libtbb2_2020.3-1_amd64.deb

sudo dpkg -i libtbb2_2020.3-1_amd64.deb

sudo apt-get install -f