Package Manager update error [duplicate]
up vote
-1
down vote
favorite
This question already has an answer here:
How do I fix a “Problem with MergeList” or “status file could not be parsed” error when trying to do an update?
8 answers
Kindly help me with this error. All the applications on the software centre are not loading and package manger has error too.
Error while trying to update from package manager
software-center
marked as duplicate by muru, Zanna, Eric Carvalho, Charles Green, Fabby Nov 29 at 22:22
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
up vote
-1
down vote
favorite
This question already has an answer here:
How do I fix a “Problem with MergeList” or “status file could not be parsed” error when trying to do an update?
8 answers
Kindly help me with this error. All the applications on the software centre are not loading and package manger has error too.
Error while trying to update from package manager
software-center
marked as duplicate by muru, Zanna, Eric Carvalho, Charles Green, Fabby Nov 29 at 22:22
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
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 at 17:56
5
Possible 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 at 6:52
add a comment |
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
This question already has an answer here:
How do I fix a “Problem with MergeList” or “status file could not be parsed” error when trying to do an update?
8 answers
Kindly help me with this error. All the applications on the software centre are not loading and package manger has error too.
Error while trying to update from package manager
software-center
This question already has an answer here:
How do I fix a “Problem with MergeList” or “status file could not be parsed” error when trying to do an update?
8 answers
Kindly help me with this error. All the applications on the software centre are not loading and package manger has error too.
Error while trying to update from package manager
This question already has an answer here:
How do I fix a “Problem with MergeList” or “status file could not be parsed” error when trying to do an update?
8 answers
software-center
software-center
asked Aug 17 at 15:10
nini
12
12
marked as duplicate by muru, Zanna, Eric Carvalho, Charles Green, Fabby Nov 29 at 22:22
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
marked as duplicate by muru, Zanna, Eric Carvalho, Charles Green, Fabby Nov 29 at 22:22
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
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 at 17:56
5
Possible 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 at 6:52
add a comment |
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 at 17:56
5
Possible 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 at 6:52
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 at 17:56
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 at 17:56
5
5
Possible 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 at 6:52
Possible 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 at 6:52
add a comment |
1 Answer
1
active
oldest
votes
up vote
-2
down vote
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
Consider editing your answer. It does not look as complete working instruction. Fix typos.
– N0rbert
Aug 17 at 17:40
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
-2
down vote
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
Consider editing your answer. It does not look as complete working instruction. Fix typos.
– N0rbert
Aug 17 at 17:40
add a comment |
up vote
-2
down vote
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
Consider editing your answer. It does not look as complete working instruction. Fix typos.
– N0rbert
Aug 17 at 17:40
add a comment |
up vote
-2
down vote
up vote
-2
down vote
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
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
edited Nov 28 at 11:59
answered Aug 17 at 16:22
HacKaDoN
174
174
Consider editing your answer. It does not look as complete working instruction. Fix typos.
– N0rbert
Aug 17 at 17:40
add a comment |
Consider editing your answer. It does not look as complete working instruction. Fix typos.
– N0rbert
Aug 17 at 17:40
Consider editing your answer. It does not look as complete working instruction. Fix typos.
– N0rbert
Aug 17 at 17:40
Consider editing your answer. It does not look as complete working instruction. Fix typos.
– N0rbert
Aug 17 at 17:40
add a comment |
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 at 17:56
5
Possible 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 at 6:52