i downloaded the wallet for RPi but its not running, says error while loading shared libraries: libQt5Widgets.so.5: cannot open shared object file: No such file or directory
That means you have not installed Qt5 depencies for running it yet. Try this and let me know how it works out:
sudo apt-get install libqt5network5 libqt5widgets5