.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