alexcolson

Untitled

Nov 16th, 2011
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.19 KB | None | 0 0
  1. # install alien
  2. sudo apt-get install alien
  3.  
  4. # convert cx_Oracle-5.1.1-11g-py26-1.i386.rpm to cx_Oracle-5.1.1-11g-py26-1.i386.deb and install it
  5. alien -i cx_Oracle-5.1.1-11g-py26-1.i386.rpm
  6.  
  7.  
Advertisement
Add Comment
Please, Sign In to add comment