История изменений
Исправление Vsevolod-linuxoid, (текущая версия) :
Судя по всему, вот с этим проблемы:
Repo-id : pgdg10/7/x86_64
Command line error: no such option: --detail 7 - x86_64
[tessa@41530 ~]$ 68084041
Repo-updated : Thu Nov 10 15:40:44 2022
Repo-pkgs : 1,153
Repo-size : 1.0 G
Repo-baseurl : https://download.postgresql.org/pub/repos/yum/10/redhat/rhel-7-x86_64/
Repo-expire : 21,600 second(s) (last: Wed Dec 14 17:40:17 2022)
Filter : read-only:present
Repo-filename: /etc/yum.repos.d/pgdg-redhat-all.repo
То есть так:
yum-config-manager --disable pgdg10/7/x86_64
yum clean all
yum update
Ну или руками:
cp /etc/yum.repos.d/pgdg-redhat-all.repo /etc/yum.repos.d/pgdg-redhat-all.repo.backup20231219
vi /etc/yum.repos.d/pgdg-redhat-all.repo
, найти там нужный репозиторий и сменить enabled=1
на enabled=0
, потом
yum clean all
yum update
Но перед этим поучись использовать Vi, это мягко говоря не интуитивный редактор.
Исходная версия Vsevolod-linuxoid, :
Судя по всему, вот с этим проблемы:
Repo-id : pgdg10/7/x86_64
Command line error: no such option: --detail 7 - x86_64
[tessa@41530 ~]$ 68084041
Repo-updated : Thu Nov 10 15:40:44 2022
Repo-pkgs : 1,153
Repo-size : 1.0 G
Repo-baseurl : https://download.postgresql.org/pub/repos/yum/10/redhat/rhel-7-x86_64/
Repo-expire : 21,600 second(s) (last: Wed Dec 14 17:40:17 2022)
Filter : read-only:present
Repo-filename: /etc/yum.repos.d/pgdg-redhat-all.repo
То есть так:
yum-config-manager --disable pgdg10/7/x86_64
yum clean all
yum update
Ну или руками:
cp /etc/yum.repos.d/pgdg-redhat-all.repo /etc/yum.repos.d/pgdg-redhat-all.repo.backup20231219
vi /etc/yum.repos.d/pgdg-redhat-all.repo
, найти там нужный репозиторий и сменить enabled=1
на enabled=0
, потом
yum clean all
yum update
Но перед этим поучить использовать Vi, это мягко говоря не интуитивный редактор.