Nicolás Brailovsky


A modern blog

apt-get install new computer III

author Posted by: nico on date May 19th, 2009 | filed Filed under: Linux, Programming
Check the other two parts of this series:

tux-in-tux

I recently updated to Ubuntu 9.04 and had to reinstall my work computer. Since the stuff I use for work (mostly c++ programming) was left out in the previous two posts I’ll post it here:

  • Install build tools
  1. sudo apt-get install g++ gdb build-essential g++-4.2 omniorb4 omniidl4-python omniidl4 libxerces-c2-dev
  • Can’t live without VIM
  1. sudo apt-get install vim gvim vim-common vim-doc vim-full vim-gnome vim-gtk
  • Some additional tools
  1. sudo apt-get install ddd devhelp doxygen doxygen-gui exuberant-ctags ctags  subversion
  • Install bandwith monitor
  1. sudo apt-get install ifstat
  • Don’t you hate when you need to read an Office document while working on the console? Me too, try antiword:
  1. sudo apt-get install antiword

Done, a couple of apt-get’s and you are ready to build your c++ projects! (Ok, actually only the first one is needed, the others are nice-to-have programs).

     Add A Comment

trackback Trackback URI | rsscomment Comments RSS