Linux System Calls Question:
How to find out the dependency required for a package?
Answer:
#rpm -qpR filename.rpm
Lists the dependency list of packages.
Lists the dependency list of packages.
Previous Question | Next Question |
What is the diff between ssh and telnet? | What is difference between spinlock, seamaphores and mutex and where to use it? |