You can uninstall it using the dpkg or apt command. In a terminal, run:
Open a terminal window ( Ctrl + Alt + T ) and navigate to the directory containing the .run file. Then, use the chmod command to make the file executable:
Snap packages run in a sandboxed environment and receive automatic background updates. install edrawmax ubuntu 2021
sudo apt install gstreamer1.0-plugins-ugly gstreamer1.0-libav
sudo dpkg -i EdrawMax_12.0.1_en.deb
I can provide specific troubleshooting steps tailored to your environment. Share public link
If you need to free up disk space or reinstall the software, use the command corresponding to your original installation method. sudo apt remove edrawmax Use code with caution. For Snap installations: sudo snap remove edrawmax Use code with caution. You can uninstall it using the dpkg or apt command
If you prefer a one-click installation process that handles updates automatically in the background, you can use Canonical's Snap packaging system. Snap comes pre-installed on Ubuntu 20.04 and later versions. Step 1: Install EdrawMax
# Make the AppImage executable chmod +x EdrawMax*.AppImage sudo apt install gstreamer1
Navigate to your Downloads folder and use the dpkg command to install the software: cd ~/Downloads sudo dpkg -i edrawmax-all-en.deb Use code with caution. Copied to clipboard