1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00
tldr/pages.ko/linux/pkgctl-diff.md
2024-11-09 13:25:35 +09:00

658 B

pkgctl diff

패키지 파일을 다양한 모드로 비교. 같이 보기: pkgctl. 더 많은 정보: https://manned.org/pkgctl-diff.1.

  • tar 콘텐츠 [l]리스트 비교 모드(기본값)로 패키지 파일 비교:

pkgctl diff --list {{경로/대상/파일|패키지명}}

  • [d]iffoscope 비교 모드로 패키지 파일 비교:

pkgctl diff --diffoscope {{경로/대상/파일|패키지명}}

  • .PKGINFO 비교 모드로 패키지 파일 비교:

pkgctl diff --pkginfo {{경로/대상/파일|패키지명}}

  • .BUILDINFO 비교 모드로 패키지 파일 비교:

pkgctl diff --buildinfo {{경로/대상/파일|패키지명}}