CODE-ing
ubuntu:: apt-get update 에 중복 list 오류
손잡기
2024. 4. 11. 20:37
ERROR MESSAGE
W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:33 and /etc/apt/sources.list:87
W: Target Packages (main/binary-i386/Packages) is configured multiple times in /etc/apt/sources.list:33 and /etc/apt/sources.list:87
W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:33 and /etc/apt/sources.list:87
조치)
How can I fix apt error "W: Target Packages ... is configured multiple times"?
I just installed Ubuntu Gnome 16.04. I told it to save my documents - which worked. Some software had to be reinstalled. Now when I run sudo apt-get update I see this: W: Target Packages (main/bin...
askubuntu.com
sudo apt install python3-apt
# 다운로드 파일 aptsources-cleanup.pyz
# https://github.com/davidfoerster/aptsources-cleanup/releases/latest
cd Downloads
chmod a+x aptsources-cleanup.pyz
sudo ./aptsources-cleanup.pyz
_
반응형