how to switch from ms edge dev #browser to ms edge prod #browser on @xubuntu #gnu/#linux

how to switch from ms edge dev #browser to ms edge prod #browser on @xubuntu #gnu/#linux

uninstall ms edge dev

# aptitude uninstall edge-dev

remove ms repo

# apt-add-repository --remove "https://packages.microsoft.com/ubuntu/18.04/prod"
Ign https://packages.microsoft.com/ubuntu/18.04/prod focal InRelease                                                                                    
Err https://packages.microsoft.com/ubuntu/18.04/prod focal Release 

alternatively vi /etc/apt/sources.list

run apt update you should no longer get any apt repo errors such as

then install ms edge (prod) for linux

then dpkg install microsoft-edge-stable.deb

refs