Published: September 2021
Difficulty: Easy to Moderate
Estimated Time: 10–15 minutes
This method is the most reliable way to ensure all necessary dependencies are handled correctly.
If you prefer a portable application that doesn’t integrate with Snap, the AppImage is your best bet. In 2021, Wondershare provided an AppImage version on their official download page (hidden under "Linux").
After installation, locate the main executable:
cd "$WINEPREFIX/drive_c/Program Files/EdrawSoft/EdrawMax"
Launch it manually:
wine EdrawMax.exe
If you see missing DLL errors, run:
winetricks gdiplus
To create a desktop shortcut:
nano ~/.local/share/applications/edrawmax.desktop
Paste the following content (adjust paths accordingly):
[Desktop Entry]
Name=EdrawMax 2021
Exec=env WINEPREFIX="$HOME/.edrawmax-wine" wine "C:\\Program Files\\EdrawSoft\\EdrawMax\\EdrawMax.exe"
Type=Application
StartupNotify=true
Icon=edrawmax
Categories=Graphics;Office;
Save the file. To add an icon, download an .ico file from EdrawSoft’s website and convert it to PNG, then reference it in the .desktop file.
EdrawMax 2021 is not actively maintained for new Linux kernels. For the best experience on Ubuntu 22.04 LTS or newer, consider:
If you still need the exact 2021 installer file, check Internet Archive or contact Edraw support for legacy downloads.
This guide outlines the process for installing EdrawMax on Ubuntu (including versions like 20.04 and 22.04) as of 2026. EdrawMax is a cross-platform diagramming tool that supports popular Linux distributions like Debian, Ubuntu, Fedora, and CentOS. Prerequisites
Before beginning, ensure your system meets the minimum requirements: Operating System: Ubuntu 64-bit. Memory: At least 1 GB RAM. Disk Space: At least 400 MB of free space. Installation Steps 1. Download the Installer install edrawmax ubuntu 2021
Visit the Official EdrawMax Download Page and locate the Linux section.
For Ubuntu, Debian, or Mint (64-bit), click the download button to receive a .deb package or a compressed .gz file. 2. Install via Terminal (Recommended)
If you downloaded a .deb package, the most reliable way to install it is via the terminal to handle potential dependencies automatically: Open your terminal (Ctrl+Alt+T). Navigate to your downloads folder: cd ~/Downloads Use code with caution. Copied to clipboard
Use the dpkg command followed by the package name (replace filename.deb with the actual name): sudo dpkg -i filename.deb Use code with caution. Copied to clipboard If there are missing dependencies, fix them with: sudo apt-get install -f Use code with caution. Copied to clipboard
Alternatively, you can right-click the .deb file in your file manager and select "Open with Software Install" to use the Ubuntu App Center. 3. Install via Compressed File (.gz) If the download provided a compressed archive: Right-click the file and select "Extract Here". Open the extracted folder in the terminal.
Run the installation script (if provided, usually ending in .run or .sh): sudo ./edrawmax64.run Use code with caution. Copied to clipboard Activation and Usage The Ultimate Guide: How to Install EdrawMax on Ubuntu 20
Once installed, launch EdrawMax from your application menu. To use the full features: Go to the Help tab in the top ribbon. Click Activate.
Enter your License Name and License Code to convert the trial version into the full version.
Note: If you encounter library errors (such as missing libXp.so.6), you may need to manually install older library support packages.
Do you need help troubleshooting a specific error during the installation process?
Needing to install edraw and I need some help - Linux Mint Forums
A: Snap packages often appear only after running snap find edrawmax. Or search for "EdrawMax" in the Snap Store GUI (if installed). Launch it manually:
wine EdrawMax