Main Menu

Search

LINUX: How To Check Which RPM Does Particular Module File Belong To In Linux ("rpm" command)?

Below rpm command can be used to check which rpm the module file belongs to.
rpm -qf <module filename>


Below is example snippet of above command.



# rpm -qf veth.ko
kernel-uek-4.1.12-112.14.13.el6uek.x86_64

Products to which Article Applies
All Linux Environments

Additional References

No comments:

Post a Comment