alpine.rst
changeset 2455 654f7a5ea92d
parent 2454 d99f1babbb10
equal deleted inserted replaced
2454:d99f1babbb10 2455:654f7a5ea92d
    92 
    92 
    93 List of installed packages::
    93 List of installed packages::
    94 
    94 
    95   $ apk info
    95   $ apk info
    96 
    96 
    97 Package owning file::
    97 Package owning file (full path is required!)::
    98 
    98 
    99   $ apk info -W `which apk`
    99   $ apk info -W `which apk`
   100   $ apk info --who-owns `which apk`
   100   $ apk info --who-owns `which apk`
   101 
   101 
   102 Show package content::
   102 Show package content::