0

I want to install deepin music player in my ubuntu. When I run

sudo apt-add-repository ppa:noobslab/deepin-sc

in terminal it says:

Cannot add PPA: 'ppa:noobslab/deepin-sc'.
Please check that the PPA name or format is correct.

Why is this happening? And how do I install it?

Eric Carvalho
  • 55,453

1 Answers1

0

Well how to install it is these commands:

sudo apt-add-repository ppa:noobslab/deepin-sc
sudo apt-get update
sudo apt-get install deepin-music-player

I ran them all and got no errors.

Something else is wrong. Run this command:

sudo apt-get install --reinstall ca-certificates
sudo -E add-apt-repository ppa:noobslab/deepin-sc

Source

If that doesn't work - do you have a proxy? If so - solution is here.

Tim
  • 33,500