Aug 8, 2004 #1 12345671 IS-IT--Management May 24, 2003 106 AU What is the difference between .src.rpm and .rpm? What command for src.rpm
Aug 8, 2004 #2 tom11011 MIS Oct 12, 2001 537 US src.rpm is just that, the source code packaged in a rpm. regular rpm's are already compiled and ready to use. Upvote 0 Downvote
src.rpm is just that, the source code packaged in a rpm. regular rpm's are already compiled and ready to use.
Aug 8, 2004 Thread starter #3 12345671 IS-IT--Management May 24, 2003 106 AU so how to use src.rpm ? Will it have the same result as you install by just rpm? Upvote 0 Downvote
Aug 8, 2004 #4 franklin97355 Technical User Jul 11, 2002 3,753 US The src.rpm will unpack the source code so you can modify it if you know how. Upvote 0 Downvote
Aug 11, 2004 #5 ericbrunson Technical User Jan 9, 2004 2,092 US No, you build an rpm from the src rpm and then install the resulting rpm. to rebuild on redhat: rpmbuild --rebuild your.src.rpm Upvote 0 Downvote
No, you build an rpm from the src rpm and then install the resulting rpm. to rebuild on redhat: rpmbuild --rebuild your.src.rpm