Maui Forums
Error update - Printable Version

+- Maui Forums (https://forums.mauilinux.org)
+-- Forum: Maui Support (https://forums.mauilinux.org/forumdisplay.php?fid=74)
+--- Forum: Installation (https://forums.mauilinux.org/forumdisplay.php?fid=83)
+--- Thread: Error update (/showthread.php?tid=24081)



Error update - claude - 2nd November 2016

Sorry but new at linux. How to fix thoses errors

W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list.d/google-chrome.list:3 and /etc/apt/sources.list.d/google.list:1
W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list.d/google-chrome.list:3 and /etc/apt/sources.list.d/google.list:1
W: Target DEP-11 (main/dep11/Components-amd64.yml) is configured multiple times in /etc/apt/sources.list.d/google-chrome.list:3 and /etc/apt/sources.list.d/google.list:1
W: Target DEP-11-icons (main/dep11/icons-64x64.tar) is configured multiple times in /etc/apt/sources.list.d/google-chrome.list:3 and /etc/apt/sources.list.d/google.list:1


RE: Error update - leszek - 2nd November 2016

You have duplicates in those two files and the given line number (after the colon)
Just remove one of those lines so either line 3 of google-chrome.list file or the first one of the google.list file.
You need root rights for this.


RE: Error update - claude - 9th November 2016

(2nd November 2016, 10:23)leszek Wrote: You have duplicates in those two files and the given line number (after the colon)
Just remove one of those lines so either line 3 of google-chrome.list file or the first one of the google.list file.
You need root rights for this.

how to do it ,and what would be the command lineĀ 
Thx


RE: Error update - leszek - 9th November 2016

You can use
Code:
sudo rm /etc/apt/sources.list.d/google.list
to remove this file and run
Code:
sudo apt-get update
right after that.


RE: Error update - claude - 10th November 2016

(9th November 2016, 23:54)leszek Wrote: You can use
Code:
sudo rm /etc/apt/sources.list.d/google.list
to remove this file and run
Code:
sudo apt-get update
right after that.

Thanks you. All done , learning everyday. Best distro for me so far Smile