Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

askthedev.com Logo askthedev.com Logo
Sign InSign Up

askthedev.com

Search
Ask A Question

Mobile menu

Close
Ask A Question
  • Ubuntu
  • Python
  • JavaScript
  • Linux
  • Git
  • Windows
  • HTML
  • SQL
  • AWS
  • Docker
  • Kubernetes
Home/ Questions/Q 14591
Next
In Process

askthedev.com Latest Questions

Asked: September 27, 20242024-09-27T03:03:32+05:30 2024-09-27T03:03:32+05:30In: Linux

How can I install Microsoft Edge on a Linux operating system?

anonymous user

I’ve been playing around with Linux for a while now, and while I’ve gotten pretty comfortable with the basics, I recently faced a bit of a conundrum. You see, I’ve come to appreciate Microsoft Edge on my other devices, and I wanted to give it a shot on my Linux machine, but I hit a wall trying to figure out how to install it.

I’ve searched online for a straightforward guide, but honestly, a lot of the info out there seems to assume that I already have a certain level of expertise that I don’t quite feel I have yet. I mean, sure, I can handle things like installing software through the terminal and tweaking system settings, but when it comes to installing something like Edge—especially since it seems to be a relatively new addition to the Linux ecosystem—I feel a little lost.

I’ve tried a couple of different approaches. First, I went down the route of using the .deb package since I’m on Ubuntu. But even with that, I wasn’t sure if I was missing any dependencies or if there are any additional steps I needed to follow afterward. I also read something about using snap packages, but I’m not quite sure if that’s the best way to go. What’s the difference, and should I even consider that if I want Edge to run smoothly?

Then there’s the whole issue of settings and permissions. Do I need to tweak anything once I install it to get it to work correctly? And what about updates? Will it keep itself updated in the background like other browsers do?

Honestly, I’m hoping for a bit of guidance here. If anyone could share some tips or a step-by-step on how to get Microsoft Edge running seamlessly on Linux, I’d really appreciate it! Your experience or any resources would be super helpful because I really want to make this work without fumbling through endless forums. Now that Edge is available for Linux, it would be awesome to dive into it. Anyone willing to lend a hand?

  • 0
  • 0
  • 2 2 Answers
  • 0 Followers
  • 0
