7zip 无处可寻

1 7zip

我刚刚从 Ubuntu 软件中心安装了 7zip,但是当我在我的应用程序中寻找它时,我找不到它。即使我在终端中输入“7z”,它也告诉我 7zip 已安装。如何找到应用程序并打开它?谢谢你。

Rin*_*ind 5

如何找到应用程序并打开它?

在桌面上”:您想要的应用程序是“存档管理器”。在我们的系统上,所有存档程序都附加到该程序上,当存档器/取消存档器可用时,“存档管理器”会识别它并让您使用它。示例图像,“ 7z" 从下拉列表中选择。

在此处输入图片说明

命令行您也可以自己手动使用“7z”。man 7z将显示说明和7z --help选项。

$7z --help

7-Zip [64] 9.20  Copyright (c) 1999-2010 Igor Pavlov  2010-11-18
p7zip Version 9.20 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,2 CPUs)

Usage: 7z <command> [<switches>...] <archive_name> [<file_names>...]
       [<@listfiles...>]

<Commands>
  a: Add files to archive
  b: Benchmark
  d: Delete files from archive
  e: Extract files from archive (without using directory names)
  l: List contents of archive
  t: Test integrity of archive
  u: Update files to archive
  x: eXtract files with full paths
Run Code Online (Sandbox Code Playgroud)