{"id":1182,"date":"2021-12-16T12:42:13","date_gmt":"2021-12-16T09:42:13","guid":{"rendered":"https:\/\/files2.tojikon.net\/files-cloud\/2021\/11\/23\/how-to-install-microsoft-edge-stable-on-linux\/https:\/\/files2.tojikon.net\/files-cloud\/2021\/11\/23\/how-to-install-microsoft-edge-stable-on-linux\/"},"modified":"2021-12-16T12:42:13","modified_gmt":"2021-12-16T09:42:13","slug":"how-to-install-microsoft-edge-stable-on-linux","status":"publish","type":"post","link":"https:\/\/tojikon.net\/en\/1182-how-to-install-microsoft-edge-stable-on-linux\/","title":{"rendered":"How to install Microsoft Edge (stable) on Linux"},"content":{"rendered":"<section id=\"related_posts\">\n<div class=\"block-head\">\n<h3>Related Articles<\/h3>\n<\/div>\n<\/section>\n<p>It\u2019s taken a year, but Microsoft\u2019s Edge browser is now stable on Linux. So if you\u2019re looking forward to trying out the latest version of Microsoft Edge on your Linux system, or you\u2019re looking for an alternative to Firefox and Chrome, here\u2019s how to get it working.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-412628 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-microsoft-edge-stable-on-linux.png\" alt=\"\" width=\"1200\" height=\"615\"\/><\/p>\n<h2>Ubuntu installation instructions<\/h2>\n<p>If you\u2019re looking to get the stable release of Microsoft Edge working on your Ubuntu system, you\u2019ll have to download the standalone DEB package available on Microsoft\u2019s Edge download page.<\/p>\n<p>Head over to the official Microsoft Edge download page. Once there, find the blue \u201cDownload\u201d button and click on the arrow next to \u201cDownload.\u201d Upon selecting the arrow button, you\u2019ll see choices appear. Select \u201cLinux (.deb)\u201d.<\/p>\n<p>After selecting the \u201cLinux (.deb)\u201d option, the Microsoft Edge DEB package will download to your computer. Once it is done, open up a terminal by pressing <strong>Ctrl + Alt + T<\/strong> on the keyboard and use the command below to enter the \u201cDownloads\u201d folder.<\/p>\n<pre>\ncd ~\/Downloads\/\n<\/pre>\n<p>Inside of the \u201cDownloads\u201d folder, use the <strong>apt install<\/strong> command to get the stable release of Microsoft Edge working on Ubuntu.<\/p>\n<pre>\nsudo apt install .\/microsoft-edge-stable_*_amd64.deb\n<\/pre>\n<h2>Debian installation instructions<\/h2>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-412628 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-microsoft-edge-stable-on-linux.png\" alt=\"\" width=\"1200\" height=\"615\"\/><\/p>\n<p>Microsoft Edge works on Debian as Microsoft has a DEB package available on the official download page. To get your hands on it, head over to the official Edge download page.<\/p>\n<p>Once on the Edge download page, find the blue \u201cDownload\u201d button, and click on the down arrow next to it. After selecting this menu, a drop-down menu will appear. Select the \u201cLinux (.deb)\u201d option to download the latest Microsoft Edge DEB package.<\/p>\n<p>When the download is complete, open up a terminal window on the Linux desktop. You can open up a terminal window by pressing <strong>Ctrl + Alt + T<\/strong> on the keyboard or searching for \u201cTerminal\u201d in the app menu and launching it that way.<\/p>\n<p>With the terminal window open, the package is ready to install. Using the <strong>CD<\/strong> command, move the terminal window into the \u201cDownloads\u201d folder. Then, use the <strong>dpkg<\/strong> command to install Edge on Debian.<\/p>\n<pre>\ncd ~\/Downloads\/\nsudo dpkg -i microsoft-edge-stable_*_amd64.deb\n<\/pre>\n<p>Finally, correct any dependency issues that may have occurred during the DEB package installation by executing the <strong>apt-get install -f<\/strong> command below.<\/p>\n<pre>\nsudo apt-get install -f\n<\/pre>\n<h2>Arch Linux installation instructions<\/h2>\n<p>Microsoft Edge is available on Arch Linux in stable form. However, the official website does not have an Arch package available for download. Instead, to get it working, users must install it through the AUR.<\/p>\n<p>To start the installation of Edge on Arch, open up a terminal window. You can open up a terminal window by pressing <strong>Ctrl + Alt + T<\/strong> on the keyboard. Or, search for \u201cTerminal\u201d in the app menu and launch it that way.<\/p>\n<p>With the terminal window open, use the <strong>pacman<\/strong> command to install the \u201cgit\u201d and \u201cbase-devel\u201d packages. Then, use the <strong>git clone<\/strong> command to download the Trizen AUR helper package.<\/p>\n<pre>\nsudo pacman -S base-devel git\ngit clone https:\/\/aur.archlinux.org\/trizen.git\n<\/pre>\n<p>Install the Trizen AUR helper on your computer using the commands below.<\/p>\n<pre>\ncd trizen\/\nmakepkg -sri\n<\/pre>\n<p>Finally, install the latest release of Microsoft Edge to Arch Linux using the <strong>trizen -S<\/strong> command.<\/p>\n<pre>\ntrizen -S microsoft-edge-stable-bin\n<\/pre>\n<h2>Fedora installation instructions<\/h2>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-412631 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-microsoft-edge-stable-on-linux-1.png\" alt=\"\" width=\"1200\" height=\"650\"\/><\/p>\n<p>To get Microsoft Edge working on Fedora Linux, you\u2019ll have to download the latest RPM package release from the Edge website. Head over to the official Microsoft Edge page, and click on the down arrow next to \u201cDownload.\u201d<\/p>\n<p>Inside the menu, find \u201cLinux (.rpm)\u201d and select it to start the download. When the download process is complete, you\u2019ll need to launch a terminal window. To open up a terminal window on the Fedora desktop, press <strong>Ctrl + Alt + T<\/strong> or search for \u201cTerminal\u201d in the app menu.<\/p>\n<p>Execute the <strong>CD<\/strong> command and move into the \u201cDownloads\u201d directory with the terminal window open and ready to use.<\/p>\n<pre>\ncd ~\/Downloads\n<\/pre>\n<p>Now that you\u2019re inside of the \u201cDownloads\u201d folder, the installation can begin. Using the Fedora package manager, load up the Microsoft Edge RPM package onto your computer.<\/p>\n<pre>\nsudo dnf install microsoft-edge-stable-*.x86_64.rpm\n<\/pre>\n<h2>OpenSUSE installation instructions<\/h2>\n<p>Microsoft officially supports OpenSUSE to run the Edge browser. So, if you\u2019re excited to check out the new edge on your Suse installation, you can. To start, head over to the official Microsoft Edge download page.<\/p>\n<p>Once on the download page, find the blue \u201cDownload\u201d button and click on the arrow to reveal the drop-down menu. Then, select the \u201cLinux (.rpm)\u201d option to download the latest RPM package file for Edge.<\/p>\n<p>When the download is complete, you\u2019ll need to open up a terminal window. To launch a terminal window on the OpenSUSE desktop, press <strong>Ctrl + Alt + T<\/strong> on the keyboard, or search for \u201cTerminal\u201d in the app menu and launch it that way.<\/p>\n<p>With the terminal window open, use the <strong>CD<\/strong> command and move into the \u201cDownloads\u201d directory.<\/p>\n<pre>\ncd ~\/Downloads\/\n<\/pre>\n<p>Once inside of the \u201cDownloads\u201d directory, use the OpenSUSE package manager to install Microsoft Edge on your computer.<\/p>\n<pre>\nsudo zypper install microsoft-edge-stable-*.x86_64.rpm\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Related Articles It\u2019s taken a year, but Microsoft\u2019s Edge browser is now stable on Linux. So if you\u2019re looking forward to trying out the latest version of Microsoft Edge on your Linux system, or you\u2019re looking for an alternative to Firefox and Chrome, here\u2019s how to get it working. Ubuntu installation instructions If you\u2019re looking &hellip;<\/p>\n","protected":false},"author":1,"featured_media":1183,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[21],"tags":[33],"_links":{"self":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1182"}],"collection":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/comments?post=1182"}],"version-history":[{"count":0,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1182\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media\/1183"}],"wp:attachment":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media?parent=1182"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/categories?post=1182"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/tags?post=1182"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}