1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/linux/pkgctl-diff.md

22 lines
658 B
Markdown
Raw Normal View History

# 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 {{경로/대상/파일|패키지명}}`