.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