1

I am trying to install MyUnity, but it won't install by apt-get install myunity. I get the following error:

sudo apt-get install myunity
[sudo] password for savageowl: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package myunity

Even more weird is that MyUnity is also found in the Software Center, and when I search for it, it's not there. I also found a link that launches Software Center and sends you to MyUnity, and I got and error saying I dont have it. The same thing happened with Skype, but I managed to get that installed from a debian package.

Jacob Vlijm
  • 82,471
  • 12
  • 195
  • 299
user279125
  • 11
  • 3
  • Last Ubuntu version supported was 12.04. Read also [this question](http://askubuntu.com/questions/203709/how-do-i-install-myunity-on-12-10) – girardengo May 07 '14 at 19:39

1 Answers1

0

Use these commands in terminal:

sudo add-apt-repository ppa:myunity/ppa
sudo apt-get update
sudo apt-get install myunity

I guess they can help. As may be this site.

Then use your commands:

sudo apt-get install myunity
user.dz
  • 47,137
  • 13
  • 140
  • 258