Results 1 to 6 of 6
I have a problem for installing any package with yum, for example when I want to install plymounth or any other package the following message was appear.
Code:
# yum ...
- 06-20-2009 #1Just Joined!
- Join Date
- Apr 2009
- Posts
- 11
[SOLVED] problem with yum
I have a problem for installing any package with yum, for example when I want to install plymounth or any other package the following message was appear.
and don't do any thing after it.Code:# yum install plymouth-plugin-fade-throbber Loaded plugins: refresh-packagekit
are there any command to reset the yum configuration ?
- 06-20-2009 #2Linux Newbie
- Join Date
- Apr 2009
- Posts
- 160
look in var/log/yum.log
if yum.log isn't there then do
Code:find / -name "yum.log" -print
- 06-20-2009 #3Just Joined!
- Join Date
- Apr 2009
- Posts
- 11
Thanks.
the yum.log file was not up to date, I mean that it reports events until yesterday and any problem have not reported about today. but my yum is useless now and it don't work for installing any new package.
- 06-20-2009 #4Just Joined!
- Join Date
- Jun 2009
- Posts
- 3
yum installation
first create reposotories for yum using create repo* ------
then later install the utilities with rpm
after clean repositery yum clean all
if u got it u can go through otherwise i 'll provide steps to do it
- 06-20-2009 #5Linux Newbie
- Join Date
- Apr 2009
- Posts
- 160
I'm assuming it did work for you before.
Try doingThen in another terminal or console run yum again and go back to the followed log. It should at least spit something out.Code:tail -f /var/log/yum.log
Also before you run yum, do
and kill any process that may be running and then run yumCode:ps aux |grep yum
- 06-22-2009 #6Just Joined!
- Join Date
- Apr 2009
- Posts
- 11
Thanks every one, I have done what you say and yum work for me now.



