我的启动分区已满,我无法安装新的内核版本。 所以我试图删除一些像这样的旧版本: 得到活跃的内核 uname -a Linux Ubuntu-1404-trusty-64-minimal 3.13.0-43-generic#72-Ubuntu SMP Mon Dec 8 19:35:06 UTC 2014 x86_64 x86_64 x86_64 GNU / Linux 获得安装的内核 dpkg -l linux-image- * | grep ^ ii 输出: http : //pastebin.com/X9P81W22 现在我尝试删除linux-image-3.13.0-24-generic aptitude purge linux-image-3.13.0-24-generic 输出: http : //pastebin.com/J4Zmhf9Y 我不舒服,因为aptitude会删除linux-generic {a}和linux-image-generic {a}。 超过420MB将被释放。 但是我的启动分区看起来像这样: / dev / md1 488M 484M 0 100%/ […]
我试图清理由sendmail留下的烂摊子,我的Unix的知识是非常有限的,所以我将不胜感激一些帮助,这些软件包是否可以安全地删除,我已经运行apt-get purge sendmail* 当我运行apt-get remove –auto-remove sendmail这些软件包仍然剩下,我担心删除它们会打破别的工作。 The following packages will be REMOVED: liblockfile-bin liblockfile1 libsigsegv2 m4 procmail 0 upgraded, 0 newly installed, 5 to remove and 0 not upgraded. 这几乎是一个新鲜的dedi设置,我刚刚去保护它,所以有很多事情安装,可能会懊恼。 这将是生产,所以我想知道这些包是否可以安全地删除。
这是debian7 apt-get update 100% [Connecting to ftp.debian.org (2001:67c:2564:a119::148:12)] [Connecting to hwraid.le-vert.net (2001:bc8:357c::1)] 没事了… 没有办法安装新的软件包:它总是试图连接到hwraid.le-vert.net和FAILS。 任何想法 ?
其中一个开源的networking爬虫(Heritrix)需要运行Java。 我必须通过命令行(aptitude)将其安装在我的CENTOS上。 怎么样?
我想在我的服务器更新我的PHP 5。 在这一刻,我使用PHP 5.2.0,所以我想更新到PHP 5.2.4(不PHP 5.3)。 我试图做到这一点: aptitude update aptitude upgrade 63个数据包被更新,但不是总是在5.0的PHP 我怎样才能更新我的PHP? 以下是David在另一篇文章中提出的命令输出: aptitude search php5 p libapache-mod-php5 – server-side, HTML-embedded scripting langu i A libapache2-mod-php5 – server-side, HTML-embedded scripting langu i php5 – server-side, HTML-embedded scripting langu p php5-apache2-mod-bt – PHP bindings for mod_bt p php5-auth-pam – A PHP5 extension for PAM authentication […]
使用debian lenny并尝试执行“aptitude -f install” 我得到这个错误消息: Can't exec "locale": No such file or directory at /usr/share/perl5/Debconf/Encod ing.pm line 16. Use of uninitialized value $Debconf::Encoding::charmap in scalar chomp at /usr/s hare/perl5/Debconf/Encoding.pm line 17. dpkg: `ldconfig' not found on PATH. dpkg: 1 expected program(s) not found on PATH. NB: root's PATH should usually contain /usr/local/sbin, /usr/sbin and /sbin. […]
我在Xen下运行Ubuntu 10.4虚拟化, grub-pc软件包坏了, apt-get每次运行apt-get通知我。 我只想configurationapt-get / aptitude来永久忽略这个包。 我该怎么做呢? 处理过程中遇到错误: 蛴螬PC E:subprocess/ usr / bin / dpkg返回错误码(1) 一个包没有安装。 试图恢复: 设置grub-pc(1.98-1ubuntu7)… dpkg:处理grub-pc错误(–configure): 安装后的subprocess脚本返回错误退出状态1 处理过程中遇到错误: 蛴螬PC
在Ubuntu上,我想知道在运行sudo aptitude install ruby-rvm时将会安装哪些文件。 所以首先我做sudo aptitude download ruby-rvm 。 现在我可以做aptitude show ruby-rvm ,但是如何获得在sudo aptitude install ruby-rvm的文件列表呢? 像dpkg -L ruby-rvm如果我已经安装了它,我只想在安装它之前知道它。
在使用aptitude更新ubuntu 12.04.02 lts box时出现问题 – 似乎每当我运行aptitude或apt-get时,dns查找值都会发生变化。 例如:干净的重启: me@server:~# ping us.archive.ubuntu.com PING us.archive.ubuntu.com (91.189.91.14) 56(84) bytes of data. 64 bytes from orobas.canonical.com (91.189.91.14): icmp_req=1 ttl=49 time=49.4 ms 好的 – 正确解决。 运行aptitude: me@server:~# aptitude update Get:1 http://us.archive.ubuntu.com precise InRelease [4,254 B] Get:2 http://us.archive.ubuntu.com precise-security InRelease [4,281 B] Get:3 http://us.archive.ubuntu.com precise-updates InRelease [4,278 B] Err http://us.archive.ubuntu.com precise-security Release.gpg […]
目前运行Debian Lenny(5.0.9)。 我添加了下面的testing回购安装一个特定的包; deb http://ftp.debian.org/debian/ testing main contrib deb-src http://ftp.debian.org/debian/ testing main contrib 但是,现在当我去安装另一个软件包(libc6-dev)时,这是结果; The following packages are BROKEN: libc6-dev The following NEW packages will be installed: binutils{a} cpp{a} cpp-4.3{a} gcc{a} gcc-4.3{a} libgmp3c2{a} libgomp1{a} libmpfr1ldbl{a} libtool linux-libc-dev{a} The following packages are RECOMMENDED but will NOT be installed: libltdl3-dev 0 packages upgraded, 11 newly installed, 0 […]