我想从我的 14.04 中删除“Amazon”并尝试按照此处给出的说明进行操作:
但是,即使在注销并重新登录后,我也会看到“Amazon”的更新:
“在线搜索结果”已在安全和隐私设置中禁用。我什至尝试使用上述问题中提供的按钮将其从软件中心删除,该按钮表示没有名为unity-lens-shopping
. 如果我再次尝试unity-lens-shopping
从终端中删除使用sudo apt-get remove 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.
Run Code Online (Sandbox Code Playgroud)
我只是忽略了要升级的 29 个包,现在应该是无关的(?)
尝试删除时unity-lens-home
出现E: Unable to locate package unity-lens-home
错误。
如何从 14.04 完全删除购物应用程序以停止接收此应用程序的更新?
job*_*bin 42
看来我需要移除unity-webapps-common
以移除购物镜头,包括亚马逊。
要删除unity-webapps-common
,打开软件中心和类型“亚马逊”,并以亚马逊标志作为应用程序图标删除的应用程序,或使用打开终端Ctrl+ Alt+t和类型:
sudo apt-get remove unity-webapps-common
Run Code Online (Sandbox Code Playgroud)
muh*_*urk 14
以下命令在我的电脑上运行。
sudo apt-get purge unity-lens-shopping
Run Code Online (Sandbox Code Playgroud)
如果它不起作用,
sudo apt-get purge unity-webapps-common
Run Code Online (Sandbox Code Playgroud)