Is there any way to know dependencies of a software before actually installing it. I don't have an Internet connection at home. Whenever I install a software most of the times the installation fails due to one or the other dependency not present in my system.
Is there any way to ensure successful installation of a software in Linux in offline mode other than previously installing all the required dependencies? I am new to Linux. Please help me out.
| |||||||||||
feedback
|
|
A common sense rule assumes providing info about dependencies in install instructions. That's README or INSTALL in the source code tarball of the app. While many package managers track dependencies between packages (not all of them, for example the package manager in Slackware Linux doesn't track dependencies, and this is not definitely bad, because fighting with a package manager that is smarter than it should be can be a harder task than just resolving dependencies manually), the above mentioned files are the first place where package maintainers go when including some software into a repository. There are many smaller tricks, like:
| |||
|
feedback
|
