hi guys, where is the kernel source (rpm or tar) for suse located? is it in the CD? I need kernel source of 2.4.7-64GB-SMP -Patrick
On Tue, 17 Dec 2002, Law wrote:
hi guys, where is the kernel source (rpm or tar) for suse located? is it in the CD?
I need kernel source of 2.4.7-64GB-SMP
-Patrick
Patrick Try looking on cd number six, in suse/zq2. One thing that can help you in searching for a specific package is the archives file on the first cd. Mount the first cd, and then ungzip the file called ARCHIVES.gz to some directory. After you do that, you can search for what you need using grep. I found the location of the kernel sources by using this command: grep 'CD6' ARCHIVES | grep 'kernel' I am using SuSE 8.0, so the location of the kernel sources might be different for you. hth, Kevin
Kevin L Hochhalter wrote:
On Tue, 17 Dec 2002, Law wrote:
hi guys, where is the kernel source (rpm or tar) for suse located? is it in the CD?
I need kernel source of 2.4.7-64GB-SMP
-Patrick
Patrick
Try looking on cd number six, in suse/zq2. One thing that can help you in searching for a specific package is the archives file on the first cd. Mount the first cd, and then ungzip the file called ARCHIVES.gz to some directory. After you do that, you can search for what you need using grep. I found the location of the kernel sources by using this command:
grep 'CD6' ARCHIVES | grep 'kernel'
I am using SuSE 8.0, so the location of the kernel sources might be different for you.
No need to unzip it. Try: mount /cdrom zgrep kernal /cdrom/ARCHIVES
On Tue, 17 Dec 2002, jalal wrote:
where is the kernel source (rpm or tar) for suse located? is it in the CD?
I need kernel source of 2.4.7-64GB-SMP
Try looking on cd number six, in suse/zq2. One thing that can help you in searching for a specific package is the archives file on the first cd. Mount the first cd, and then ungzip the file called ARCHIVES.gz to some directory. After you do that, you can search for what you need using grep. I found the location of the kernel sources by using this command:
grep 'CD6' ARCHIVES | grep 'kernel'
I am using SuSE 8.0, so the location of the kernel sources might be different for you.
No need to unzip it. Try:
mount /cdrom zgrep kernal /cdrom/ARCHIVES
The command above won't find anything unless "kernel" is spelled correctly. Jim
On Tue, 17 Dec 2002, jalal wrote:
Kevin L Hochhalter wrote:
On Tue, 17 Dec 2002, Law wrote:
hi guys, where is the kernel source (rpm or tar) for suse located? is it in the CD?
I need kernel source of 2.4.7-64GB-SMP
-Patrick
Patrick
Try looking on cd number six, in suse/zq2. One thing that can help you in searching for a specific package is the archives file on the first cd. Mount the first cd, and then ungzip the file called ARCHIVES.gz to some directory. After you do that, you can search for what you need using grep. I found the location of the kernel sources by using this command:
grep 'CD6' ARCHIVES | grep 'kernel'
I am using SuSE 8.0, so the location of the kernel sources might be different for you.
No need to unzip it. Try:
mount /cdrom zgrep kernal /cdrom/ARCHIVES
Thanks! I hadn't known about zgrep. Kevin
participants (4)
-
jalal
-
Jim Cunning
-
Kevin L Hochhalter
-
Law