adspace
How to know what are the packages required for any service?
Example: How to know what are the package required for send mail services. using any command it is passable are not?
Answer Posted / mandar
you can use
'rpm -qa sendmail'/which sendmail
to query package with its dependencies.
To install it use
'yum install package-name' which resolves its all
dependencies.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers