我试图安装一组构建依赖项,但得到了以下错误:
The following packages have unmet dependencies:
libbz2-dev : Depends: libbz2-1.0 (= 1.0.6-9.2~deb10u1) but 1.0.6-9.2 is to be installed
libcurl4-gnutls-dev : Depends: libcurl3-gnutls (= 7.64.0-4+deb10u1) but 7.65.1-1 is to be installed
我假设安装依赖项(在此之后安装一个次要版本)--所需的--仍然可以正常工作。有
在Debian 6服务器上,依赖问题使我无法安装nis (或任何软件包)。当我试图解决这个问题时,我会得到一个python错误。如何克服这个问题,重新获得安装软件包的能力?
我在谷歌上搜索并找到了一些报告同样错误信息的人,但是没有人有解决方案。我也检查了SE,但没有结果。这影响了我公司的10台服务器。
root 7 # apt-get install nis
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run &
当当前版本是稳定的buster时,应该选择用于测试包的debian buster-backport或bullseye backport。
我们知道,要升级当前版本,下面的行应该用sources.list文件编写:
deb http://deb.debian.org/debian bullseye main
deb http://deb.debian.org/debian bullseye-updates main
但是,应该获得哪些debian测试包有点让人费解。
deb http://ftp.debian.org/debian buster-backports main
或
deb http
我尝试使用apt升级我的Debian系统,存储库设置为“next”,因此我希望它会自动从"Buster“更改为下一个版本"Bullseye”,但是由于"Buster“移动了,所以我得到:
404 Not Found [IP: 151.101.12.204 80]
当运行apt update时。
security.debian.org地址似乎没有发布文件,地址改变了吗?
E: The repository 'http://security.debian.org testing/updates Release' no longer has a Releas
我一直试图在我的debian 11桌面上安装gnome 40,但无法理解。我已将这些添加到我的/etc/apt/sources.list中。
deb http://ftp.us.debian.org/debian/ bullseye main non-free contrib
deb-src http://ftp.us.debian.org/debian/ bullseye main non-free contrib
deb http://deb.debian.org/debian bullseye-updates main non-free contrib
deb-src http://
当我想安装python-pycurl软件包时,我遇到了一个问题:
root@edx:/var/tmp/configuration-master/playbooks# apt-get install python-pycurl
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
libcurl4-gnutls-dev python-pycurl-dbg
The following NEW packages will
当我运行apt-get update时,我的32位debian (版本: Debian /Linux8)的安装突然给了我以下消息。
W: Failed to fetch http://ftp.nl.debian.org/debian/dists/jessie-updates/InRelease Unable to find expected entry 'main/binary-i386/Packages' in Release file (Wrong sources.list entry or malformed file)
E: Some index files fai
我想安装,但得到以下错误:
~ » sudo apt-get install neovim
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package neovim
我的sources.list:
deb http://httpredir.debian.org/debian jessie main
deb-src http://httpredir.debian.org/debian jessie main
deb http
在我的Debian计算机上安装i3 (窗口管理器)时,我遇到了一些连线依赖错误。
The following packages have unmet dependencies:
gsettings-desktop-schemas : Breaks: gnome-settings-daemon (< 3.19.92) but 3.14.2-3+deb8u1 is to be installed
Breaks: mutter (< 3.19.92) but 3.14.4-1~deb8u1 is to be installed
N:
apt源列表的debian wiki页面给出了这个示例文件:
deb http://httpredir.debian.org/debian jessie main
deb-src http://httpredir.debian.org/debian jessie main
deb http://httpredir.debian.org/debian jessie-updates main
deb-src http://httpredir.debian.org/debian jessie-updates main
deb http://security.debian.org/ jessie/
我寻找了很多天的解决方案,但我没有找到它。当我尝试为debian安装steam时,我遇到了这个错误:
dpkg -i steam-debian_1.0.0.36-4_all.deb
dpkg : erreur de traitement de steam-debian_1.0.0.36-4_all.deb (--install) :
erreur d'analyse, dans le fichier '/var/lib/dpkg/tmp.ci/control' vers la ligne 7 paquet 'steam-debian':
champ
我不能将我的debian Jessie转化为Debian不稳定:
因此,我用vim编辑了/etc/apt/ So . with。
deb http://ftp.u-picardie.fr/mirror/debian/ jessie main contrib non-free
deb-src http://ftp.u-picardie.fr/mirror/debian/ jessie main contrib non-free
deb http://security.debian.org/ jessie/updates main contrib non-free
deb-src http://
在我的debian升级之后,从10.5升级到10.6,我遇到了这个小问题。
我不能升级这个包
The following packages have been kept back:
php-phpmyadmin-sql-parser
我想安装,但debian要求我删除phpmyadmin。我觉得不是个好主意
The following packages will be REMOVED:
phpmyadmin
The following packages will be upgraded:
php-phpmyadmin-sql-parser
然后我想同时安装phpmyadmin和ph
在全新的Ubuntu18LTS上按照页的Debian安装部分,我在最后一条命令后得到一个错误,有没有办法访问最近工作的存储库而不是坏掉的版本23?提前谢谢。
su root
cat << EOF | sudo tee /etc/apt/sources.list.d/opennms.list
deb https://debian.opennms.org stable main
deb-src https://debian.opennms.org stable main
EOF
wget -O - https://debian.opennms.org/OPENNMS-GPG-KEY
我需要升级一些特定的软件包,从debian稳定的sid和它们的依赖项。
通过添加以下回购方法:
deb http://ftp.fr.debian.org/debian/ sid main
deb-src http://ftp.fr.debian.org/debian/ sid main
deb http://ftp.fr.debian.org/debian/ sid main contrib non-free
deb-src http://ftp.fr.debian.org/debian/ sid main contrib non-free
对于我的sources.list,所有现有的软件包都