Resolving application dependencies | apt-cache
Normally while updating an application in GNU/Linux, we download the source and compile and install it. Sometimes we find it hard to install when there are many dependencies.
Consider an example of installing Pidgin and IM, the latest version is 2.6.1, if we start compiling from source we come across few dependencies.
In normal procedure we would have to find the dependencies manually and install them with APT or aptitude.
I just tried to automate this process with the script which can be found here:source
The logic is pretty simple, i list the dependecies based on the input and install the packages from the list.
P.S : Universe, Multiverse and others must be enabled based on what you are trying to install.
Recent blog posts
- watir-webdriver web inspector
- gem list to gemfile
- Packing ruby2.0 on debian.
- Made it into The Guinness Book!
- to_h in ruby 2.0
- Filter elements by pattern jQuery.
- Better HTML password fields for mobile ?
- Grayscale image when user offline
- nth-child CSS pseudo-class Christmas colors
- EventEmitter in nodejs