Yum、Redhat - 「…間の名前の衝突」エラーが発生するのはなぜですか? また、これを修正するにはどうすればいいですか?

Yum、Redhat - 「…間の名前の衝突」エラーが発生するのはなぜですか? また、これを修正するにはどうすればいいですか?

「yum」を起動しようとするたびに、次のエラーが発生します。

Name collision between kterm kterm
Name collision between kterm-color kterm-color
Name collision between xterm-nic xterm-nic
Name collision between xterm1 xterm1
Name collision between color_xterm color_xterm
Name collision between xterm-color xterm-color
Name collision between gnome-rh62 gnome-rh62
Name collision between gnome-rh72 gnome-rh72
Name collision between gnome-rh80 gnome-rh80
Name collision between gnome-rh90 gnome-rh90
Name collision between gnome-fc5 gnome-fc5
Name collision between gnome gnome
Name collision between gnome-256color gnome-256color
Name collision between kvt kvt
Name collision between konsole-base konsole-base
Name collision between konsole-linux konsole-linux
Name collision between konsole-solaris konsole-solaris
Name collision between konsole-xf3x konsole-xf3x
Name collision between konsole-xf4x konsole-xf4x
Name collision between konsole-vt100 konsole-vt100
Name collision between konsole-vt420pc konsole-vt420pc
Name collision between konsole-16color konsole-16color
Name collision between konsole konsole
Name collision between mlterm mlterm
Name collision between rxvt-basic rxvt-basic
Name collision between rxvt+pcfkeys rxvt+pcfkeys
Name collision between rxvt rxvt
Name collision between rxvt-color rxvt-color
Name collision between rxvt-256color rxvt-256color
Name collision between rxvt-xpm rxvt-xpm
Name collision between rxvt-cygwin rxvt-cygwin
Name collision between rxvt-cygwin-native rxvt-cygwin-native
Name collision between rxvt-16color rxvt-16color
Name collision between rxvt-unicode rxvt-unicode
Name collision between Eterm Eterm
Name collision between xtermm xtermm
Name collision between xtermc xtermc
Name collision between xterm-pcolor xterm-pcolor
....

それをどうやって修正するか誰か知っていますか?

答え1

すべての *.repo を /etc/yum.repos.d/ から /tmp/ に一時的に (再) 移動し、その後「yum clean all」を試すことをお勧めします。これで問題が解決した場合は、それらのファイルを確認して 1 つずつ元に戻し、問題がいつ再発するかを確認してください。

[alexus@wcmisdlin02 ~]$ yum repolist
Loaded plugins: refresh-packagekit
repo id                                                                                             repo name                                                                                                                         status
adobe-linux-x86_64                                                                                  Adobe Systems Incorporated                                                                                                            2
epel                                                                                                Extra Packages for Enterprise Linux 6 - x86_64                                                                                    7,720
google-chrome                                                                                       google-chrome                                                                                                                         3
google-talkplugin                                                                                   google-talkplugin                                                                                                                     1
sl                                                                                                  Scientific Linux 6.1 - x86_64                                                                                                     6,251
sl-security                                                                                         Scientific Linux 6.1 - x86_64 - security updates                                                                                  1,954
repolist: 15,931
[alexus@wcmisdlin02 ~]$ sudo mv /etc/yum.repos.d/*.repo /tmp/
[alexus@wcmisdlin02 ~]$ yum repolist
Loaded plugins: refresh-packagekit
repolist: 0
[alexus@wcmisdlin02 ~]$ 

答え2

Pythonの新しいバージョンを再インストールし、環境変数をいくつか変更したらうまくいきました。これに従ってください解決私の場合、問題を解決するために何をしたかを確認するには、リンクを参照してください。「解決リンク」の問題は別のものでしたが、そこの手順に従うと、このページで説明されている問題も解決されます。

関連情報