Last active
July 7, 2023 12:53
-
-
Save Kaukov/a392f8ae487430a7cce9b665e9355ab1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget https://archive.org/download/archlinux_pkg_mysql-workbench/mysql-workbench-6.3.10-7-x86_64.pkg.tar.xz | |
wget https://archive.org/download/archlinux_pkg_mysql-workbench/mysql-workbench-6.3.10-7-x86_64.pkg.tar.xz.sig | |
sudo pacman -U mysql-workbench-6.3.10-7-x86_64.pkg.tar.xz | |
sudo pacman -S {lib32-,}icu | |
sudo ln -s /usr/lib/libicui18n.so /usr/lib/libicui18n.so.61 | |
sudo ln -s /usr/lib/libicuuc.so /usr/lib/libicuuc.so.61 | |
sudo ln -s /usr/lib/libicudata.so /usr/lib/libicudata.so.61 | |
sudo ln -s /usr/lib/libjson-c.so /usr/lib/libjson-c.so.4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment