Ubuntu 20.04
INSTALLING ttf-mscorefonts-installer is MANDATORY.
1. Installing Windows fonts (the main font of the program is Tahoma and a couple more, for beautiful rendering of information)
Update repository
sudo apt update
Install the ttf-mscorefonts-installer package
sudo apt install ttf-mscorefonts-installer
!Accept the Microsoft Agreement!
Update your font configuration
sudo fc-cache -f -v
Run a few additional commands to complete the configuration:
mkdir /tmpdir
export TMP=/tmpdir
awk '/Url/ {system("wget "$2)}' /usr/share/package-data-downloads/ttf-mscorefonts-installer
sudo /usr/lib/msttcorefonts/update-ms-fonts "$TMP"/*
sudo touch /var/lib/update-notifier/package-data-downloads/ttf-mscorefonts-installer
rm -rf /tmpdir
2. Installing Wine
sudo apt install wine64
or
sudo apt install wine32
depending on the OS version
Better to use version 5.7, installation is carried out according to the instructions on the developer's website.
Restart your PC.
Download the archive from the site and unpack it to any folder.
Open a terminal and go to the root folder with the program.
Create sh script to run the program:
$ echo "wine CerebroSQL.exe" > start_cerebrosql.sh
Allow launch
$ chmod +x ./start_cerebrosql.sh
execute the script.
./start_cerebrosql.sh
Or, in the properties, set the exe file to run through wine
Sincerely, CerebroSQL developers
Comentários