Downloaded The Sevenseas wallet and unzipped, when i execute it cannot run the wallet with error :
./sevenseas: error while loading shared libraries: libQt5Widgets.so.5: cannot open shared object file: No such file or directory

when libQt5Widgets.so.5 library installed show another error:
./sevenseas: error while loading shared libraries: libqt5websockets5: cannot open shared object file: No such file or directory

After these 2 libraries installed the wallet is running successfully

The solution is installing the libraries:
sudo apt install libqt5websockets5 -y
sudo apt install libqt5widgets5 -y