sudo apt-get install libaio1 libaio-dev
sudo apt-get install ffmpeg libsm6 libxext6 -y
1- Remove yay by running
$ sudo pacman -R yay
2- Make a new directory and change to it (makes for easier cleanup):
$ mkdir /tmp/yay && cd /tmp/yay
3- Download the latest PKGBUILD for yay by running
$ curl -OJ 'https://aur.archlinux.org/cgit/aur.git/plain/PKGBUILD?h=yay'
4- Build and install the package by running
$ makepkg -si
5- Get rid of of the evidence:
$ rm -rf /tmp/yay
wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.16_amd64.deb
sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.16_amd64.deb
One of the solution is to use
export LD_LIBRARY_PATH=PATH_TO_LIBRARY_LIBMOD2
1. You check the path of libmod2.so
2. Replace in place of PATH_TO_LIBRARY_LIBMOD2
Note: Don't add the filename. It just needs the path.