Tag: dependencies

如何在64位ubuntu上安装32位deb包?

我安装了Ubuntu 11.10 64位,我必须在其上安装32位deb软件包。 它取决于其他32位库。 我用getlibs克服了这个问题: sudo getlibs -i ./hp-netconnect_1.2-12_i386.deb 包安装成功,我可以使用它,但现在我无法使用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 […]

模式丢失 – Unity Tweak Tool

我理解这与这个问题和这个问题非常相似,但没有一个答案对我有用。 在尝试安装这些问题中提到的软件包时,apt-get会抛出以下错误消息: Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet […]

如何欺骗apt依赖?

可能重复: 如何创建自动安装其他包的元包? 我想使用Frescobaldi(Lilypond的编辑),但在官方回购中,lilypond(2.12.3; lilypond就像TeX for scoreheets)的打包版本有点陈旧,因为我想使用一些全新的function。 所以我只是克隆了他们的git repo并从那里安装了它。 现在我的问题是,我怎么能告诉我,我手动满足了对lilypond的依赖,所以它不会尝试安装另一个副本?

在Ubuntu 14.04 LTS上安装IPython的问题

我用的时候 pip install ipython 要么 pip install “ipython[notebook]” 我收到以下错误: Downloading/unpacking ipython Downloading ipython-2.3.1-py27-none-any.whl (2.8MB): 2.8MB downloaded Installing collected packages: ipython Cleaning up… Exception: Traceback (most recent call last): File “/usr/lib/python2.7/dist-packages/pip/basecommand.py”, line 122, in main status = self.run(options, args) File “/usr/lib/python2.7/dist-packages/pip/commands/install.py”, line 283, in run requirement_set.install(install_options, global_options, root=options.root_path) File “/usr/lib/python2.7/dist-packages/pip/req.py”, line 1435, in install requirement.install(install_options, global_options, […]

14.04 Ubuntu 64bit上的Steam安装错误

我已经尝试了在支持论坛其他地方发布的一些解决方案,其中一个似乎有用但是经过一次蒸汽更新我发现自己回到了第一个方面我是一个新的Linux用户并且我已经处于学习曲线:)感谢任何帮助 Reading package lists… Done Building dependency tree Reading state information… Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may […]