https://facebookresearch.github.io/projectaria_tools/docs/ARK/troubleshooting/linux_usb_driver#prerequisites says ``` To install ADB use sudo apt-get android-tools ``` However, the correct command should be ``` sudo apt install adb ```
https://facebookresearch.github.io/projectaria_tools/docs/ARK/troubleshooting/linux_usb_driver#prerequisites
says
However, the correct command should be