How to Install Microsoft Edge Browser on Linux: A Comprehensive Step-by-Step Guide
Key Notes
- Microsoft Edge is available for several Linux distributions.
- Installation can be completed using either GUI or terminal commands.
- Uninstallation can also be performed via both methods.
Installing Microsoft Edge on Linux: A Comprehensive Guide
This guide walks you through installing and uninstalling Microsoft Edge on various Linux distributions like Ubuntu, Debian, and Fedora. Whether you’re leveraging the GUI or terminal commands, you’ll find clear instructions tailored to your needs.
Installing Microsoft Edge via GUI on Linux
To install Microsoft Edge on distributions like Ubuntu or Mint using a GUI, stick to this step-by-step guide:
-
Click on the Download Edge button.
-
Accept the terms by clicking the “Accept and download” button.
-
Double-click the downloaded “*.deb” file to start the installer.
-
Proceed by clicking the Install button.
Pro Tip: You may see a security warning, but since this is from Microsoft, it’s safe to proceed. -
Confirm by clicking the Install button once more.
After completing these steps, Microsoft Edge will be installed and accessible from your applications menu.
Installing Microsoft Edge via Terminal Commands
Follow these terminal commands to install Microsoft Edge:
-
Open your Terminal.
-
Update your package list by executing:
sudo apt update -
Install the Microsoft Edge stable version using:
sudo apt install microsoft-edge-stable
Upon completing these steps, Edge will be installed on your Linux system.
Uninstall Microsoft Edge on Linux
There are two ways to uninstall Microsoft Edge, either through the GUI or command line:
Uninstall Using the Graphical Interface
To remove Microsoft Edge using the GUI:
-
Access your Linux distribution’s app store (like App Center on Ubuntu).
-
Locate the Installed tab.
-
Next to Microsoft Edge, click the Remove button.
After you’ve completed these steps, the application will be successfully removed.
Uninstall Using Terminal Commands
To use terminal commands to uninstall Microsoft Edge, carry out these instructions:
-
Launch your Terminal.
-
Uninstall Microsoft Edge using:
sudo apt remove microsoft-edge-stable -
Press Y and hit Enter to confirm the removal.
After following these steps, Microsoft Edge will be completely uninstalled from your Linux system.
Installing Microsoft Edge Insider on Linux
To install the Beta or Dev Channel versions, do the following:
-
Choose the Download button corresponding to either the “Dev Channel” or “Beta Channel”.
-
Click on the “Accept and download” button.
-
Open the downloaded “*.deb” file to run the installer.
-
Click the Install button to begin the process.
Upon completion, Microsoft Edge will be available from your applications menu.
Installing Microsoft Edge Insider via Commands
Use these terminal commands for installing the Edge Insider version:
-
Open Terminal.
-
Update your package list:
sudo apt update -
Add the Microsoft Edge repository:
curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg sudo install -o root -g root -m 644 microsoft.gpg /etc/apt/trusted.gpg.d/ sudo sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/edge stable main"> /etc/apt/sources.list.d/microsoft-edge-dev.list' sudo rm microsoft.gpg -
To install the Dev version, run:
sudo apt install microsoft-edge-dev -
To install the Beta version, use:
sudo apt install microsoft-edge-beta
After these steps, Microsoft Edge Insider will be ready for use on your Linux system.
Uninstalling Microsoft Edge Insider on Linux
You can uninstall the Insider build similarly to the stable version:
Remove Using the Graphical Interface
To uninstall the Insider version via GUI:
-
Open your app store and navigate to the Installed tab.
-
Click Uninstall next to both microsoft-edge-dev and microsoft-edge-beta.
Remove Using Terminal Commands
To uninstall using terminal commands:
-
Open Terminal.
-
To remove the Dev version, execute:
sudo apt remove microsoft-edge-dev -
Confirm with Y and then Enter.
-
To uninstall the Beta version, run:
sudo apt remove microsoft-edge-beta
This process will remove Microsoft Edge Insider from your Linux distribution.
Summary
This guide outlined how to install and uninstall Microsoft Edge on various Linux distributions, including step-by-step instructions for both GUI and terminal methods. You can easily manage Microsoft Edge, whether you’re opting for the stable version or the Insider builds.
Conclusion
Installing Microsoft Edge on Linux is straightforward, whether via GUI or command line. Now that you have the necessary instructions, you can enjoy browsing with Edge on your preferred Linux distribution. If you ever need to uninstall it, refer back to the guide for a seamless experience.
FAQ (Frequently Asked Questions)
Can I install Microsoft Edge on all Linux distributions?
Yes, Microsoft Edge can be installed on various Linux distributions, including Ubuntu, Debian, Fedora, and others.
Is Microsoft Edge free to use on Linux?
Yes, Microsoft Edge is free to download and use on Linux, just like on other platforms.