Share
  • Facebook

    Leave an answer
    Cancel reply

    You must login to add an answer.

    Continue with Google
    or use

    Forgot Password?

    Need An Account, Sign Up Here
    Continue with Google

    2 Answers

    • Voted
    • Oldest
    • Recent
    1. anonymous user
      2024-09-27T03:03:33+05:30Added an answer on September 27, 2024 at 3:03 am



      Installing Microsoft Edge on Linux

      How to Install Microsoft Edge on Ubuntu

      No worries! Getting Microsoft Edge up and running on your Linux machine can be straightforward. Here’s a simple guide to help you out:

      Step 1: Download the .deb Package

      Since you’re on Ubuntu, you’ll want to use the .deb package. Follow these steps:

      1. Open your terminal (you can find it in your applications).
      2. Run the following command to download the latest version of Microsoft Edge:
                        wget https://go.microsoft.com/fwlink/?linkid=2147368 -O microsoft-edge.deb
                    

      Step 2: Install the Package

      Now you’ll install the package you just downloaded. In the terminal, type:

              sudo apt install ./microsoft-edge.deb
          

      This command handles any dependencies automatically. If it prompts you for a password, enter your user password.

      Step 3: Launch Microsoft Edge

      To start Microsoft Edge, just search for it in your applications or type the following in your terminal:

              microsoft-edge
          

      Step 4: Updates

      Good news! Microsoft Edge will update itself automatically in the background just like other browsers, so you won’t have to worry about that. Just keep your system updated regularly.

      Snap Package (Optional)

      If you want, you can also install Microsoft Edge through Snap. This method is a bit more contained and can be easier for some users:

      1. Make sure you have Snap installed. Generally, it comes pre-installed on most Ubuntu versions.
      2. Run this command to install Edge via Snap:
                        sudo snap install edge --channel=edge/stable
                    

      This way, the installation and updates are also handled automatically.

      Permissions and Settings

      You shouldn’t need to adjust any permissions for Edge to run properly. Just make sure your system’s firewall isn’t blocking it, but by default, it should work fine.

      Need Help?

      If you encounter any issues, feel free to check forums or communities like Ask Ubuntu for troubleshooting tips. Don’t be shy to ask questions!

      Happy browsing with Edge!


        • 0
      • Reply
      • Share
        Share
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
        • Share on WhatsApp
    2. anonymous user
      2024-09-27T03:03:34+05:30Added an answer on September 27, 2024 at 3:03 am

      To install Microsoft Edge on your Ubuntu Linux machine, you can start by downloading the .deb package directly from the official Microsoft Edge website. Visit the Microsoft Edge Insider page, and select the appropriate .deb package for your version of Ubuntu. Once the package is downloaded, open a terminal and navigate to the directory where the package is located. You can install it using the following command: sudo dpkg -i microsoft-edge-dev_*.deb. If you encounter any dependency errors, use sudo apt-get install -f to install any missing dependencies. This process should ensure that Edge is installed correctly on your system.

      Alternatively, you can also use Snap, which is a package management system that handles dependencies more efficiently. To install Edge via Snap, open your terminal and simply type: sudo snap install microsoft-edge-dev. This method might simplify updates as Snap automatically manages application updates in the background. After installation, you may not need to tweak many settings; however, it’s a good idea to check your permissions. Edge should run smoothly out of the box, but always ensure your system is updated. You can check for updates using sudo apt update && sudo apt upgrade for APT or it will be handled automatically for Snap. Enjoy exploring Microsoft Edge on your Linux machine!

        • 0
      • Reply
      • Share
        Share
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
        • Share on WhatsApp

    Related Questions

    • What could be the reason that using tcpdump with the -i any option fails to capture unicast traffic on a Linux bridge interface, such as br0?
    • How can I configure SELinux or AppArmor to permit only certain specified applications to execute on my system?
    • I'm trying to set up Virtual Routing and Forwarding (VRF) on my Linux system, but I'm not receiving any ping responses from the configured interfaces. I've followed the necessary steps ...
    • What distinguishes the /etc/profile file from the .bashrc file in a Linux environment?
    • What distinguishes the commands cat and tee in Linux?

    Sidebar

    Related Questions

    • What could be the reason that using tcpdump with the -i any option fails to capture unicast traffic on a Linux bridge interface, such as ...

    • How can I configure SELinux or AppArmor to permit only certain specified applications to execute on my system?

    • I'm trying to set up Virtual Routing and Forwarding (VRF) on my Linux system, but I'm not receiving any ping responses from the configured interfaces. ...

    • What distinguishes the /etc/profile file from the .bashrc file in a Linux environment?

    • What distinguishes the commands cat and tee in Linux?

    • What are some interesting games that can be played directly from the command line in a Linux environment?

    • How can I retrieve the command-line arguments of a running process using the ps command in Linux?

    • What are the files in a Linux system that start with a dot, and what is their purpose?

    • Is there a method to obtain Linux applications from different computers?

    • I'm encountering difficulties when trying to access a remote Linux server via SSH using ngrok. Despite following the setup instructions, I cannot establish a connection. ...

    Recent Answers

    1. anonymous user on How do games using Havok manage rollback netcode without corrupting internal state during save/load operations?
    2. anonymous user on How do games using Havok manage rollback netcode without corrupting internal state during save/load operations?
    3. anonymous user on How can I efficiently determine line of sight between points in various 3D grid geometries without surface intersection?
    4. anonymous user on How can I efficiently determine line of sight between points in various 3D grid geometries without surface intersection?
    5. anonymous user on How can I update the server about my hotbar changes in a FabricMC mod?
    • Home
    • Learn Something
    • Ask a Question
    • Answer Unanswered Questions
    • Privacy Policy
    • Terms & Conditions

    © askthedev ❤️ All Rights Reserved

    Explore

    • Ubuntu
    • Python
    • JavaScript
    • Linux
    • Git
    • Windows
    • HTML
    • SQL
    • AWS
    • Docker
    • Kubernetes

    Insert/edit link

    Enter the destination URL

    Or link to existing content

      No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.