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 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