How To Install Microsoft Edge On Linux?
Last Updated :
26 Sep, 2024
Want to set up Microsoft Edge on a Linux system? Linux users may now access Microsoft Edge, which was previously only available on Windows. Microsoft Edge for Linux is simple to download and use as your daily browser, regardless of the distribution you're using—Ubuntu, Debian, or another. Regardless of your level of knowledge, this article will show you how to install Edge on Linux in a clear and easy-to-understand manner.
Methods to Install Microsoft Edge on Linux
Microsoft Edge can only be installed on Windows computers. But with time, this browser is now available on nearly every operating system. This browser is now open on Android too. This browser can easily be downloadable on a Linux machine.
Method 1: Install Microsoft Edge with Website
Step 1: First, we need to open the Official Webpage of Microsoft Edge. There we will find a button. This will help us to download Edge on the Linux machine. But for that, we need to access all these things from the Linux machine. We have to click on the button.
Step 2: Then on the next page, we have to choose the version. Here, we have to decide on the Linux (.deb) option. You have to click on it. This will help us download the software to our machine.
Step 3: Now, a small tab will open. There, all the terms related to Microsoft Terms are listed. We have to click on the Accept & Download button. This will help you download Edge on the machine.
Note: If a user clicks on the button, he is giving consent to the Terms. Clicking on the button will show you how to accept the terms. It is always advisable to read the terms carefully before proceedings. This can save you from further problems.
Step 4: After successfully downloading the file, you have to open it. As soon as we open it, there will be a small window in front of us. From there, you need to first click on the Software Install button. After that, on the right-hand side, there is an Open button. You have to click on it to install Edge on the machine.
Step 5: A new window will open. From there, we just need to click on the Installation button. This will start installing Edge on the machine.
Step 6: Edge will now start installing. We have to wait till the process is completed. It will take some time to finish.
Step 7: Now, as soon as the installation is finished, a new window will open. This is the Edge that we have installed. So, the Edge will start running on the machine.
Hence, we have successfully installed Microsoft Edge On Linux.
Method 2: Installation of Microsoft Edge using the Command Line
Prefer to install software from the command line? We have your insurance. Simply copy/paste the following commands into a terminal emulator of your choice.
Step 1: The setup script. This adds the Microsoft Edge repository to your system and imports the Microsoft GPG key to confirm the packages (so you can be sure they are what they claim to be):
curl https://packages.microsoft.com/keys
/microsoft.asc | gpg --dearmor > microsoft.gpg
Step 2: Type the following command:
sudo install -o root -g root -m 644 microsoft.gpg /etc/apt/trusted.gpg.d/
Step 3: Type the following command
sudo sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com
/repos/edge stable main" > /etc/apt/sources.list.d/microsoft-edge-dev.list'
Step 4: Type the following command
sudo rm microsoft.gpg
Step 5: Final Step: Type the command given below:
sudo apt update && sudo apt install microsoft-edge-stable
Conclusion
You can easily install Microsoft Edge on Linux and take advantage of all of its cutting-edge features on your Linux computer. You may guarantee you have access to the newest online browsing technologies by following our instruction on Microsoft Edge Linux installation, regardless of the distribution you use—Ubuntu, Debian, or another one. You can quickly experience the capability and speed of the Edge browser on Linux with simple-to-follow instructions.
Similar Reads
How to Install Microsoft Office 2007 on Linux? Microsoft Office is the most important tool on the computer. Whatever the operating system is, Microsoft Office is the essential component of the device. This is the package of the popular software. Microsoft has developed this software to easily handle some difficult problems. Microsoft Office mean
5 min read
How to install Microsoft Edge Browser on macOS? Microsoft Edge was launched with Windows 10 and Xbox One in 2015 and initially employed its unique EdgeHTML and Chakra JavaScript engines. This original version signified Microsoft's effort to modernize web interaction on its platforms. However, recognizing the need for broader compatibility and adv
3 min read
How to Install .NET on Linux? .NET is a free, cross-platform, open-source developer platform for building many different types of applications.With .NET you can build various kinds of applications including :Web ApplicationMobile AppsDesktop AppsGamesIOTYou can write .NET apps in one of the following languages :Â C#F#Visual basic
1 min read
How to Install Microsoft Edge Browser on Windows ? Microsoft Edge is a cutting-edge web browser that has rapidly gained popularity among users worldwide. With its sleek interface, improved speed, and a wide array of features Edge has become a formidable player in the web browser market. Developed by tech giant company Microsoft, it boasts seamless i
2 min read
How to Install Tor on Linux? Tor browser is a web browser that is designed and developed to protect your privacy online and is mostly famous among normal people as a key for safely accessing hidden or restricted online resources, including those on the dark web. We will see what Tor is and how to install it on your Linux machin
5 min read
How to Install Microsoft Teams on Ubuntu With Office 365, Microsoft has created its most collaborative platform ever. Microsoft Teams has been accessible for Linux users since 2019. This application is well-known across the world since it allows users to employ an endless number of features in a single forum. Audio and video calls, chats,
3 min read