我有一些包含cp437编码的归档文件,默认情况下解压使用utf-8,所以我想传递-O参数,并意识到它不存在于这个包的debian版本中。但在ubuntu中它是存在的。
在这两种情况下,都有UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.版本,但它具有不同的功能。当然,在ubuntu上是6.0-22ubuntu1,在debian上是6.0-23+deb10u1
我使用ubuntu作为我的操作系统,但我的docker容器运行的是debian,我需要在docker上使用unzip。
你知道为什么它是不同的吗?或者可能有一些解压
我想升级bash所以它不容易受攻击。
我试过Debian的源代码列表生成器。但是libtinfo5阻止我升级bash。我找不到libtinfo5的旧版本(由于源列表问题)来查看是否可以安装它。
sources.list
deb http://deb.debian.org/debian/ stable main contrib non-free
deb http://deb.debian.org/debian/ stable-updates main contrib non-free
deb http://deb.debian.org/debian-security stable/updat
我不能把我的头都钉在Debian身上。我试图自动安装一个软件包,首先从我们的本地项目回购,然后从我们的本地稳定回购,然后从官方Debian回购,以同样的顺序满足依赖。
因此,我在/etc/apt/ So中有三次回复。
deb http://our-stable-repo/ our-squeeze-stable main
deb http://official-debian-repo/ squeeze main
deb http://our-project-repo/ our-project main
发布文件如下,我们的稳定回购:
Origin: Ourname
Label: Ourname
我正在我的MacBook Pro上做一个码头构建,它总是失败,有以下错误:
Reading package lists...
Building dependency tree...
Reading state information...
Suggested packages:
zip
The following NEW packages will be installed:
unzip
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 170 kB of archives.
After
我正计划升级我所拥有的灯栈。
Debian Lenny 5.09 - current version is 6.0
Apache 2.2.9 - current 2.2.21
MySQL 5.0.51a - current 5.5.20
PHP 5.2.6 - current PHP 5.3.9
我很好奇,我是否应该从debian升级开始,其余的将从新的存储库开始,或者我应该首先从PHP/Mysql开始,然后将发行版更新放在最后。
什么是最佳做法?谢谢。
我有一个新的Debian6.0安装。我已经安装了基本的构建,并增加了:
deb http://backports.debian.org/debian-backports squeeze-backports main
在/etc/apt/sources.list中
我现在尝试安装Postgres 9.1,但是我有以下错误:
The following packages have unmet dependencies:
postgresql-9.1 : Depends: libpq5 (>= 9.1~) but 8.4.12-0squeeze1 is to be installed
当我试图安装wine32时,我
❯ sudo apt install wine32
Reading package lists... Done
Building dependency tree... Done
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 requi
因此,我试图在Ubuntu18.04.1LTS上安装virtualbox 6.0,它似乎存在依赖问题。
我已经确认了sources.list文件包含
deb http://download.virtualbox.org/virtualbox/debian bionic contrib
而且我已经多次使用update,没有任何内容显示需要更新。
此外,apt-get -f install也没有提供帮助。下面是我运行sudo apt-get install virtualbox-6.0时得到的信息:
The following packages have unmet dependencies:
我跟随这些指示在Debian6.0上安装OpenLDAP。
指令告诉我以根用户身份运行slapindex,但听起来好像Debian不喜欢这样的想法:
WARNING!
Runnig as root!
There's a fair chance slapd will fail to start.
Check file permissions!
谷歌给我介绍了一个讨论,它建议将slapindex作为openldap运行。我觉得很奇怪,因为slapindex不在$PATH of openldap中。
我应该以哪个用户的身份运行slapindex?
如果不是root,为什么slapindex