Maui Forums

Full Version: Error update
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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.
(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
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.
(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