On 26 Apr, Mick Howe wrote:
>  > 1 .How could I get source file from *.src.rpm ? 

Read up on the command rpm2cpio - it converts the rpm into a simple
cpio archive file.  You can then extract the files for study by:

        cpio -idv < something.cpio

Add the -t option if you just want a listing of what's there, instead
of extracting the files.  Depending on the cpio format, you might need
to use:

        cpio -idvc < ...
        cpio -idvH odc < ...
        cpio -idvH newc < ...
        
luke

-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to