Skip to content

Instantly share code, notes, and snippets.

@ecelis
Created September 23, 2016 02:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ecelis/0b8fa0fddd4d28c59bffbe6620fa461d to your computer and use it in GitHub Desktop.
Save ecelis/0b8fa0fddd4d28c59bffbe6620fa461d to your computer and use it in GitHub Desktop.
Oracle 12c RHEL/CentOS 7 bootstrap
yum -y install \
unzip \
binutils \
compat-libcap1 \
compat-libstdc++-33 \
compat-libstdc++-33.i686 \
gcc \
gcc-c++ \
glibc \
glibc.i686 \
glibc-devel.i686 \
glibc-devel \
ksh \
libgcc.i686 \
libgcc \
libstdc++.i686 \
libstdc++ \
libstdc++-devel.i686 \
libstdc++-devel \
libaio.i686 \
libaio \
libaio-devel.i686 \
libaio-devel \
libXext \
libXext.i686 \
libXtst \
libXtst.i686 \
libX11 \
libX11.i686 \
libXau \
libXau.i686 \
libxcb \
libxcb.i686 \
libXi \
libXi.i686 \
make \
sysstat \
unixODBC.i686 \
unixODBC \
unixODBC-devel.i686 \
unixODBC-devel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment