Evan's posterous

Adventures in pomodoro and other such things

Filed underapt-get

See all posts on Posterous with this tag »

Evan Jehu


Tumblr
Evan Jehu's profile »

Tags

  • linux (20)
  • mac (7)
  • ssh (4)
  • yoga (4)
  • java (3)
  • maven (3)
  • mysql (3)
  • cheat sheet (2)
  • mythtv (2)
  • python (2)
  • View all 38 tags »
  • quote (2)
  • subversion (2)
  • template (2)
  • trac (2)
  • apache (1)
  • appengine (1)
  • apt-get (1)
  • backup (1)
  • bash (1)
  • blackberry (1)
  • cool app (1)
  • cron (1)
  • firefox (1)
  • flash (1)
  • humor (1)
  • img (1)
  • openssl (1)
  • pomodoro technique (1)
  • project (1)
  • regex (1)
  • rpm (1)
  • safari (1)
  • script (1)
  • sql (1)
  • usb (1)
  • video (1)
  • visualization (1)
  • web (1)

Archive

2011 (1)
September (1)
2009 (33)
October (6)
August (3)
July (5)
June (17)
May (1)
March (1)
2008 (4)
October (1)
September (1)
May (1)
January (1)
2007 (8)
October (1)
September (1)
August (2)
July (2)
May (1)
April (1)
2004 (1)
January (1)
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]

Filed under  //

  • apt-get
  • linux
  • 0 responses
  • Like
  • Comment