EdrawMax is one of the most versatile diagramming tools available, widely used for creating flowcharts, organizational charts, mind maps, network diagrams, and floor plans. While Windows and Mac users have a straightforward installation process, installing EdrawMax on Ubuntu (specifically older versions like 20.04 or 21.04) can sometimes be tricky due to dependency issues.
In this guide, we will walk you through the steps to install EdrawMax on Ubuntu using the DEB package and the command line.
Before installing, ensure your system meets the requirements: install edrawmax ubuntu 2021
Important Note: As of 2021, Wondershare discontinued the native
.debpackage for EdrawMax. You cannot simply runsudo dpkg -i edrawmax.deb. Instead, you must use Snap or AppImage.
To improve EdrawMax’s responsiveness on Ubuntu: How to Install EdrawMax on Ubuntu 20
sudo apt install winehq-staging
sudo sysctl -w kernel.shmmax=134217728
nice -n -5 wine EdrawMax.exe
.deb Package (EdrawMax 2021)Download the Linux 2021 version
Visit the official Edraw download archive (if still available) or a trusted mirror.
Look for a file named like:
edrawmax-2021-x86_64.deb
Open Terminal in the download folder.
Install the .deb package
sudo dpkg -i edrawmax-2021*.deb
Fix missing dependencies
sudo apt-get install -f
Launch EdrawMax
edrawmax
Or find it in your applications menu.