in first picture you see, I just type "# yum -y groups install "GNOME Desktop"
and i meet the problem, that error, python-pyparsing, you see. How can I fix this problem? I try to do this, don't know wrong or right, i download a python 2.6 that i just found, but when install rpm, it happen like... can't understand: pic 1, I see have python (abi) 2.7 installed, and pic 2, it show that trouble just want to blow my mind. Can people help me how to fix this, all of that problem?
Asked
Active
Viewed 333 times
-2

hiroshi17
- 21
-
2Welcome to StackExchange! Please paste the commands and their output as code blocks, instead of as screenshots. This lets others search for your question more easily, and helps screen readers. – JigglyNaga May 27 '16 at 06:43
-
just read it, OK. don't want too much. – hiroshi17 May 27 '16 at 06:46
-
@hiroshi17: You should probably be more respectful to people trying to help you. – Julie Pelletier May 27 '16 at 07:13
-
I' sorry. But i really need help. – hiroshi17 May 27 '16 at 07:26
-
anyone here? I need your help, – hiroshi17 May 27 '16 at 07:34
-
are people hate me :( – hiroshi17 May 27 '16 at 07:42
-
Possibly related/duplicate: http://unix.stackexchange.com/questions/285723/how-to-fix-install-gnome-desktop-in-centos-7 – JigglyNaga May 27 '16 at 10:00
1 Answers
0
You are trying to install a version of python from CentOS6 onto a CentOS7 system. This won't work. You also appear to have the CentOS6 repository definition for rpmforge
. Not only is rpmforge
a bad repository to use anymore (it is no longer maintained), but it's also for the wrong version of CentOS.
I suggest you figure out why you've got bad repo definitions. I suggest reading this page for reccomended 3rd-party repos:

jsbillings
- 24,406