W: 目標來源 (main/source/Sources) 在 /etc/apt/sources.list:2 和 /etc/apt/sources.list:7 中設定多次

W: 目標來源 (main/source/Sources) 在 /etc/apt/sources.list:2 和 /etc/apt/sources.list:7 中設定多次

執行“sudo apt-get update”時出錯

 xyz@xyz:~$ sudo apt-get update
Hit:1 https://dl.winehq.org/wine-builds/ubuntu focal InRelease
Hit:2 http://packages.microsoft.com/repos/code stable InRelease                           
Hit:3 http://archive.canonical.com/ubuntu focal InRelease                                 
Hit:4 http://ppa.launchpad.net/maarten-fonville/android-studio/ubuntu focal InRelease
Hit:5 http://archive.ubuntu.com/ubuntu focal InRelease
Hit:6 http://archive.ubuntu.com/ubuntu focal-updates InRelease
Get:7 http://archive.ubuntu.com/ubuntu focal-backports InRelease [101 kB]
Hit:8 http://ppa.launchpad.net/ubuntuhandbook1/lives/ubuntu focal InRelease
Get:9 http://archive.ubuntu.com/ubuntu focal-security InRelease [114 kB]
Hit:10 http://dl.google.com/linux/chrome/deb stable InRelease
Fetched 214 kB in 6s (37.1 kB/s)
Reading package lists... Done
W: Target Sources (main/source/Sources) is configured multiple times in /etc/apt/sources.list:2 and /etc/apt/sources.list:7
W: Target Sources (main/source/Sources) is configured multiple times in /etc/apt/sources.list:2 and /etc/apt/sources.list:7

答案1

這不是錯誤,而是警告,它只是告訴您同一個存儲庫在/etc/apt/sources.list.您可以透過刪除該檔案的第 7 行來刪除第二個定義。

相關內容