Microsoft edge download for linux

broken image
broken image

It was tightly integrated with Microsoft’s digital assistant Cortana and Windows 10. Microsoft tried to gain its lost position by creating Edge, a brand new web browser built with EdgeHTML and Chakra engine. Microsoft’s Internet Explorer once dominated the browser market share, but it lost its dominance in the last decade to Google’s Chrome. Is Microsoft Edge coming to Linux really a big deal? Of course, it still may not be enough to replace your primary browser like Firefox, but if the need arrives, you may use it. Now, you just need to install Microsoft Edge using these commands: sudo apt update & sudo apt install microsoft-edge-stable The above-mentioned commands add the necessary repositories. It would be good to remove the downloaded GPG key because it has already been added to the system. sudo sh -c 'echo 'deb stable main' > /etc/apt//microsoft-edge-stable.list' Now, add the repository to your sources.list directory.

broken image

sudo install -o root -g root -m 644 microsoft.gpg /etc/apt//

broken image

curl | gpg -dearmor > microsoft.gpgĪdd this GPG key to the trusted keys in your system. Here are the commands that you have to follow through the terminal to add the PPA and install Edge.ĭownload the GPG key for the Microsoft repository. In either case, you can also add the official repository to install Microsoft Edge on Linux. Alternate Method: Install Microsoft Edge beta on Ubuntu based Linux distributions via command line

broken image