O que '/ usr / lib / apt / methods / copy' faz?

1

O que /usr/lib/apt/methods/copy faz? Estou sentado em uma reunião, observando ininterruptamente os principais processos relatados por conky (no Debian Jessie), e ele apareceu algumas vezes nas últimas duas horas. Eu tentei uma pesquisa no google, mas só vi resultados para outros utilitários nesse diretório e não pude encontrar rapidamente uma página man para ela.

    
por drewbenn 28.09.2016 / 23:13

1 resposta

1

Use a fonte :

// -*- mode: cpp; mode: fold -*-
// Description                                                          /*{{{*/
// $Id: copy.cc,v 1.7.2.1 2004/01/16 18:58:50 mdz Exp $
/* ######################################################################
   Copy URI - This method takes a uri like a file: uri and copies it
   to the destination file.

   ##################################################################### */
                                                                        /*}}}*/
// Include Files                                                        /*{{{*/

Leitura adicional:

The two internal methods, copy and gzip, are used by the acquire code to parallize and simplify the automatic decompression of package files as well as copying package files around the file system. Both methods can be seen to act the same except that one decompresses on the fly. APT uses them by generating a copy URI that is formed identically to a file URI.

    
por 29.09.2016 / 01:07

Tags