.PKG.TAR.XZ 文件扩展名
Arch Linux Software Package
| 开发者 | Arch Linux Team |
| 受欢迎程度 |
4.2 | 17 票 |
什么是 PKG.TAR.XZ 文件?
A PKG.TAR.XZ file is a package file used by pacman, a package manager included with Arch Linux. It contains a software program and installation instructions pacman uses to install that program.
更多信息
Arch Linux is a Linux variant that was released in 2002. It includes a default package manager, named pacman, that users can use to create, install, and otherwise manage software packages. Prior to late December 2019, these packages were saved as PKG.TAR.XZ files. (They are now saved as PKG.TAR.ZST files.)
Each PKG.TAR.XZ file consists of a software package stored in a .TAR archive that has been compressed using .XZ compression. Compressing the package makes it easier to distribute via the Internet and other file-sharing methods.
After receiving a PKG.TAR.XZ file, Arch Linux users can use pacman to install the software package the file contains.
常见 .PKG.TAR.XZ 文件名
[packagename].pkg.tar.xz - The naming convention for PKG.TAR.XZ files.
如何打开 PKG.TAR.XZ 文件
You can use pacman, Arch Linux's package manager, to install the program a PKG.TAR.XZ file contains. To do so, enter the following command in the Arch Linux shell:
pacman -U /path/to/package/YourPackageName.pkg.tar.xz