1

Cannot add PPA: 'ppa:~darklin20/ubuntu/bomi'.

ERROR: '~darklin20' user or team does not exist.

Showing this message when suing this command:

 sudo add-apt-repository ppa:darklin20/bomi

please help me.

1 Answers1

3

I see three moments:

  1. The mentioned PPA was updated at 2015-05-20 (for Vivid Verver);
  2. Bomi player's GitHub account have releases from 2015 year too;
  3. You cannot simply install Bomi by deb-packages because of non-satisfied dependencies (libva1, libavcodec-ffmpeg56, etc.).

But you can install it from other newer PPA:

sudo add-apt-repository ppa:nemonein/bomi
sudo apt-get install bomi

and use it.

N0rbert
  • 103,263