什么是 Ubuntu 档案管理器?

什么是 Ubuntu 档案管理器?

这是一个有点愚蠢的问题,但我不再使用 Ubuntu,而且我不知道 Ubuntu 使用什么程序来制作和提取档案,所以:有人能告诉我吗?

编辑:我的意思是 apt-get 使用的包名称

答案1

软件包名称为file-roller。这是使用 发现的apt-cache search "archive manager"

来自文档:

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/

答案2

它是一个用于管理/提取/创建档案的应用程序,例如:、、.tar等。.gz.zip

更多关于:https://apps.ubuntu.com/cat/applications/file-roller/

答案3

Ubuntu 中用于提取和压缩档案的默认应用程序称为档案管理器。

在此处输入图片描述

相关内容