Tag: 依赖

添加源URI

我试图运行命令: sudo apt-get build-dep glfw3 但是,我收到了这个错误的回报: reading package lists… Done E: You must put some ‘source’ URIs in your sources.list 我在这里查看了建议: 错误::您必须在sources.list中放置一些“源”URI 但是我不确定我是否应该使用与顶部注释建议的方法相同的方法,或者如果我这样做的话,将这些行放在/etc/apt/sources.list中。 以下是我正在遵循的安装GLFW3的步骤 1.) Downloaded latest build here: http://www.glfw.org/download.html 2.) Run: sudo apt-get build-dep glfw or sudo apt-get build-dep glfw3 *(stuck on this step)* 3.) run: make, then make install http://www.glfw.org/download.html任何帮助表示赞赏。 运行Ubuntu桌面16.04 编辑: 一旦我安装了这个,有没有人知道它是否可以全局使用,还是我需要以某种方式将它添加到shell?

无法在Ubuntu natty 64bit上安装wine

我刚刚安装了Ubuntu natty 64bit。 现在我正在尝试安装葡萄酒,无论我怎么做(软件中心/突触/终端),它都会失败。 这是我在终端上尝试的内容: sudo apt-get update sudo apt-get install wine 表明: 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 […]

什么是依赖?

有时,在安装时会说“依赖”缺失。 什么是依赖?

无法安装libpcre3-dev

我正在尝试安装libpcre3-dev但它给了我以下错误: 以下软件包有未满足的依赖项:libpcre3-dev:取决于:libpcre3(= 2:8.38-3.1)但是2:8.39-1 + deb.sury.org~trusty + 1将被安装E:无法纠正问题,你已经破了包裹。 2:8.39-1+deb.sury.org~trusty+1来自’old’ppa(ondrej),所以我选了一个全新的Sources.list。 我有同样的问题与php7.0-dev ,最终卸载php7.0并从官方回购安装它。 现在,当我想删除libpcre3它想删除几乎所有的包? 是否有另一种方法将libpcre3包“更改”为“官方”包? 我也试过这个 ,没有运气

正确的安装虚拟依赖的方法

我正在创建基于Java的应用程序的.deb包(请参阅此超级用户问题 )。 我现在使用以下依赖项信息: Depends: java-runtime-headless (>= 1.6) Recommends: openjdk-7-jre-headless, … 现在我正在尝试安装它: $ sudo dpkg -i MYAPP.deb Selecting previously unselected package MYAPP. (Reading database … 140874 files and directories currently installed.) Unpacking MYAPP (from MYAPP.deb) … dpkg: dependency problems prevent configuration of MYAPP: MYAPP depends on java-runtime-headless (>= 1.6); however: Package java-runtime-headless is not installed. dpkg: […]

处理时遇到错误:jitsi-meet-tokens

我已经使用Ubuntu几年了,但我刚刚安装了16.04版本,而且我遇到了很多问题。 我不是命令行专家,但我昨晚试图安装一些软件,它正在创建问题(也没有正常工作)。 当我运行sudo apt-get -f install ,我看到以下消息: Reading package lists… Done Building dependency tree Reading state information… Done Correcting dependencies… Done The following additional packages will be installed: lua-event lua-expat lua-filesystem lua-sec lua-socket lua5.1 prosody Suggested packages: lua-zlib lua-dbi-postgresql lua-dbi-mysql lua-dbi-sqlite3 The following packages will be REMOVED: jitsi-meet-tokens The following NEW packages will be installed: […]

Ubuntu 16.04中Python包的apt-get升级错误

You might want to run ‘apt-get -f install’ to correct these. The following packages have unmet dependencies: libpython3.6 : Depends: libpython3.6-stdlib (= 3.6.5-5~16.04.york1) but 3.6.5-5~16.04.york0 is installed libpython3.6-dev : Depends: libpython3.6-stdlib (= 3.6.5-5~16.04.york1) but 3.6.5-5~16.04.york0 is installed libpython3.6-stdlib : Depends: libpython3.6-minimal (= 3.6.5-5~16.04.york0) but 3.6.5-5~16.04.york1 is installed python3.6 : Depends: libpython3.6-stdlib (= 3.6.5-5~16.04.york1) but 3.6.5-5~16.04.york0 […]

Adobe reader x64缺少依赖项

执行acroread后我收到错误: acroread: error while loading shared libraries: libxml2.so.2: cannot open shared object file: No such file or directory

依赖关系和预先依赖关系有什么区别?

什么是“依赖”和“预先依赖”,以及我在Ubuntu中安装东西时这两种类型的包需求之间的区别?

如何直观地显示包的依赖关系?

这只是为了好玩和好奇:有没有一种工具,我可以直观地看到包的依赖关系作为图形? 也就是说,给定包依赖的包。 这可以是使用ASCII图形(如树或Mercurial的graphlog)显示的命令行工具,也可以是可视化显示依赖关系图的GUI工具。 可以在视觉上显示依赖关系的任何其他工具组合也可以工作。