---
sourceDocument: 호주 애플리케이션 빌드 또는 수정
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/ko-KR/application-development

 Release :

    - australia

ft:locale :

    - ko-KR

ft:publication_title :

    - 호주 애플리케이션 빌드 또는 수정

ft:clusterId :

    - cadev

bundleId :

    - cadev

workflow :

    - Development, Data, and Analytics


---

# Linux에 설치 ServiceNow CLI

# Linux에 설치 ServiceNow CLI {#ariaid-title1}

* 릴리스 버전: Australia
* 
* 업데이트 날짜 2026년 03월 12일
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 소요 시간: 1분

설치 관리자를 사용하여 Linux 머신에 설치 ServiceNow CLI 합니다.

## 시작하기 전에

CentOS 또는 Ubuntu의 최신 배포판의 64비트 버전이 있어야 합니다.

필요한 역할: 관리자

## 프로시저

1. 브라우저에서, [다음에서 설치 관리자 번들 다운로드 ServiceNow Store](https://store.servicenow.com/sn_appstore_store.do#!/store/application/9085854adbb52810122156a8dc961910/1.1.0?referer=/store/search?listingtype=allintegrations%253Bancillary_app%253Bcertified_apps%253Bcontent%253Bindustry_solution%253Boem%253Butility%253Btemplate&q=cli%20bundle&sl=sh).
2. OS별 설치 관리자의 압축을 풉니다.
3. snc-1.0.0-linux-x64-installer.run 파일을 엽니다.
4. 화면의 지시를 따릅니다.
   1. 메시지가 표시되면 경로에 추가 옵션이 선택되어 있는지 확인합니다.  
      이 옵션을 사용하려면 루트 계정 액세스가 필요합니다.
   {#install-linux__substeps_jn5_15m_j4b}
5. 설치가 성공했는지 확인하려면 다음 명령을 사용합니다.  

       $ which snc

       ~/ServiceNow CLI/bin/snc

       $ snc version

       {
        "extensions": {},
        "snc": "1.0.0"
       }


