The installation of phonon package under QT5

Asked by 张京林

I use QT5 in Ubuntu Trusty but how can I install the phonon package in my computer? I tried the command "sudo apt-get install libphonon-dev" but it didn't worked.
请问QT5平台下怎么安装phonon软件包啊,用sudo apt-get install libphonon-dev命令貌似无效了,看到问题的小伙伴们给个意见啊

Question information

Language:
Chinese (Simplified) Edit question
Status:
Solved
For:
Ubuntu phonon Edit question
Assignee:
No assignee Edit question
Solved by:
Manfred Hampl
Solved:
Last query:
Last reply:
Revision history for this message
Best Manfred Hampl (m-hampl) said :
#1

Maybe you need to install

sudo apt-get install phonon4qt5 libphonon4qt5-dev

Revision history for this message
张京林 (772358053-r) said :
#2

Thanks Manfred Hampl, that solved my question.

Revision history for this message
张京林 (772358053-r) said :
#3

When I use the command "sudo apt-get install phonon4qt5 libphonon4qt5-dev", it reported "E: 无法下载 http://cn.archive.ubuntu.com/ubuntu/pool/main/m/mesa/libgles2-mesa-dev_10.1.3-0ubuntu0.1_amd64.deb 无法解析域名“cn.archive.ubuntu.com” " and suggest to add "--fix-missing" like this "sudo apt-get install phonon4qt5 libphonon4qt5-dev --fix-missing", and then it worked. Thanks Manfred Hampl!