Fix Edge Not Opening on Ubuntu: 7 Steps

If you encounter issues with opening Edge browser on Ubuntu, you can try the following troubleshooting methods:

  1. Sometimes restarting the computer can fix issues.
  2. Update your Edge browser: Make sure your Edge browser is the latest version by downloading and installing it from the official Microsoft website.
  3. Check for system updates: Make sure your Ubuntu system is up to date by running the following command to check and install system updates:
sudo apt update
sudo apt upgrade
  1. Check dependencies: Edge browser may not open due to missing dependencies. You can try running the following command to check and install any missing dependencies.
sudo apt install -f
  1. Reinstall Edge browser: If the above methods do not resolve the issue, you can try uninstalling and then reinstalling Edge browser.
sudo apt remove microsoft-edge-dev
sudo apt install microsoft-edge-dev

If none of the above methods can solve the problem, it is recommended that you seek help from the official technical support of Microsoft Edge.

bannerAds