首页 > TAG信息列表 > apt-get

使用apt-get时交叉编译

我目前正在使用Scratchbox2进行交叉编译.我可以执行./configure,从工具链提示进行安装: [SB2 mapping-armv7 armv7] 使用apt-get install时是否可以交叉编译?解决方法: dpkg-buildpackage -us -uc -aarmel 但是:Debian还不能完全轻松地交叉编译每个软件包.包创建时会考虑本机编译.

apt-get存储库如何托管/托管/构建?

无论我是在某个地方设置新的VPS还是在我坐在的旧计算机上安装Ubuntu ISO,当我想要获得自己喜欢的编程环境设置时,我所要做的就是键入 sudo apt-get install foo baz bar 然后我的计算机-做某事-最后,我通常会拥有所需要的软件. 这是如何运作的? apt-get下载预编译的二进制文件吗?还

linux-用apt-get vs PPA安装Node-有什么区别?

我没有任何问题,我很好奇-仅使用apt-get install nodejs和使用Chris Lea PPA来安装nodejs和有什么区别? Nginx似乎也可以仅使用apt-get install nginx进行完美安装,但是install instructions建议使用PPA. 谁能解释为什么我要采取额外的步骤来使用PPA进行安装,而不是仅使用apt-get in

linux-在apt-get upgrade或apt-get dist-upgrade中不强制提示

我正在使用AWS EC2 14.04 LTS,并且正在尝试运行命令 apt-get -y upgrade或apt-get -y dist-upgrade,但是,我总是这样提示: 我尝试了以下命令,但没有一个起作用,但仍然出现以上提示: apt-get更新&& apt-get -y -o Dpkg :: Options :: =“-force-confmiss” -o Dpkg :: Options :: =“

使用apt-get将php 5.5.*升级到php 5.6.*

我安装了一个新的本地服务器,当我使用apt-get install php5安装php5软件包时,它的版本为5.6. 我的生产服务器仍使用php 5.5,我想像在我的开发环境中一样将其升级到php 5.6. 我可以使用apt-get轻松做到吗?告诉apt-get切换到分支5.6? 谢谢解决方法:按照显示的顺序输入以下命令: apt-get

在python中安装openexr不起作用

我已经在我的mac上使用pip install openexr成功安装了openexr,但是同样的命令在Ubuntu上失败了: OpenEXR.cpp:9:22: fatal error: ImathBox.h: No such file or directory compilation terminated. error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 ------

linux – apt-get error:子进程/usr/bin/dpkg返回错误代码(1)

我在apt-get install中有错误 这是一个错误: The following packages have unmet dependencies: gcc-4.8-multilib : Depends: libc6-dev-i386 (>= 2.11) but it is not going to be installed libc6-dev-x32 : Depends: libc6-dev-i386 (= 2.19-0ubuntu6.6) but it is not going

哪个libmagic使用python-magic?

我正在使用 Python魔法 我用它安装了它 sudo apt-get remove libmagic-dev 为了恰当地引用它,当我试图在网上找到作者时,我意识到有多个libmagic库,例如 > http://linux.die.net/man/3/libmagic > http://swoolley.org/man.cgi/3/libmagic> http://sourceforge.net/projects/libmag

linux – 在OpenSUSE上安装apt-get

我已经安装了OpenSUSE.我想在OpenSESU上安装apt-get.比我在Google上搜索,但结果没用. 谁能告诉我如何在OpenSUSE上安装apt-get? 我不是说YaST很糟糕.不过我更喜欢Ubuntu-Softwere-Center.解决方法:您总是可以从源代码构建Debian打包系统(dpkg / apt)… http://packages.debian.org/s

linux – 一个通用的bash脚本,用于安装apt-get和yum

我正在尝试编写一个简单的bash包装器,它抽象yum和apt-get.基本上所以我们可以做一些像通用安装卷曲这是我到目前为止: # universal-install package=$1 apt=`command -v apt-get` yum=`command -v yum` if [ -n "$apt" ]; then apt-get update apt-get -y install $packag

linux – 如何使用apt-get删除不完整的包?

我试图在Ubuntu中通过apt-get安装android-studio,并发现需要从Google下载大小为233 M的依赖包.由于我在中国,网络状况非常糟糕,我无法完全下载软件包,最后我不得不放弃.   但是这里出现了一个问题:现在每次执行apt-get时,我都会得到一个不完整依赖的提示,并被要求下载上面的包.如

linux – 如何修复“apt-get update时出现无效签名”错误?

每当我尝试sudo apt-get update时,我都会收到这些错误: W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://packages.linuxmint.com rafaela Release: The following signatu

apt-get返回错误“debconf:Perl可能未配置”/我如何理解linux错误

啊,那里. 所以我在我的覆盆子pi上安装了Debian,一切都很顺利,但是我的apt-get打破了.现在每当我尝试安装或删除任何东西时,它都会失败并返回错误消息,如下所示: debconf: Perl may be unconfigured (Quantifier follows nothing in regex; marked by <-- HERE in m/* <-- HERE

linux – 在没有apt-get或yum的情况下安装git或update git

我有一些linux盒子,不允许我使用yum来安装软件包.相反,我需要下载zip或tar,然后使用包管理器在我的linux盒子上安装这些项目. 当你转到git-scm页面时,他们提供安装git的唯一方法是从命令行使用yum,apt-get等. 为什么不只是一个zip文件? 我在哪里可以找到要安装的软件包?还有其他人有

Linux“Perf”工具无法在docker镜像内运行?

我知道“perf”工具需要安装对应于特定的Linux内核版本.而且我知道所有的docker镜像都使用相同的Linux内核版本,无论Linux发行版本如何. 我在docker中使用ubuntu 16.04并且已经安装了linux-tools-common,启动perf告诉我我还缺少一些包:’ # perf /usr/bin/perf: line 32: lsb_relea

linux – apt-get落后代理.用户名和密码中的特殊字符

我想设置apt-get在我的ubuntu盒子上使用代理.我已成功配置synaptic以使用代理,因此我可以安装软件包,但我希望能够使用命令行. 我的工作代理需要用户名和密码,两者都有特殊字符. 在我的.bashrc中我有 export http_proxy="http://user@company:P@$$1234@10.20.30.40:80/" 但是,这

如何在Ubuntu上安装当前的OpenPYXL包

我有一些电子表格阅读代码(使用openpyxl),可以在我的Windows安装上正常工作.但是,在我的Ubuntu Rackspace服务器上,它失败并出现命名范围错误. 我注意到Ubuntu上的openpyxl包(我上周使用apt-get安装)已经有好几年了(1.5.6).我想安装最新版本(1.6.2). 我可以使用什么工具来安装新版

python – ReviewBoard pip安装失败

我试图在14.04.1-Ubuntu上安装ReviewBoard,我收到以下错误.我用过命令: sudo apt-get install python-setuptools python-dev memcached patch libjpeg-dev sudo pip install -U pip sudo easy_install pip sudo apt-get install python-mysqldb sudo pip install ReviewBoard Fil