Installing Sesame on Ubuntu 22.04 LTS
Since Sesame is currently still a 32 bit program, to run on a modern 64 bit operating system, you need to install 32bit compatibility libraries. To do this on Ubuntu 22.04 run the following commands:
sudo dpkg --add-architecture i386
sudo dpkg --add-architecture i386
wget http://archive.ubuntu.com/ubuntu/pool/main/g/glibc/multiarch-support_2.27-3ubuntu1.6_amd64.deb
sudo dpkg -i multiarch-support_2.27-3ubuntu1.6_amd64.deb
sudo apt-get install libc6:i386
sudo apt-get install libstdc++6:i386
sudo apt-get install libx11-dev:i386