Stephen P. Molnar, Fr 10 Aug 2018 12:33:12 CEST: > I am running Stretch on my 64 bit Linux platform. This morning, when I > run apt-get update as root I get: > > root@AbNormal:/home/comp# apt update > Ign:1 http://debian.uchicago.edu/debian stretch InRelease > Hit:2 http://debian.uchicago.edu/debian stretch-updates InRelease > Hit:3 http://debian.uchicago.edu/debian stretch-backports InRelease > Hit:4 http://debian.uchicago.edu/debian stretch Release > Hit:5 https://desktop-download.mendeley.com/download/apt stable InRelease > Hit:6 http://security.debian.org/debian-security stretch/updates InRelease > Hit:7 https://repo.skype.com/deb stable InRelease > Reading package lists... Done > Building dependency tree > Reading state information... Done > All packages are up to date. > W: Target Packages (main/binary-amd64/Packages) is configured multiple > times in /etc/apt/sources.list:17 and /etc/apt/sources.list:24 [...] > root@AbNormal:/home/comp#
The warning message is pretty explicit. Take a look at the lines 17 and 24 of /etc/apt/sources.list. > Needless to say, I am a bit concerned. I run apt update several times a > week, but have not had a problem. Google gave a number of solutions > for Ubuntu, but I am rather loathe to mess with /ect/apt/sources.list: Don't know how the text below relates to the sources.list on your machine (line-number-wise) but... > # deb cdrom:[Debian GNU/Linux 9.3.0 _Stretch_ - Official amd64 DVD > Binary-1 20171209-12:11]/ stretch contrib main > > # deb cdrom:[Debian GNU/Linux 9.3.0 _Stretch_ - Official amd64 DVD > Binary-1 20171209-12:11]/ stretch main contrib > > deb http://debian.uchicago.edu/debian/ stretch main non-free contrib > deb-src http://debian.uchicago.edu/debian/ stretch main non-free contrib > > deb http://security.debian.org/debian-security/ stretch/updates main > contrib non-free > deb-src http://security.debian.org/debian-security/ stretch/updates main > contrib non-free > > # stretch-updates, previously known as 'volatile' > deb http://debian.uchicago.edu/debian/ stretch-updates main contrib > non-free > deb-src http://debian.uchicago.edu/debian/ stretch-updates main contrib > non-free > > deb http://debian.uchicago.edu/debian/ stretch-backports non-free > contrib main ...this ^^^ and.. > deb-src http://debian.uchicago.edu/debian/ stretch-backports main > contrib non-free > > deb http://debian.uchicago.edu/debian/ stretch-backports main ...that ^^^ seem to be the duplication apt warns about. -- Regards mks

