【问题标题】:nom de paquet incorrect - steam debiannom de paquet 不正确 - steam debian
【发布时间】:2013-04-01 03:41:20
【问题描述】:

我搜索了很多天的解决方案,但我没有找到。当我尝试为 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 « Depends », nom de paquet incorrect « libgl1-mesa-glx:i386 » : caractère « : » non autorisé (seuls les lettres, les chiffres et « -+._ » le sont)
Des erreurs ont été rencontrées pendant l'exécution :
 steam-debian_1.0.0.36-4_all.deb

文件“控制”:

Package: steam-debian
Source: steam
Version: 1.0.0.36-4
Architecture: all
Maintainer: Keith Henderson <keithhendersonjr@gmail.com>
Installed-Size: 5427.2
Depends: python, curl, libc6, python-apt, realpath, xterm | gnome-terminal | konsole, xz-    utils, zenity, ttf-mscorefonts-installer, libgl1-mesa-glx:i386, libgl1-mesa-dri:i386
Conflicts: steam, steam64
Replaces: steam, steam64
Section: games
Priority: optional
Homepage: http://www.steampowered.com/
Description: A modified version of the Steam .deb 
 Note that this version of the .deb is meant
 to be installed and ran on Debian Testing.
 The command to launch is steam-debian

谢谢你

【问题讨论】:

  • 拜托,没人知道吗???

标签: debian steam


【解决方案1】:

如错误所述,dpkg 无法识别 :i386 令牌。此令牌来自 dpkg multilib 实现 (http://wiki.debian.org/Multiarch/Implementation)。 Multilib 已在 dpkg 1.16.2 中实现。 Debian stable 当前使用 dpkg 1.15.8 (http://packages.debian.org/squeeze/dpkg)。查看软件包说明,它显然是为 Debian Testing 制作的,而且您使用的是旧(或稳定)版本的 dpkg,它不兼容。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2017-04-10
    • 1970-01-01
    • 1970-01-01
    • 2014-08-13
    相关资源
    最近更新 更多