Evan's posterous

Adventures in pomodoro and other such things

« Back to posts
  • Viewed
    times

Filed under

  • apt-get
  • linux
October 27, 2007

get package dependencies using apt-get

  • Edit
  • Delete
  • Tags
  • Autopost

If your are compiling software from source under linux you may be able to obtain the required packages using apt-get, first locate the packaged software using apt-cache:

sudo apt-cache search [software]

then look for the appropriate package name and then use apt-get to install the required dev packages, libs etc:

sudo apt-get build-dep [package]

  • 0 responses
  • Like
  • Comment