如果我在 Google Chrome 中播放电影,我会在 YouTube HTML 5 模式下快进播放电影。如果我用 Firefox 打开它,它播放得很好。有任何想法吗?
我安装了 Ubuntu 11.10 64 位,我必须在其上安装 32 位 deb 包。它取决于其他 32 位库。我用 getlibs 克服了这个问题:
sudo getlibs -i ./hp-netconnect_1.2-12_i386.deb
Run Code Online (Sandbox Code Playgroud)
包已成功安装,我可以使用它,但现在我无法使用 apt-get 安装任何东西:
ytaras@bueno:~/Downloads$ sudo apt-get install bison-doc
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
hp-netconnect:i386 : Depends: openssl:i386 but it is not going to be installed
Depends: procps:i386 but it is not going to be installed
Depends: zenity:i386 but it is …
Run Code Online (Sandbox Code Playgroud)