Reset command : avrdude -c gpio -p m328p

Trying to run this command but keep getting the error :

avrdude: error while loading shared libraries: libusb-0.1.so.4: cannot open shared object file: No such file or directory

Can someone tell me what did I do wrong? I’ve seen this error sometimes on .py files I try and run as well.

I think you only have to install the dependency.

sudo apt-get update && sudo apt-get install libusb-0.1-4

See if that works.