Help with a library file

hello
maybe it's good like that
if you want rename temporarily that may be work like that for you
what is the distribution you have ?
you are on the mate like a desktop or a server dist ?
it's libuuid1:i386 or libuuid.so.1:i386 ?

maybe you have this file who miss on the server dist
for the app you need to install like a service with the 32 lib
ctrl+alt+t for open a terminal

sudo dpkg --add-architecture i386 &&\
apt update &&\
apt-get install libuuid1:i386 &&\
sudo apt-get install libuuid1 &&\
sudo apt-get install uuid-dev &&\
sudo apt-get install libjpeg62 &&\
sudo apt-get install ia32-libs &&\
sudo apt-get install libuuid.so.1 &&\
sudo apt-get install libuuid.so.1:i386 &&\
sudo apt-get --fix-missing install &&\
sudo apt-get install -f &&\
sudo apt autoremove &&\
apt update &&\apt dist-upgrade

you can download a deb here about this libuuid
http://archive.ubuntu.com/ubuntu/pool/main/u/util-linux/libuuid1_2.31.1-0.4ubuntu3_i386.deb