package-management.rst
changeset 1977 2704ec7205a7
parent 1912 8b81a8f0f692
child 1989 20198cc725e6
equal deleted inserted replaced
1976:97a275f76931 1977:2704ec7205a7
    50 
    50 
    51 DEB based package manager::
    51 DEB based package manager::
    52 
    52 
    53   $ dpkg -l
    53   $ dpkg -l
    54 
    54 
       
    55 Find packages a file belong to
       
    56 ==============================
       
    57 ::
       
    58 
       
    59   $ yum whatprovides stdlib.h
       
    60   $ zypper search -f stdlib.h
       
    61 
       
    62 For ``pacman`` package system from ``pkgtools`` package::
       
    63 
       
    64   $ pkgfile -si stdlib.h
       
    65