Kindly help me with this error. All the applications on the software centre are not loading and package manger has error too.
Asked
Active
Viewed 58 times
-1
-
The problems, and how to fix them, seem clearly and plainly stated in the error message. Are you asking how to edit a text file? (if so, use the Search feature to look it up) – user535733 Aug 17 '18 at 17:56
-
5Possible duplicate of How do I fix a "Problem with MergeList" or "status file could not be parsed" error when trying to do an update? and to fix the warning messages How can I fix apt error “W: Target Packages … is configured multiple times”? – karel Aug 18 '18 at 06:52
1 Answers
-2
I guess u have wrote the entry of repositories multiple time in source.list
Open etc/apt/sources.list using
nano etc/apt/sources.list
Now look at the entries and check if it matches with official repository for your linux distro and look for redundancy
Repair it and then Press Ctrl
+ X
for exiting.
Press Y
for saving the buffer and then press Enter
and than type
sudo apt-get update

HacKaDoN
- 47
-
Consider editing your answer. It does not look as complete working instruction. Fix typos. – N0rbert Aug 17 '18 at 17:40