Forum Discussion
arios1010
Microsoft
Dec 31, 2020I am getting this error installing Edge on Kubuntu 20.10
Why the installation cannot download all required dependencies? Thanks
- 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
Zephnath
Sep 19, 2021Copper Contributor
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