• [^] # Re: ...

    Posté par (site web personnel) . En réponse au journal Mandriva et dpkg. Évalué à 2.

    En l'occurence, oui.

    ~ $ mkdir /tmp/test_debian
    ~ $ cd /tmp/test_debian
    /tmp/test_debian $ wget ftp.fr.debian.org/debian/pool/main/6/6tunnel/6tunnel_0.11rc2-2_s390.deb
    --00:12:57-- http://ftp.fr.debian.org/debian/pool/main/6/6tunnel/6tunnel_(...)
    => `6tunnel_0.11rc2-2_s390.deb'
    Résolution de ftp.fr.debian.org... 212.27.32.66
    Connexion vers ftp.fr.debian.org|212.27.32.66|:80...connecté.
    requête HTTP transmise, en attente de la réponse...200 OK
    Longueur: 11,698 (11K) [application/x-debian-package]

    100%[====================================>] 11,698 --.--K/s

    00:12:57 (172.36 KB/s) - « 6tunnel_0.11rc2-2_s390.deb » sauvegardé [11698/11698]

    /tmp/test_debian $ ar x 6tunnel_0.11rc2-2_s390.deb
    /tmp/test_debian $ ls
    6tunnel_0.11rc2-2_s390.deb control.tar.gz data.tar.gz debian-binary
    /tmp/test_debian $ tar -tzf control.tar.gz
    ./
    ./md5sums
    ./control
    /tmp/test_debian $ tar -xzf control.tar.gz ; cat ./control
    Package: 6tunnel
    Version: 0.11rc2-2
    Section: net
    Priority: optional
    Architecture: s390
    Depends: libc6 (>= 2.3.5-1)
    Installed-Size: 68
    Maintainer: Thomas Seyrat <tomasera@debian.org>
    Description: TCP proxy for non-IPv6 applications
    6tunnel allows you to use services provided by IPv6 hosts with
    IPv4-only applications and vice versa. It can bind to any of your IPv4
    or IPv6 addresses and forward all data to IPv4 or IPv6 host.
    .
    It can be used for example as an IPv6-capable IRC proxy.
    /tmp/test_debian $

    Ou il y a des metadonnées qui manquent ?