팩맨 패키지(.pkg.tar.xz)가 있는 경우 이를 deb 또는 rpm 패키지로 변환할 수 있는 도구가 있습니까?
즉, 나는외계인. 지금까지는 그러한 도구가 존재하지 않는다는 인상을 받았습니다.
편집하다:.pkg.tar.xz pacman 패키지에 대한 배경 지식(출처:Arch Wiki "패키지 만들기" 기사):
Arch 패키지는 xz로 압축된 tar 아카이브 또는 makepkg에 의해 생성된 다음 파일을 포함하는 "tarball"에 지나지 않습니다.
The binary files to install.
.PKGINFO: contains all the metadata needed by pacman to deal with packages, dependencies, etc.
.MTREE: contains hashes and timestamps of the files, which are included in the local database so that pacman can verify the integrity of the package.
.INSTALL: an optional file used to execute commands after the install/upgrade/remove stage. (This file is present only if specified in the PKGBUILD.)
.Changelog: an optional file kept by the package maintainer documenting the changes of the package. (It is not present in all packages.)