0

I have tried the following command to install Cuttlefish

 sudo add-apt-repository ppa:noneed4anick/cuttlefish

But it did not work.Tell me if there is any other way to install cuttlefish

Tiny Jaguar
  • 123
  • 1
  • 9

2 Answers2

1

Visit this site

Cuttlefish - Launchpad

or download

cuttlefish_12.08_all.deb

BiggJJ
  • 1,249
  • 9
  • 23
1

This problem seems to stem from the fact that Cuttlefish is not yet compatible out of the box with Ubuntu 13.04. This thread (See Post 10 specifically) appears to have found a workaround. Post 10 suggests that you should only have to download three dependencies:

library for launchpad integration common data
library for launchpad integration
library for launchpad integration (gir files)

Afterwards, just install Cuttlefish via: sudo apt-get install cuttlefish

travisw
  • 344
  • 3
  • 6
  • 16