Yum -y обновление
Loaded плагинов: fastestmirror база | 3,6 kB 00:00 epel/x86_64/metalink | 22 kB 00:00 комплектующие | 3.4 kB 00:00 mysql-connector-community | 2.5 kB 00:00 mysql-tools-community | 2.5 kB 00:00 mysql56-сообщество | 2,5 кБ 00:00Yum просто перестал woiking и дает ошибки
14: Ошибка HTTP 404 - не найден http://apt.sw.be/redhat/el6/en/x86_64/rpmforge/repodata/repomd.xml: [Errno 14] Ошибка HTTP 404 - Not Found Попытка другое зеркало. Для решения этой проблемы, пожалуйста, обратитесь к ниже статье базы знаний
Если выше статья не поможет решить эту проблему, пожалуйста, создайте ошибку на https://bugs.centos.org/
Один из настроенных хранилищ не удалось (RHEL 7 - RPMforge. net-dag), и yum не хватает кэшированных данных для продолжения. На данный момент только безопасная вещь, которую может сделать yum, терпит неудачу. Есть несколько способов, чтобы работать «исправить» это:
1. Contact the upstream for the repository and get them to fix the problem.
2. Reconfigure the baseurl/etc. for the repository, to point to a working
upstream. This is most often useful if you are using a newer
distribution release than is supported by the repository (and the
packages for the previous distribution release still work).
3. Disable the repository, so yum won't use it by default. Yum will then
just ignore the repository until you permanently enable it again or use
--enablerepo for temporary usage:
yum-config-manager --disable rpmforge
4. Configure the failing repository to be skipped, if it is unavailable.
Note that yum will try to contact the repo. when it runs most commands,
so will have to try and fail each time (and thus. yum will be be much
slower). If it is a very temporary problem though, this is often a nice
compromise:
yum-config-manager --save --setopt=rpmforge.skip_if_unavailable=true
--- Я получаю эту ошибку в любое время, когда я пытаюсь с помощью ня
Почему у вас есть репо добавлено, что больше не доступно? для одного и второго, всякий раз, когда yum на моем rhel не может найти один репо, он просто пропускает это репо и переходит к другим, если только репо не требуется для пакета. – jgr208
Разве это немного НЕ ОТКРЫТЬ ТЕМУ? Насколько мне известно, это не имеет никакого отношения к программированию. –
Это не про программирование или нет. Я просто не могу найти способ исправить это, и я новичок в использовании Linux – Oladapo