LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Games (https://www.linuxquestions.org/questions/linux-games-33/)
-   -   kernel souces install problem (https://www.linuxquestions.org/questions/linux-games-33/kernel-souces-install-problem-171765/)

FerkoPica 04-18-2004 04:08 PM

kernel souces install problem
 
[root@atrevida temp]# rpm -ihv kernel-2.4.20-8.src.rpm
1:kernel ########################################### [100%]
[root@atrevida temp]# rpm -qi kernel-2.4.20-8.src.rpm
package kernel-2.4.20-8.src.rpm is not installed
[root@atrevida temp]#
I use rpm to install kernel sources but they are not installed, i dont now where they are copied on disk(what path).

Oliv' 04-20-2004 09:47 AM

If they are installed, it's in /usr/src directory. you should have a linux directory which contains the sources...

Oliv'

mtyrce 04-20-2004 03:31 PM

IIRC to query the existence of a package you don't use the full RPM filename, but instead just the name of the actual package; that is, in your case it would be
Code:

rpm -qi kernel


All times are GMT -5. The time now is 06:55 AM.