superhxl 发表于 2013-9-8 11:00:56

2.6.3可以使用googleMusicManager了!

google早已推出linux下的GoogleMusicManager,虽然是beta版,但不影响使用。
下载地址为:https://dl.google.com/linux/direct/google-musicmanager-beta_current_i386.rpm
安装时提示依赖错误,
rpm -ivh google-musicmanager-beta_current_i386.rpm
警告:google-musicmanager-beta_current_i386.rpm: Header V4 DSA/SHA1 Signature, key ID 7fac5991: NOKEY
错误:Failed dependencies:
      qt is needed by google-musicmanager-beta-1.0.71.8015-0.i386
      qtwebkit is needed by google-musicmanager-beta-1.0.71.8015-0.i386

不过没关系,实际上系统有。加上nodeps就可以了。

终于可以在linux管理google music了!

superhxl 发表于 2013-9-8 14:55:53

--nodeps果然不能随便用。虽然googleMusicManager没影响,但是现在安装其他软件时总是提示依赖不能满足,要我修复。
# apt-get install ktorrent
Reading Package Lists... Done
Building Dependency Tree... Done
You might want to run `apt-get --fix-broken install' to correct these:
The following packages have unmet dependencies:
google-musicmanager-beta: Depends: qt
                            Depends: qtwebkit but it is not installable
ktorrent: Depends: libktorrent.so.4
E: Unmet dependencies. Try 'apt-get --fix-broken install' with no packages (or specify a solution).

haulm 发表于 2013-9-8 16:19:31

那个依赖缺失只是名称不同造成的,mgc 的 qt 一直都用 qt4 标识,你可以直接解压出来运行或者解压重新打包。
页: [1]
查看完整版本: 2.6.3可以使用googleMusicManager了!