O que é o gerenciador de arquivos do Ubuntu?

4

Essa é uma pergunta estúpida, mas eu não uso mais o Ubuntu, e não sei qual programa o Ubuntu usa para fazer e extrair arquivos, então: alguém pode me dizer?

EDIT: quero dizer o nome do pacote que o apt-get usa

    
por MadTux 31.10.2013 / 08:46

3 respostas

11

O nome do pacote é file-roller . Isso foi descoberto usando apt-cache search "archive manager" .

Nos documentos:

Description-en: archive manager for GNOME
 File-roller is an archive manager for the GNOME environment. It allows you to:
 .
  * Create and modify archives.
  * View the content of an archive.
  * View a file contained in an archive.
  * Extract files from the archive.
 .
 File-roller supports the following formats:
  * Tar (.tar) archives, including those compressed with
    gzip (.tar.gz, .tgz), bzip (.tar.bz, .tbz), bzip2 (.tar.bz2, .tbz2),
    compress (.tar.Z, .taz), lzip (.tar.lz, .tlz), lzop (.tar.lzo, .tzo),
    lzma (.tar.lzma) and xz (.tar.xz)
  * Zip archives (.zip)
  * Jar archives (.jar, .ear, .war)
  * 7z archives (.7z)
  * iso9660 CD images (.iso)
  * Lha archives (.lzh)
  * Single files compressed with gzip (.gz), bzip (.bz), bzip2 (.bz2),
    compress (.Z), lzip (.lz), lzop (.lzo), lzma (.lzma) and xz (.xz)
 .
 File-roller doesn't perform archive operations by itself, but relies on
 standard tools for this.
Homepage: http://fileroller.sourceforge.net/
    
por spinup 31.10.2013 / 09:11
2

É um aplicativo para gerenciar / extrair / criar arquivos como: .tar , .gz , .zip , etc.

Mais sobre: link .

    
por Radu Rădeanu 31.10.2013 / 08:55
2

O aplicativo padrão para extrair e compactar arquivos no Ubuntu é chamado de Gerenciador de arquivos.

    
por karel 31.10.2013 / 09:04