Quote:
Originally Posted by acidzebra
that * at the end imply the system will try to install every vaguely python-related package, most of which you probably won't need and some of which may conflict with others (as you have noticed)?
|
Thanks.
I have some developed this habit of putting an * at the end. I think this might installed all the necessary packages will run smoothly forever, not knowing the possible conflict with other packages. I wanted to be safe and happy instead I have made a mess, thanks for correcting me, though. Thanks.
Ok, now it looks to me that I have installed all the pakcages that I need correct as the below terminal output shows, fingers crossed.
Code:
[root@localhost john]# rpm -qa python
python-2.7.3-6.fc17.i686
[root@localhost john]# rpm -qa perl
perl-5.14.2-212.fc17.i686
[root@localhost john]# rpm -qa php
php-5.4.4-4.fc17.i686
[root@localhost john]# rpm -qa mysql
mysql-5.5.25a-1.fc17.i686