How to Install dbForge Edge on Ubuntu Using Wine

How to Install dbForge Edge on Ubuntu Using Wine
1 min read

Dive into our comprehensive tutorial on installing dbForge Edge on Ubuntu using Wine and Winetricks. This step-by-step guide covers everything from setting up Wine to configuring the necessary .NET frameworks, ensuring a seamless installation process.

Commands used in this video:

Step 1: Install Wine

Step 2: Install Winetricks

  • sudo apt install winetricks
  • winetricks --version

Step 3: Run Winetricks and Install the .Net Package

  • WINEPREFIX="/home/$USER/.wine_dbforge"
  • winetricks dlls list | grep -i "dotnet"
  • WINEPREFIX="/home/$USER/.wine_dbforge" winetricks dotnet48

 Step 4: Download and install dbForge Edge

  • WINEARCH=win64 WINEPREFIX="/home/$USER/.wine_dbforge" wine /home/ubuntu/Downloads/dbforgeedge.exe

Step 5: Run dbForge Studio for MySQL (part of dbForge Edge)

  • WINEPREFIX="/home/$USER/.wine_dbforge" wine "/home/ubuntu/.wine_dbforge/drive_c/Program Files/Devart/dbForge Studio for MySQL/dbforgemysql.exe"

Check the full overview of dbForge Edge here: https://www.devart.com/dbforge/edge/

In case you have found a mistake in the text, please send a message to the author by selecting the mistake and pressing Ctrl-Enter.
John Fuller 2
Joined: 4 months ago
Comments (0)

    No comments yet

You must be logged in to comment.

Sign In / Sign Up