.PKG.TAR.ZST 文件扩展名
Arch Linux Installation Package
| 开发者 | Arch Linux Team |
| 受欢迎程度 |
3.2 | 5 票 |
什么是 PKG.TAR.ZST 文件?
A PKG.TAR.ZST file is a software package that can be installed in Arch Linux, a variant of the Linux operating system. It contains a program and installation instructions that Arch Linux's package manager, pacman, uses to install the program.
更多信息
Arch Linux is a lightweight, flexible Linux distribution. It includes a default package manager named pacman, which users can use to create and install software installation packages. In the past, these packages were saved as PKG.TAR.XZ files. As of 2019, these packages are instead saved as PKG.TAR.ZST files.
Each PKG.TAR.ZST file consists of a software package stored in a .TAR archive that has been compressed using .ZST compression. Compressing packages in this way makes them easier to store and distribute. Arch Linux users may encounter PKG.TAR.ZST files online, when downloading installation packages for new programs. They can install the programs these packages contain using pacman.
如何打开 PKG.TAR.ZST 文件
You can use pacman, Arch Linux's package manager, to install the program a PKG.TAR.ZST file contains. To do so, enter the following command in the Arch Linux shell:
pacman -U /path/to/package/YourPackageName.pkg.tar.zst