error while loading shared libraries: libnss3.so: cannot open shared object file: No such file or directory
sudo apt-get install libnss3
error while loading shared libraries: libXss.so.1: cannot open shared object file: No such file or directory
sudo apt-get install libxss1
error while loading shared libraries: libasound.so.2: cannot open shared object file: No such file or directory
apt-get install libasound2
error while loading shared libraries: libatk-1.0.so.0: cannot open shared object file: No such file or directory
apt-get install libatk-bridge2.0-0
error while loading shared libraries: libgtk-3.so.0: cannot open shared object file: No such file or directory
apt install libgtk-3-0
For Ubuntu 20.04-amd64-server:
sudo apt-get install libatk1.0-0 libatk-bridge2.0-0 libcups2 libxkbcommon-x11-0 libxcomposite1 libxdamage1 libxfixes3 libxrandr2 libgbm1 libpango-1.0-0 libcairo2
If you don't want to install a mess of packages – install one-by-one only the missing ones. That's what I did.