Results 1 to 3 of 3
I downloaded GNOME 2.10 in source. I'm running CentOS (which is written using the RHEL 4 source). I needed to downloaded 20 or so source packages which I downloaded to ...
- 06-26-2005 #1Just Joined!
- Join Date
- Apr 2003
- Posts
- 50
I was wondering how I can install all source packages in a directory
I downloaded GNOME 2.10 in source. I'm running CentOS (which is written using the RHEL 4 source). I needed to downloaded 20 or so source packages which I downloaded to the same directory. I would like to extract them, and go into each directory and do a configure;make;checkinstall (to convert them to RPM and install). Is there a way for me to recursively install packages in this fashion. Or do I need to do them back to back?
- 06-26-2005 #2Linux Engineer
- Join Date
- Apr 2005
- Location
- Belgium
- Posts
- 1,429
you can do tar -zxvf package1 && tar -zxvf package2 && ... and so on but I think that's the only way...
** Registered Linux User # 393717 and proud of it
** Check out www.zenwalk.org
** Zenwalk 2.8 - Xfce 4.4 beta 2- 2.6.17.6 kernel = Slack on steroids! **
- 06-26-2005 #3Just Joined!
- Join Date
- Apr 2003
- Posts
- 50


Reply With Quote
