Reinstalling Cloud9 on Debian Image 2015-03-01

I’ve managed to get Cloud9 uninstalled (or at least broken) on my Bone running “Debian Image 2015-03-01”.

apt-get install cloud9-installer

results in

The following packages have unmet dependencies:
cloud9-installer : Depends: c9-core-installer but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

I can’t find c9-core-installer.

How do I get Cloud9 in reinstalled?

–mark

sudo apt-get remove cloud9-installer ; sudo apt-get install c9-core-installer

Regards,

sudo apt-get remove --purge cloud9-installer ; sudo apt-get install
c9-core-installer
With the option --purge u get rid of the configuratio files as well ;
Have a look at
man apt-get
HTH

Robert, that did it. Thanks…

I use Cloud9 for almost all me editing now and wan’t looking forward to starting with a fresh image.
(I wrote most of the Cookbook with Cloud9!)

–Mark