4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
page 1 / 1
5 results tagged dpkg x
  • thumbnail
    linux - Can dpkg verify files from an installed package? - Server Fault

    L'équivalent de rpm -qV, bien mieux que debsums qui se limite à verifier quelques fichiers. J'ai l'impression que dpkg -V vérifie bien TOUS les fichiers du packages (même ceux dans /etc)

    -V, --verify [package-name...]
    Verifies the integrity of package-name or all packages if omit‐
    ted, by comparing information from the installed paths with the
    database metadata.

          The output format is selectable with the --verify-format option,
          which by default uses the rpm format, but that might  change  in
          the  future,  and  as  such programs parsing this command output
          should be explicit about the format they expect.
    January 31, 2016 at 6:35:02 PM GMT+1 - permalink - archive.org - http://serverfault.com/questions/322518/can-dpkg-verify-files-from-an-installed-package
    dpkg
  • deb files

    ls /var/lib/dpkg/info/irssi*

    June 8, 2015 at 10:08:21 AM GMT+2 - permalink - archive.org - https://links.infomee.fr/?TYJPLw
    deb dpkg install postinst
  • Echoes: How-To: Use apt-file to See What Files a Package Installs

    Pratique :
    Installation : apt-get install apt-file && apt-file update

    Chercher un fichier dans les packages en utilisant une regex :
    apt-file search -x '/dig$'

    Lister les fichiers d'un package sans l'installer (équivalent dpkg -L) :
    apt-file show dnsutils

    March 28, 2014 at 11:42:46 AM GMT+1 - permalink - archive.org - http://vivapinkfloyd.blogspot.fr/2008/07/how-to-use-apt-file-to-see-what-files.html
    apt debian dpkg
  • How to interpret the status of dpkg (–list)? | Programming in Linux
    December 4, 2013 at 12:28:16 PM GMT+1 - permalink - archive.org - http://linuxprograms.wordpress.com/2010/05/11/status-dpkg-list/
    debian dpkg
  • Check les fichiers d'un package sans l'installer

    apt-get --download-only install percona-server-server-5.6
    dpkg --contents /var/cache/apt/archives/percona-server-server-5.6_5.6.13-rel61.0-461.wheezy_amd64.deb

    October 24, 2013 at 12:15:52 PM GMT+2 - permalink - archive.org - https://links.infomee.fr/?SyV76g
    apt-get deb dpkg
Links per page: 20 50 100
page 1 / 1
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation