$ 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
Mac M1 Ghidra 설치 (0) | 2022.09.03 |
---|---|
CTF Pwnable 문제 Docker 구축 (0) | 2021.09.12 |
다음 서명들은 공개키가 없기 때문에 인증할 수 없습니다: NO_PUBKEY 해결 (0) | 2021.09.07 |
[Android] Apktool 프레임워크(framework) 관련 디컴파일/리컴파일 에러 (0) | 2021.08.24 |
APK 파일 추출하는 방법 (adb) (0) | 2021.08.23 |