I want to install an older version of MySQL Workbench. After downloading it from https://archive.archlinux.org/packages/m/mysql-workbench/.
I ran
sudo pacman -U mysql-workbench-8.0.26-1-x86_64.pkg.tar.zst
and it was installed successfully. Now I want to run mysql-workbench and I get this error:
Found /usr/lib/libproj.so.22 /usr/bin/mysql-workbench-bin: error while loading shared libraries: libantlr4-runtime.so.4.9.2: cannot open shared object file: No such file or directory
What should I do?
I'm running on EndevourOS with KDE.