package-management.rst
changeset 2144 f8891b4321f5
parent 1989 20198cc725e6
child 2228 837f1337c59b
equal deleted inserted replaced
2143:e5191a677ee5 2144:f8891b4321f5
    69 
    69 
    70 For ``pacman`` package system from ``pkgtools`` package::
    70 For ``pacman`` package system from ``pkgtools`` package::
    71 
    71 
    72   $ pkgfile -si stdlib.h
    72   $ pkgfile -si stdlib.h
    73 
    73 
       
    74 Show package content
       
    75 ====================
       
    76 
       
    77 CentOS from repository::
       
    78 
       
    79   $ repoquery -l bash
       
    80   $ repoquery --list bash
       
    81 
       
    82 Debian from reposiroty::
       
    83 
       
    84   $ sudo apt-file update
       
    85   $ apt-file list bash
       
    86