Forum Discussion

arios1010's avatar
arios1010
Icon for Microsoft rankMicrosoft
Dec 31, 2020
Solved

I am getting this error installing Edge on Kubuntu 20.10

Why the installation cannot download all required dependencies? Thanks
  • Zephnath's avatar
    Sep 19, 2021

    arios1010Open Konsole and change path to where the Microsoft Edge installer is downloaded. Run the following command followed by the package name.

    sudo dpkg -i [package name]

     

    Example:

    ## open downloads path
    
    cd /home/user/Downloads/
    
    
    ## install Microsoft Edge
    
    sudo dpkg -i microsoft-edge-beta_94.0.992.23-1_amd64.deb

     

    after running the dpkg process Microsoft Edge will show in Kubuntu's Application Launcher under Internet

     

     

Resources