怎么删除第三方软件源头
Tofloor
poster avatar
jingwang
deepin
2019-01-28 22:34
Author
前些天 朋友需要远程,装了 teamviewer 。
用过之后 就把 teamviewer 删除了。

后来更新 apt 源发现, teamviewer 添加进来 每次都更新。
我特么软件 都不用你的了  还更新 个屁的源头啊。

在/etc/apt 文件夹 找了 半天 都没有 找到地方删除这个 源头

求教   大佬 们  怎么删除 这个源
Reply Favorite View the author
All Replies
avatar
Dracarys
deepin
2019-01-28 22:55
#1
/etc/apt/sources.list.d

去该目录下看看呢

Reply View the author
avatar
14******70@qq.com
deepin
2019-01-29 03:17
#2
  1. sudo rm /etc/apt/sources.list.d/teamviewer.list
Copy the Code
Reply View the author
avatar
9136
deepin
2019-01-29 03:35
#3
  1. sudo apt-add-repository -r 'deb http://linux.teamviewer.com/deb stable main'
Copy the Code
Reply View the author