T
TommyBoy
Guest
I've been pullin my hair out, and to explain why...
I have installed the minimum install of centos 7. I did this purposely because I have ditched my seasoned time with Windows to learn Linux in all its greatness. I have not yet, and will at some point, install a desktop environment but for now I am using the shell to at least verify my wireless network card type so that I can install the correct driver and begin using yum to install additional packages and updates (yum by default looks to internet urls defined in the repositories, correct ?). My issue is this..
In order to get the info on my WLAN card, I need to run lspci. In order to run lspci, I need to have the pciutils-libs package installed. However, after much typing (and possibly installing the pciutils-libs package), I type the command “rpm -Vv pciutils-libs” hoping this will indeed verify that pciutils-libs is installed, to which the output does revile four lines of output including files and directories, but I still get the “command not found” after typing lspci. Why ?
That was the simple rundown of where my present efforts have taken me to.
I have other questions like when I run “rpm -qi pciutils-libs” and see that included in the output next to the line "Source RPM" it follows the source rpm is named “pciutils-3.2.1-4.el7.src.rpm”, but when I use the find command as root, starting from /, to search for any file matching my query string \*rpm\* I find nothing, i.e. I assume there are no source rpm packages that I can install at will without needing to use yum. Question at point, when I installed the minimum install of centos, did the installation not copy all base source rpm packages to my hard drive? If it did, is there a default location I can find them in ?
Moreover, when I run “rpm –qa” I find a list of items following the naming convention of <package&version>.el7.x86_64 Are these files, or directories? Can I extract rpms from them ?
Hope this wasn’t too many questions on my first forum post, but looking forward to your wise advice.
TommyBoy
I have installed the minimum install of centos 7. I did this purposely because I have ditched my seasoned time with Windows to learn Linux in all its greatness. I have not yet, and will at some point, install a desktop environment but for now I am using the shell to at least verify my wireless network card type so that I can install the correct driver and begin using yum to install additional packages and updates (yum by default looks to internet urls defined in the repositories, correct ?). My issue is this..
In order to get the info on my WLAN card, I need to run lspci. In order to run lspci, I need to have the pciutils-libs package installed. However, after much typing (and possibly installing the pciutils-libs package), I type the command “rpm -Vv pciutils-libs” hoping this will indeed verify that pciutils-libs is installed, to which the output does revile four lines of output including files and directories, but I still get the “command not found” after typing lspci. Why ?
That was the simple rundown of where my present efforts have taken me to.
I have other questions like when I run “rpm -qi pciutils-libs” and see that included in the output next to the line "Source RPM" it follows the source rpm is named “pciutils-3.2.1-4.el7.src.rpm”, but when I use the find command as root, starting from /, to search for any file matching my query string \*rpm\* I find nothing, i.e. I assume there are no source rpm packages that I can install at will without needing to use yum. Question at point, when I installed the minimum install of centos, did the installation not copy all base source rpm packages to my hard drive? If it did, is there a default location I can find them in ?
Moreover, when I run “rpm –qa” I find a list of items following the naming convention of <package&version>.el7.x86_64 Are these files, or directories? Can I extract rpms from them ?
Hope this wasn’t too many questions on my first forum post, but looking forward to your wise advice.
TommyBoy