I tried to install the Refracta snapshot .deb, using Ubuntu Software Center ("USC"), it gives this error:
- Code: Select all
"cannot install 'live-config'"
I also tried via terminal and got these errors:
- Code: Select all
Selecting previously unselected package refractasnapshot-base.
(Reading database ... 224066 files and directories currently installed.)
Preparing to unpack refractasnapshot-base_9.0.9-7_all.deb ...
Unpacking refractasnapshot-base (9.0.9-7) ...
dpkg: dependency problems prevent configuration of refractasnapshot-base:
refractasnapshot-base depends on live-config (>= 2.0.15); however:
Package live-config is not installed.
refractasnapshot-base depends on live-config-sysvinit (>= 2.0.15) | live-config-systemd | live-config-upstart; however:
Package live-config-sysvinit is not installed.
Package live-config-systemd is not installed.
Package live-config-upstart is not installed
Ok, fair enough, I have some missing dependencies. So I tried to install them, but no go -- can't install any of them.
First try:
- Code: Select all
sudo apt-get install live-config
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
live-config : Depends: live-config-sysvinit but it is not going to be installed or
live-config-backend
Recommends: console-tools but it is not installable
refractasnapshot-base : Depends: live-config-sysvinit (>= 2.0.15) but it is not going to be installed or
live-config-systemd but it is not installable or
live-config-upstart but it is not installable
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
After trying sudo apt-get -f install:
- Code: Select all
sudo apt-get install live-config
Reading package lists... Done
Building dependency tree
Reading state information... Done
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:
live-config : Depends: live-config-sysvinit but it is not going to be installed or
live-config-backend
Recommends: console-tools but it is not installable
E: Unable to correct problems, you have held broken packages.
Does anyone know if this is possible in Ubuntu 14.10?
