[Seek Help] 装了edge浏览器,系统更新失败
Tofloor
poster avatar
舞天逸尘
deepin
2022-09-06 02:30
Author

上次装edge浏览器,就更新失败,后来稀里糊涂的搞好了,这次手欠又点edge浏览器安装了,果然系统再次更新失败,这次忘了怎么搞了。

Reply Favorite View the author
All Replies
神末shenmo
deepin
Spark-App
Q&A Team
2022-09-06 02:34
#1

/etc/apt/sources.list.d/把edge相关的删除

Reply View the author
忘记、过去
deepin
2022-09-06 02:34
#2

sudo apt update

看看是不是装 edge 带进去了 edge 自己的软件源,导致更新的时候报错了

Reply View the author
舞天逸尘
deepin
2022-09-06 02:38
#3
神末shenmo

/etc/apt/sources.list.d/把edge相关的删除

可以了 谢谢帮助 更新正常了。就是删除

Reply View the author
舞天逸尘
deepin
2022-09-06 02:40
#4
忘记、过去

sudo apt update

看看是不是装 edge 带进去了 edge 自己的软件源,导致更新的时候报错了

应该是的,删除解决了。下次不装EDGE浏览器,麻烦。

Reply View the author
ljq790615
deepin
2022-09-06 03:44
#5
舞天逸尘

应该是的,删除解决了。下次不装EDGE浏览器,麻烦。

edge的正确安装方法:

wget -q -O - https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
echo '### Microsoft Edge 官方源 ###
deb [arch=amd64] http://packages.microsoft.com/repos/edge stable main' | sudo tee /etc/apt/sources.
ist.d/microsoft-edge-download.list > /dev/null
sudo apt update && sudo apt install -y microsoft-edge-stable

这样操作,以后系统更新,肯定不会因为edge的原因出错。

Reply View the author
舞天逸尘
deepin
2022-09-06 06:25
#6
ljq790615

edge的正确安装方法:

wget -q -O - https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
echo '### Microsoft Edge 官方源 ###
deb [arch=amd64] http://packages.microsoft.com/repos/edge stable main' | sudo tee /etc/apt/sources.
ist.d/microsoft-edge-download.list > /dev/null
sudo apt update && sudo apt install -y microsoft-edge-stable

这样操作,以后系统更新,肯定不会因为edge的原因出错。

谢谢指点

Reply View the author