Maui Forums

Full Version: apt-get update && sudo apt-get dist-upgrade with warnings
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
What can I do about this messages

Code:
sudo apt-get update && sudo apt-get dist-upgrade

.
.
.

Paketlisten werden gelesen... Fertig
W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:2 and /etc/apt/sources.list:5
W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:2 and /etc/apt/sources.list:5
W: Target DEP-11 (main/dep11/Components-amd64.yml) is configured multiple times in /etc/apt/sources.list:2 and /etc/apt/sources.list:5
W: Target DEP-11-icons-hidpi (main/dep11/icons-128x128.tar) is configured multiple times in /etc/apt/sources.list:2 and /etc/apt/sources.list:5
N: Skipping acquire of configured file 'main/binary-i386/Packages' as repository 'http://ds9-maui.s3-website.eu-central-1.amazonaws.com/maui-xenial-backports-neon xenial InRelease' doesn't support architecture 'i386'
W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:2 and /etc/apt/sources.list:5
W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:2 and /etc/apt/sources.list:5
W: Target DEP-11 (main/dep11/Components-amd64.yml) is configured multiple times in /etc/apt/sources.list:2 and /etc/apt/sources.list:5
W: Target DEP-11-icons-hidpi (main/dep11/icons-128x128.tar) is configured multiple times in /etc/apt/sources.list:2 and /etc/apt/sources.list:5


???

Ciao!

Dieter
You can open the /etc/apt/sources.list file with root rights and remove the duplicate entry.
(2nd November 2017, 10:45)leszek Wrote: [ -> ]You can open the /etc/apt/sources.list file with root rights and remove the duplicate entry.

ok, thanks. My sources.list looks now like this:

Code:
deb http://ds9-maui.s3-website.eu-central-1.amazonaws.com/maui-xenial-backports-neon/ xenial main  
deb http://ds9-maui.s3-website.eu-central-1.amazonaws.com/maui-xenial-backports/ xenial main
# deb-src http://ds9-maui.s3-website.eu-central-1.amazonaws.com/maui-xenial-backports/ xenial main
# deb [arch=amd64] http://ds9-maui.s3-website.eu-central-1.amazonaws.com/maui-xenial-backports-neon/ xenial main

Is that correct? Or is there a better way to keep maui up to date?

Ciao!

Dieter
That looks ok to me.