Microsoft Edge – Linux Hint https://linuxhint.com Exploring and Master Linux Ecosystem Tue, 09 Mar 2021 06:00:52 +0000 en-US hourly 1 https://wordpress.org/?v=5.6.2 How to Install Microsoft Edge Browser on Ubuntu 20.04 https://linuxhint.com/install-microsoft-edge-browser-ubuntu/ Sun, 07 Mar 2021 21:22:40 +0000 https://linuxhint.com/?p=93253

Microsoft Edge is a noticeably fast, secure web browser that comes with Chrome’s familiar feel because it is now based on Chromium. Firefox is one of the most popular web browsers in Linux, and there are many more alternatives; Edge from Microsoft is one of them. It is more helpful for Windows users who are switching to Linux distributions.

Every browser is known through its features among users. Similarly, Edge has some unequable attributes, such as it allows you to list tabs in a vertical way, its interface displays only essentials elements. Moreover, it gives you reading mode as it strips out all the extra material aside from the main text, which makes reading more convenient. It also lets you collect snippets of text from different websites and organized and manage them.

Let’s check how to get Edge Browser on the latest Ubuntu:

How to Install Microsoft Edge on Ubuntu 20.04 (LTS) and 20.10:

Open your terminal and copy the following commands, put them in the terminal, and press Enter.

The first step to enable the repository is using the below-mentioned command:

$ curl <a href="https://packages.microsoft.com/keys/microsoft.asc">https://packages.microsoft.com/keys/microsoft.asc</a> | gpg --dearmor > microsoft.gpg

The output of the command is shown in the above image. Now copy the command given below to proceed with the process:

$ sudo install –o root –g root –m 644 microsoft.gpg /etc/apt/trusted.gpg.d/

Lastly, use the following commands and put them in terminal one by one to complete the process of adding repository:

$ sudo sh –c ‘echo “deb [arch=amd64] <a href="https://packages.microsoft.com/repos/edge">https://packages.microsoft.com/repos/edge</a> stable main“ > etc/apt/sources.list.d/Microsoft-edge-d.list’

$ sudo rm microsoft.gpg

Now update packages list using:

$ sudo apt update

Use the given commands to install Microsoft Edge:

$ sudo install microsoft-edge-dev

Now, you can run Edge browser on your system by searching it from applications.

The new Edge Browser has a clean user-interface and sleek design. Let’s check how to uninstall it from Ubuntu:

How to Uninstall Microsoft Edge from Ubuntu 20.04

Through the following command, you will be able to uninstall Microsoft edge from the system.

$ sudo apt remove Microsoft-edge-dev

Conclusion

We have seen a brief note about how to install the Microsoft Edge browser on Ubuntu. Unlike the internet, explorer Edge is Chromium-based. However, it does not support all of the extensions that Chrome offers because Edge is still in its infancy, and Microsoft has many plans to improve it. Edge browser would be helpful for those users who are switching from Windows to any distribution of Linux.

]]>
Advantages of Microsoft Edge for Linux https://linuxhint.com/microsoft_edge_linux/ Fri, 23 Oct 2020 07:30:30 +0000 https://linuxhint.com/?p=72805 For a while, Internet Explorer, Firefox and Safari were the most popular web browsers with the greatest number of users. However, the release of Google Chrome in 2008 brought about a huge shift in the web browser landscape: its immaculate performance and sublime appearance took the world by a storm, and it soon overtook Internet Explorer and Firefox.

Safari and Firefox were improved and came close to overtaking Chrome. However, Internet Explorer, despite the improvements made by Microsoft, never regained its former position. Therefore, Microsoft developed a new browser, called Microsoft Edge, as a the modern, cross-platform successor to Internet Explorer.

When Microsoft Edge was released alongside Windows 10 in 2015, it failed to make an impact and was criticized for being too sluggish, stuffy, and lacking in terms of browser extensions, which allowed the other web browsers to further increase their userbases. However, in 2019, Microsoft completely changed the infrastructure of Edge based on the open-source Chromium software project developed by Google.

With this update, Edge began to be seriously considered as an alternative to Chrome and Firefox, and with its support for extensions, fast performance and clean design, it is an excellent web browser.

After garnering some support for Edge, Microsoft announced that it was planning to release a preview version for Linux in October. However, one question remains: Why should Linux users opt for Edge?

Improved Performance

With the new version of Edge, Microsoft significantly improved upon performance. Initially, the browser was extremely sluggish and used too much memory to load pages. However, changes were made to its internal structure, and the current version of Edge is very fast. Now, web pages load quickly, even if several tabs are opened. Edge even outperforms Chrome, as it does not slow down if multiple tabs are opened. For example, after opening the same five tabs on both Edge and Chrome, the latter requires much more RAM than the former (as shown in the image below).

Clean Design

Edge, which has a minimalist and easy-to-use interface, is free of clutter, especially compared to Internet Explorer. The new tab page has been designed well, and, in addition to showing the weather, the results of sporting events, and other news, it keeps track of your recently visited sites.

Edge also provides a reading mode. Although similar functionality although already exists in other browsers, with Edge, this mode is more prominent. Reading mode allows users to turn off all advertisements and sidebars, providing a clean, clutter-free interface that feels like reading a book.

Enhanced Security

Edge also provides an advanced data security system. Privacy issues have become quite common in recent years, and therefore, it is more important than ever to use applications that protect your data from misuse. Edge provides a tracking prevention feature that gives you control over what you see and prevents third-party websites from tracking you, and it has three categories users can adjust in accordance to their needs.

Edge also has a crapware blocker that prevents applications that may harm your computer (e.g., adware, spyware) from being downloaded.

New Features

Most of Edge’s features aim to enhance the productivity and organization of users. For example, Collections allow you to collect ideas from multiple web pages, organize them and export them in various formats that for easy access. Furthermore, Collections are synced with your Microsoft account, making them possible to access from all your devices.

Great Viewing Experience

Netflix users can now comfortably watch Netflix shows and movies on Edge without using unofficial clients. Furthermore, Microsoft Edge provides the best streaming experience, as (according to Microsoft) it is the only browser that currently allows users to watch movies and shows on Netflix in 4K.

Why use Microsoft Edge?

After navigating some bumps in the road, Microsoft Edge is finally being considered alongside Chrome and Firefox. Edge has an easy-to-use interface and some great features. Furthermore, with the preview only a few days away, Linux users have a reason to be excited.

]]>