我试图在我的Linode服务器上设置Bug Genie 3.x,它抱怨,因为我有pcre 7.8而不是8.x。 做一个apt-get更新和升级没有帮助,并说我有最新版本的libpcre3。 我是否应该安装其他东西,或者是7.8版本的apt-get库中的最新版本? 如果有人能够提供非常详细的指导,我会很乐意从源头上构build起来,但是否则我可能会弄得一团糟,而且宁愿使用apt-get。 请注意,这将不得不使用一个标准的LAMP堆栈(apache / php),所以如果有任何人都知道的陷阱,我将不胜感激,可以减less我的头痛。
在testing,开发和其他一些服务器和工作站环境中,我使用了各种软件包库(例如CentOS,包括: remi , epel , rpmforge , jpackage等等)。 除了手动安装yum或apt的repo头文件之外,还有哪些体面的工具可用于pipe理几个(有时是冲突的/重叠的)软件包库的使用? 出于各种原因,我保留了几个版本的CentOS,Ubuntu等,并且能够从这些存储库中抽取出来是非常方便的。 然而,pipe理哪些是可用的开销,哪里是一个巨大的痛苦,一旦你超过几台机器。 将能量,空间和时间保持在这些回复的完整镜像中,将我的系统全部放在一个中心的,本地化的点上是值得的吗? 如果不是,还有哪些可行的select? 相关的问题: 为centos / fedora 维护 , 存储库的 工具 , 体面的存储库
我试图在我的Ubuntu服务器上安装Apache2,PHP5和MySQL时启用GD。 我安装了php5-gd: apt-get install php5-gd 而当我运行php -i我得到: gd GD Support => enabled GD Version => 2.0 FreeType Support => enabled FreeType Linkage => with freetype FreeType Version => 2.4.8 T1Lib Support => enabled GIF Read Support => enabled GIF Create Support => enabled JPEG Support => enabled libJPEG Version => unknown PNG Support => enabled […]
你有任何经验/脚本创build一个受控的APT代理(*)? 目前,我正在使用apt-cacher来加速我的局域网中的安装/更新,但正如其名称所述,它只是一个caching(而且是我需要的一个很好的caching)。 唯一的缺点是我不知道如何冻结一组特定的caching/存储库来控制更新。 几乎可以肯定,apt-cacher不是这个工作的正确工具,所以,任何帮助,将不胜感激。 提前致谢, 亨伯 (*)仅包含特定软件包和更新以控制使用该存储库的操作系统的APT存储库。 我以这种方式命名,因为我不知道它是否有另一个名字
我正在尝试安装php5-sqlite3。 在命令行中input: sudo apt-get install php5-sqlite3 因为我得到: Reading package lists… Done Building dependency tree Reading state information… Done Package php5-sqlite3 is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package php5-sqlite3 has no installation candidate […]
我已经设置了我自己的存储库,我想使用SSH作为协议。 我设法使用端口22使用SSH密钥来处理所有事情。 现在,我想改变SSH端口。 我已经在SSH / repo服务器上进行了更改。 现在我不知道如何更改apt在客户端计算机上使用自定义端口。 我通过端口22工作的sources.list文件行: deb ssh://[email protected]/home/user/repo lenny main contrib non-free 我试过了: deb ssh://[email protected]:12345/home/user/repo lenny main contrib non-free 它失败,实际上说“连接到22端口失败” 可以这样做吗? 我search了几个小时的谷歌,我什么都没有,但无关的数据。 我已阅读手册页。 apt.conf的手册页指定你可以用这种方式设置HTTP端口,但是没有提到有关ssh端口的任何信息。 另外,还有一个次要问题: 我可以以某种方式指定哪个SSH标识/密钥文件用于apt? 谢谢。
我有一台运行在Debian Wheezy上的服务器。 它的源文件有以下configuration: deb http://ftp.uk.debian.org/debian/ wheezy main non-free contrib deb-src http://ftp.uk.debian.org/debian/ wheezy main non-free contrib deb http://security.debian.org/ wheezy/updates main contrib non-free deb-src http://security.debian.org/ wheezy/updates main contrib non-free # wheezy-updates, previously known as 'volatile' deb http://ftp.uk.debian.org/debian/ wheezy-updates main contrib non-free deb-src http://ftp.uk.debian.org/debian/ wheezy-updates main contrib non-free 当我尝试更新时,我得到官方Debian仓库的GPG错误: root@osgb:~# apt-get clean root@osgb:~# apt-get update Get:1 http://security.debian.org wheezy/updates […]
我用sudo apt-get install nginx安装了NGINX,现在我想用configuration选项–with-http_stub_status_module重新编译它。 我怎么能做到这一点,有没有办法让我的所有/etc/nginxconfiguration失去? 谢谢! 汤姆。
当运行apt-get我收到错误的locale: Cannot set LC_CTYPE to default locale: No such file or directory 。 我能做些什么来解决这个错误? 我从一个运行Mac OS X的盒子连接。
在我的Debian 6.0.8系统上,/ /etc/cron.daily/apt cron.daily/apt文件丢失。 因此,无人参与的升级不起作用。 我如何重新创build/修复/etc/cron.daily/apt ?