$ sudo apt install python3-apt
$ chmod a+x aptsources-cleanup.pyz
$ sudo ./aptsources-cleanup.pyz
Overlapping source entries:
1. file '/etc/apt/sources.list.d/google-chrome.list':
deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main
2. file '/etc/apt/sources.list.d/google-chrome.list':
deb http://dl.google.com/linux/chrome/deb/ stable main
I disabled all but the first entry.
1 source entry was disabled:
deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main
# deb http://dl.google.com/linux/chrome/deb/ stable main
Do you want to save these changes? (yes/no)
? yes
$ sudo apt-get update
aptsources-cleanup.pyz 다운로드