如何在ubuntu 14.04中安装 深度音乐呢?
Tofloor
poster avatar
inspiron458
deepin
2014-04-22 02:22
Author
通过ppa安装不成功
单独下载深度的deb包也不成功
  1. inspiron@inspiron:~$ sudo apt-get install deepin-music-player
  2. Reading package lists... Done
  3. Building dependency tree      
  4. Reading state information... Done
  5. Some packages could not be installed. This may mean that you have
  6. requested an impossible situation or if you are using the unstable
  7. distribution that some required packages have not yet been created
  8. or been moved out of Incoming.
  9. The following information may help to resolve the situation:
  10. The following packages have unmet dependencies:
  11. deepin-music-player : Depends: gstreamer0.10-ffmpeg but it is not installable
  12. E: Unable to correct problems, you have held broken packages.
  13. inspiron@inspiron:~$
Copy the Code
Reply Favorite View the author
All Replies
nhkk2012
deepin
2014-05-01 08:53
#1
sudo add-apt-repository ppa:mc3man/trusty-media
sudo add-apt-repository ppa:noobslab/deepin-sc
sudo apt-get update
sudo apt-get install deepin-music-player gstreamer0.10-ffmpeg
成功
Reply View the author