How to check if I already install "dependencies" ?
Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
How to check if I already install "dependencies" ?
This is my second tried on linux and I was going to compile some program myself without those automatic apt-get but I don't know how to check if I already has a need dependencies, Is there any command to check specific or all dependencies that I already has ? I'm using fedora core 6 and debian at this moment.
When you compile something from source, you will likely get an error if a dependency is not met at compile time (if the package uses autotools, this usually occurs in the “configure” script).
Most source packages contain a configure script. Running this script './configure' checks for the dependencies for you it doesn't actually compile the thing. That's what it's for and is the easiest way to run the check.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.