see i am working on linux fedora
Now suppose if i want to make sure that whether the library named as
libmxml is installed in my system or not then how can i know that ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Typically,
rpmhandles these dependencies for you. If you need to hard-code a dependency to a package, then you can add a line like this to yourfoo.specfile:(This line is just an example; I stole it from a project I’m associated with;
pamwon’t work for you.)