다운로드 및 검증
공식 ISO 출처
섹션 제목: “공식 ISO 출처”CachyOS ISO는 다음 출처에서 받을 수 있습니다.
SHA256으로 ISO 무결성 검증하기
섹션 제목: “SHA256으로 ISO 무결성 검증하기”현재 ISO 버전: 260426
SHA256 해시: 9a280d1e9732cfe50ab02db6a7e44ae0d9e6a10e6ea394f73192f7c14e263118
- SHA256 해시가 들어 있는 파일을 다운로드합니다.
- 터미널을 열고
.sha256파일과.iso파일이 모두 들어 있는 디렉터리로 이동합니다. - 다음 명령을 실행합니다.
Terminal window # Example:cd ~/Downloadssha256sum -c cachyos-desktop-linux-260426.iso.sha256# cachyos-desktop-linux-260426.iso: OK - 3단계의 출력이 OK라면 CachyOS 설치를 진행해도 됩니다.
- SHA256 해시가 들어 있는 파일을 다운로드합니다.
- 터미널을 열고
.sha256파일이 들어 있는 디렉터리로 이동한 뒤, 다음 명령을 실행합니다.Terminal window # Example:cd Downloads/cat cachyos-desktop-linux-260426.iso.sha256# 9a280d1e9732cfe50ab02db6a7e44ae0d9e6a10e6ea394f73192f7c14e263118 - 2단계의 출력값을 ISO 파일의 해시와 비교합니다.
Terminal window # Example:shasum -a 256 cachyos-desktop-linux-260426.iso - 2단계와 3단계의 해시가 일치하면 CachyOS 설치를 진행해도 됩니다.
ISO 이미지 진위 확인하기 (Linux)
섹션 제목: “ISO 이미지 진위 확인하기 (Linux)”ISO 파일의 진위를 확인하려면 다음을 진행합니다.
-
비교 기준으로 사용할 GPG 키를 가져옵니다.
Terminal window gpg --keyserver hkps://keys.openpgp.org --recv-key F3B607488DB35A47 -
ISO 파일과 해당 .sig 서명 파일을 다운로드한 뒤 다음 명령을 실행합니다. (
full_iso_name.iso는 실제 ISO 파일 이름으로 바꾸세요.)Terminal window gpg --verify full_iso_name.iso.sig full_iso_name.isoGood signature 출력이 표시되면 ISO 파일은 정상적인 원본입니다.
gpg: Signature made dom 08 mar 2026 10:39:18 -03gpg: using RSA key 882DCFE48E2051D48E2562ABF3B607488DB35A47gpg: Good signature from "CachyOS <[email protected]>" [unknown]gpg: WARNING: This key is not certified with a trusted signature!gpg: There is no indication that the signature belongs to the owner.Primary key fingerprint: 882D CFE4 8E20 51D4 8E25 62AB F3B6 0748 8DB3 5A47