.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