Results 1 to 7 of 7

Thread: can not install Microsoft Edge on ubuntu 24.04

  1. #1
    Join Date
    May 2024
    Beans
    1

    can not install Microsoft Edge on ubuntu 24.04

    i am a newbie tried installing microsoft edge using error by sudo apt install. i get an error in terminal; microsoft-edge
    MESA-INTEL: warning: cannot initialize blitter engine

    When i try clicking on the icon, nothing happens.

    i have a new laptop with an intel core ultra 9 185 prestige 16 AI Studio

    please help.

  2. #2
    Join Date
    Mar 2010
    Location
    Squidbilly-Land
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: can not install Microsoft Edge on ubuntu 24.04

    Since this post hasn't gotten any replies in the last day, thought I'd post so you knew someone read it.

    Very few Linux users would touch Microsoft Edge. It isn't a core part of any Linux distro, so you may find better responses from a MSFT-centric forum. I've never loaded Edge on any computer.

    If I were required to test my web-apps for Windows users, I'd have a Windows virtual machine and run the standard software inside it with our testing suite and all the test cases.

  3. #3
    Join Date
    Jun 2007
    Location
    Arizona U.S.A.
    Beans
    5,846

    Re: can not install Microsoft Edge on ubuntu 24.04

    There is a Flatpak for Edge browser. You might have better luck with that.

    Code:
    dmn@Sydney:~$ flatpak remote-info flathub com.microsoft.Edge
    
    Microsoft Edge - Introducing the new Microsoft Edge web browser. It’s time to
    expect more. More privacy. More control. More productivity. More value.
    
            ID: com.microsoft.Edge
           Ref: app/com.microsoft.Edge/x86_64/stable
          Arch: x86_64
        Branch: stable
       Version: 124.0.2478.109-1
       License: LicenseRef-proprietary
    Collection: org.flathub.Stable
      Download: 7.2*MB
     Installed: 20.6*MB
       Runtime: org.freedesktop.Platform/x86_64/23.08
           Sdk: org.freedesktop.Sdk/x86_64/23.08
    You would have to install the Flatpak support first. See: https://flathub.org/setup

  4. #4
    Join Date
    Mar 2010
    Location
    USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: can not install Microsoft Edge on ubuntu 24.04

    Since by your command, you might start out by doing this to remove what you implied you did
    Code:
    sudo apt remove --purge microsoft-edge-stable
    sudo rm /etc/apt/sources.list.d/microsoft-edge-dev.list
    sudo find / -name "microsoft.gpg" -exec bash -c "sudo rm {}" \; 2>/dev/null
    sudo apt update
    My curiosity is why 'Edge'. Windows Users don't even like it forced on them...
    Last edited by MAFoElffen; May 18th, 2024 at 11:20 PM.

    "Concurrent coexistence of Windows, Linux and UNIX..." || Ubuntu user # 33563, Linux user # 533637
    Sticky: Graphics Resolution | UbuntuForums 'system-info' Script | Posting Guidelines | Code Tags

  5. #5
    Join Date
    Aug 2013
    Beans
    1

    Re: can not install Microsoft Edge on ubuntu 24.04

    One can install Microsoft Edge via GDebi. See https://itsfoss.com/gdebi-default-ub...ftware-center/ for a good Howto

    Note: Many, including myself, have found that Microsoft Edge will not launch, the first time, after it is installed in Ubuntu 24.04. This is simply resolved by rebooting the PC.

  6. #6
    Join Date
    Jul 2024
    Beans
    4

    Re: can not install Microsoft Edge on ubuntu 24.04

    A senior developer explained the solution to a similar issue.


    The error message "MESA-INTEL: warning: cannot initialize blitter engine" typically relates to graphics drivers or libraries.

    Follow these commands in the same sequence:


    Code:
    sudo apt update && sudo apt upgrade

    Code:
    sudo apt install mesa-utils
    Code:
    sudo add-apt-repository ppa:oibaf/graphics-drivers
    sudo apt update
    sudo apt upgrade
    Code:
    sudo apt remove microsoft-edge
    sudo apt install microsoft-edge

  7. #7
    Join Date
    Jan 2008
    Location
    Brooklyn, NY
    Beans
    261
    Distro
    Ubuntu Mate 22.04 Jammy Jellyfish

    Re: can not install Microsoft Edge on ubuntu 24.04

    Or use the Vivaldi browser. Mostly open source (the UI is closed) and comes without the G***** baggage.
    Very customzable.

    https://vivaldi.com
    "The piano ain't got no wrong notes."

    -Thelonious Monk

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •