首先你需要把这个源加入到你的软件源文件中,输入下面的命令:
sudo deb http://oss.oracle.com/debian unstable main non-free
下一步,加入密钥:
sudo wget http://oss.oracle.com/el4/RPM-GPG-KEY-oracle -O- | sudo apt-key add -
更新源:
sudo apt-get update
安装XE database server:
sudo apt-get install oracle-xe-universal
你还需要安装XE client客户端:
sudo apt-get install oracle-xe-client
更多相关信息访问:http://www.oracle.com/technology/products/database/xe/index.html