Не удалось найти ожидаемую запись "limited/binary-amd64/Packages" в файле выпуска
Я использую 64-битную Ubuntu 14.04. Когда я бегу sudo apt-get update это дает следующую ошибку.
Unable to find expected entry 'restricted/binary-amd64/Packages' in Release file
W: Failed to fetch http://archive.ubuntukylin.com:10006/ubuntukylin/dists/trusty/Release
Unable to find expected entry 'restricted/binary-amd64/Packages' in Release file
(Wrong sources.list entry or malformed file)
E: Some index files failed to download. They have been ignored, or old ones used instead.
Может кто-нибудь сказать мне, как решить эту проблему?
1 ответ
Решение
Откройте свой Терминал и выполните приведенную ниже командную строку (для сброса хранилищ):
sudo echo "deb http://archive.ubuntu.com/ubuntu trusty main universe restricted multiverse" > /etc/apt/sources.list
Затем выполните:sudo apt-get update
Теперь это должно быть исправлено.