Первым делом решил настроить apt-get
Составил sources.list,:
Код: Выделить всё
###### Debian Main Repos #############
deb http://ftp.corbina.net/debian squeeze main contrib non-free
deb-src http://ftp.corbina.net/debian squeeze main contrib non-free
deb http://ftp.corbina.net/debian testing main contrib non-free
deb-src http://ftp.corbina.net/debian testing main contrib non-free
deb http://ftp.corbina.net/debian sid main contrib non-free
deb-src http://ftp.corbina.net/debian sid main contrib non-free
###### Backports Main Repos #############
deb http://www.backports.org/debian squeeze-backports main contrib non-free
###### Debian Update Repos #############
deb http://ftp.corbina.net/debian squeeze-updates main contrib non-free
deb http://ftp.corbina.net/debian squeeze-proposed-updates main contrib non-freeДалее apt-get update, в момент генерации package lists вылетает:
Код: Выделить всё
Reading package lists... Error!
E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/ftp.corbina.net_debian_dists_squeeze_contrib_i18n_Translation-en%5fUS
E: The package lists or status file could not be parsed or opened.Перебрал все способы вынутые из гугла.
rm /var/lib/apt/lists/* -vf
/var/cache/apt# rm srcpkgcache.bin pkgcache.bin
Самое непонятное заключается в том, что если оставить один репозиторий ,но тот который раньше я не пытался использовать он будет работать ! При попытки подключить другие репы с этого же адреса вылетает эта ошибка. Далее с этого репозитория система отказывается работать даже если я снова оставляю его одного. Складывается ощущение, как будто где то кеш лежит с ошибкой.