Open aguirreg opened 7 years ago
I should also mention that I tried running "apt-get -f install" like the error message suggests.
Sorry for late reply. I've been using Laravel Valet now so was not able to update this package for quite some time. Anyways, I think the pending PR https://github.com/yajra/homestead-oracle/pull/13 should be able to fix this issue. Thanks!
Hello,
After putting the oracle-xe-11.2.0-1.0.x86_64.rpm.zip file into the puppet/modules/oracle/files directory and running "vagrant up" I get the following error:
"The following SSH command responded with a non-zero exit status. Vagrant assumes that this means the command failed!
apt-get install -y linux-headers-
uname -r
dkmsStdout from the command:
Reading package lists... Building dependency tree... Reading state information... dkms is already the newest version (2.2.0.3-2ubuntu11.3). linux-headers-4.4.0-51-generic is already the newest version (4.4.0-51.72). You might want to run 'apt-get -f install' to correct these: The following packages have unmet dependencies: google-chrome-stable : Depends: libpango1.0-0 (>= 1.14.0) but it is not going to be installed Depends: fonts-liberation but it is not going to be installed
Stderr from the command:
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution)."
Do you know how to correct this issue? Thanks for any help you can provide.