Ubuntu Fresh Install

From Noah.org
Revision as of 13:13, 31 January 2007 by Root (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

These are the packages I install on a fresh Ubuntu machine. This will get the machine ready for most of my typical uses which includes basic development.

apt-get -q -y install vim vim-python gvim
apt-get -q -y install cvs subversion
apt-get -q -y install rsync lynx wget
apt-get -q -y install bzip2 screen zip unzip binutils sharutils
apt-get -q -y install build-essential bin86 kernel-package libqt3-headers libqt3-mt-dev # For kernel hacking
apt-get -q -y install gettext
apt-get -q -y install fuse-utils
apt-get -q -y install samba
apt-get -q -y install iproute
apt-get -q -y install bridge-utils
apt-get -q -y install python
apt-get -q -y install python-dev
apt-get -q -y install build-essential # ostensibly for kernel building, but also install most build tools.
apt-get -q -y install sed flex bison autoconf
apt-get -q -y install libssl-dev
apt-get -q -y install openssl
apt-get -q -y install openssh-server
apt-get -q -y install csh # only for djb tools
apt-get -q -y install expect
apt-get -q -y install mysql-server libmysqlclient15-dev