{"id":32859,"date":"2020-10-21T14:49:00","date_gmt":"2020-10-21T14:49:00","guid":{"rendered":"http:\/\/ubuntuhandbook.org\/?p=32859"},"modified":"2026-08-11T05:55:44","modified_gmt":"2026-08-11T05:55:44","slug":"microsoft-edge-dev-available-install-ubuntu","status":"publish","type":"post","link":"https:\/\/ubuntuhandbook.org\/index.php\/2020\/10\/microsoft-edge-dev-available-install-ubuntu\/","title":{"rendered":"Install Microsoft Edge Browser (Stable) in Ubuntu \/ Debian via Official Repository"},"content":{"rendered":"<p><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2020\/10\/ms-edge-icon.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"alignleft size-thumbnail wp-image-35436\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2020\/10\/ms-edge-icon-250x250.webp\" alt=\"\" width=\"250\" height=\"250\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2020\/10\/ms-edge-icon-250x250.webp 250w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2020\/10\/ms-edge-icon-300x300.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2020\/10\/ms-edge-icon-600x600.webp 600w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2020\/10\/ms-edge-icon-768x768.webp 768w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2020\/10\/ms-edge-icon.webp 1200w\" sizes=\"auto, (max-width: 250px) 100vw, 250px\" \/><\/a><\/p>\n<p><b>Microsoft Edge web browser finally adds Linux support after more than a year of dev and beta tests. Here&#8217;s how to correctly add the Microsoft repository and install Edge browser in Ubuntu 18.04, Ubuntu 20.04, Ubuntu 22.04, Ubuntu 24.04, Ubuntu 26.04, Debian 11\/12\/13, and their based systems.<\/b><\/p>\n<p>After this tutorial, you should be able to open the latest stable Edge from start menu (activities overview). And, with the Microsoft repository it allows to keep it up-to-date by receiving updates via &#8220;Software Updater&#8221;.<\/p>\n<p><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2020\/10\/launch-edge-stable.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-35443\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2020\/10\/launch-edge-stable.webp\" alt=\"\" width=\"600\" height=\"309\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2020\/10\/launch-edge-stable.webp 600w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2020\/10\/launch-edge-stable-300x155.webp 300w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/a><\/p>\n<h3>How to Install Microsoft Edge in Ubuntu:<\/h3>\n<p>For those who don&#8217;t want to struggle with Linux commands, just download the latest version of .deb package from <a href=\"https:\/\/packages.microsoft.com\/repos\/edge\/pool\/main\/m\/microsoft-edge-stable\/\" target=\"_blank\" rel=\"noopener\">THIS PAGE<\/a>, then double-click to install via &#8220;Software Install&#8221;.<\/p>\n<h4>1. Download &amp; install the GPG Key:<\/h4>\n<p>Before adding the repository, you need to first download &amp; install the GPG key so system will accept signatures from Microsoft.<\/p>\n<p>Press <b>Ctrl+Alt+T<\/b> on keyboard to open terminal. When it opens, paste the command below and hit Enter to run:<\/p>\n<pre>wget -O - https:\/\/packages.microsoft.com\/keys\/microsoft.asc | gpg --dearmor | sudo tee \/etc\/apt\/keyrings\/microsoft.gpg<\/pre>\n<p>The command will download the key from Microsoft, then convert it into encrypted GPG, and finally store the file under &#8220;\/usr\/share\/keyrings\/&#8221; directory.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-51801\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2020\/10\/mskey2604-700x537.webp\" alt=\"\" width=\"610\" height=\"468\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2020\/10\/mskey2604-700x537.webp 700w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2020\/10\/mskey2604-300x230.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2020\/10\/mskey2604.webp 702w\" sizes=\"auto, (max-width: 610px) 100vw, 610px\" \/><\/p>\n<p><b>IMPORTANT: After downloaded the key, terminal may stuck with blinking cursor! It&#8217;s waiting for you to type user password for sudo command, because the &#8220;<i>[sudo] password for $USER:<\/i>&#8221; prompt is somehow not displayed. Just type your password (no feedback for 24.04 and earlier) and hit Enter.<\/b><\/p>\n<h4>2. Add Microsoft Edge repository:<\/h4>\n<p>After installing the GPG key, run the command below one by one to add the repository to your system.<\/p>\n<p>a.) Remove old repository if any via command:<\/p>\n<pre>sudo rm \/etc\/apt\/sources.list.d\/microsoft-edge*.list<\/pre>\n<p>b.) Then create a config file for edge repository:<\/p>\n<pre>sudo nano \/etc\/apt\/sources.list.d\/microsoft-edge.sources<\/pre>\n<p>The command will create (if not exist) and edit the <code>.sources<\/code> file with nano command line text editor that work in most Linux.<\/p>\n<p>When file opens, add the line below.<\/p>\n<pre>Types: deb\r\nURIs: https:\/\/packages.microsoft.com\/repos\/edge\r\nSuites: stable\r\nComponents: main\r\nSigned-By: \/etc\/apt\/keyrings\/microsoft.gpg<\/pre>\n<p>Finally, press Ctrl+S to save, and Ctrl+X to exit.<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-51802\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2020\/10\/msedge-sources-700x503.webp\" alt=\"\" width=\"610\" height=\"438\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2020\/10\/msedge-sources-700x503.webp 700w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2020\/10\/msedge-sources-300x215.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2020\/10\/msedge-sources.webp 702w\" sizes=\"auto, (max-width: 610px) 100vw, 610px\" \/><\/p>\n<h4>3. Finally refresh package cache and install Edge browser:<\/h4>\n<p>After all, update the system package cache via command:<\/p>\n<pre>sudo apt update<\/pre>\n<p>And install the web browser:<\/p>\n<pre>sudo apt install microsoft-edge-stable<\/pre>\n<p>For choice, you may replace <b>stable<\/b> in last command with <b>canary<\/b>, <b>dev<\/b>, or <b>beta<\/b> for development releases.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-51803\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2020\/10\/apt-edgestable2604-700x537.webp\" alt=\"\" width=\"610\" height=\"468\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2020\/10\/apt-edgestable2604-700x537.webp 700w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2020\/10\/apt-edgestable2604-300x230.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2020\/10\/apt-edgestable2604.webp 702w\" sizes=\"auto, (max-width: 610px) 100vw, 610px\" \/><\/p>\n<p>Once installed, search for and open it from activities overview screen and enjoy!<\/p>\n<h3>How to Remove Edge &amp; its repository:<\/h3>\n<p>With the repository, it allows to receive updates for Edge using &#8220;Software Updater&#8221; utility. If you want to remove it, open terminal and run command to delete the source file:<\/p>\n<pre>sudo rm \/etc\/apt\/sources.list.d\/microsoft-edge.sources<\/pre>\n<p>Also, remove the key file if you want:<\/p>\n<pre>sudo rm \/etc\/apt\/keyrings\/microsoft.gpg<\/pre>\n<p>To remove the Edge web browser, run command:<\/p>\n<pre>sudo apt remove --autoremove microsoft-edge-stable<\/pre>","protected":false},"excerpt":{"rendered":"<p>Microsoft Edge web browser finally adds Linux support after more than a year of dev and beta tests. Here&#8217;s how to correctly add the Microsoft repository and install Edge browser in Ubuntu 18.04, Ubuntu 20.04, Ubuntu 22.04, Ubuntu 24.04, Ubuntu 26.04, Debian 11\/12\/13, and their based systems. After this tutorial, you should be able to [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":35436,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[1991],"class_list":["post-32859","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-news","tag-microsoft-edge"],"_links":{"self":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts\/32859","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/comments?post=32859"}],"version-history":[{"count":0,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts\/32859\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/media\/35436"}],"wp:attachment":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/media?parent=32859"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/categories?post=32859"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/tags?post=32859"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}