← 返回命令列表

Linux command

file-roller 命令

文件

复制后可按需替换文件名、目录或参数。

常用示例

Open archive manager

file-roller

Open specific archive

file-roller [archive.zip]

Extract archive

file-roller --extract-here [archive.tar.gz]

Extract to directory

file-roller --extract-to=[directory] [archive.zip]

Create new archive

file-roller --add [file1] [file2]

说明

file-roller is the GNOME archive manager providing a graphical interface for creating, viewing, and extracting archives. It supports numerous formats through command-line tools. The application integrates with the GNOME file manager for context menu archive operations. It handles zip, tar, gz, bz2, 7z, rar, and many other formats automatically. file-roller provides drag-and-drop functionality and progress indication for archive operations.

参数

--extract-here
Extract to current directory.
--extract-to _DIR_
Extract to specified directory.
--add _FILES_
Create archive from files.
--add-to _ARCHIVE_
Add files to existing archive.
-h, --help
Display help information.

FAQ

What is the file-roller command used for?

file-roller is the GNOME archive manager providing a graphical interface for creating, viewing, and extracting archives. It supports numerous formats through command-line tools. The application integrates with the GNOME file manager for context menu archive operations. It handles zip, tar, gz, bz2, 7z, rar, and many other formats automatically. file-roller provides drag-and-drop functionality and progress indication for archive operations.

How do I run a basic file-roller example?

Run `file-roller` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does --extract-here do in file-roller?

Extract to current directory.