Hello,
for test purposes, I'm trying to install DSE 3 in an Ubuntu 12.04 Desktop LTS 64-bit VMWare. I had previously installed DSC, but uninstalled the community edition before starting to install DSE. I have JDK 6 Update 45 installed and followed the installation guide here: http://www.datastax.com/docs/datastax_enterprise3.0/install/install_deb_pkg
When running:
sudo apt-get install dse-full opscenter
I end up with the following package dependency issues:
user@vm-dse-1:~$ sudo apt-get install dse-full opscenter
Reading package lists... Done
Building dependency tree
Reading state information... Done
opscenter is already the newest version.
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
dse-full : Depends: dse (= 3.0.4-1) but it is not going to be installed
Depends: dse-hive (= 3.0.4-1) but it is not going to be installed
Depends: dse-pig (= 3.0.4-1) but it is not going to be installed
Depends: dse-demos (= 3.0.4-1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.