问题描述
我想从我的14.04中删除”Amazon”,并尝试按照此处给出的说明进行操作:
但是,即使注销并重新登录后,我仍然可以看到对”Amazon”的更新:
在“安全性”和“隐私”设置中,“在线搜索结果”已被禁用。我什至尝试使用上述问题中提供的按钮将其从软件中心中删除,该按钮表示没有名为unity-lens-shopping
的软件包。而且,如果我再次尝试使用sudo apt-get remove unity-lens-shopping
从终端删除unity-lens-shopping
,则选择了unity-lens-home
,但实际上什么也没有删除,我得到以下输出:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'unity-scope-home' instead of 'unity-lens-shopping'
0 upgraded, 0 newly installed, 0 to remove and 29 not upgraded.
我只是忽略了要升级的29个软件包,目前应该是不相关的(?)
尝试删除unity-lens-home
我收到E: Unable to locate package unity-lens-home
错误。
如何从14.04中完全删除购物应用程序以停止接收此应用程序的更新?
最佳解决思路
看来我需要卸下unity-webapps-common
才能卸下购物镜头,包括亚马逊。
要删除unity-webapps-common
,请打开软件中心,然后键入”Amazon”并删除带有亚马逊徽标作为应用程序图标的应用程序,或者使用Ctrl
+ Alt
+ t
打开终端并输入:
sudo apt-get remove unity-webapps-common
次佳解决思路
以下命令在我的计算机上工作。
sudo apt-get purge unity-lens-shopping
如果不起作用,
sudo apt-get purge unity-webapps-common
参考资料