> For the complete documentation index, see [llms.txt](https://userguide.auditlobby.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://userguide.auditlobby.com/main/a./0.-2/0-3..md).

# 1-3. 리눅스 컴퓨터에 크롬 설치하기

> 크롬은 구글에서 제공하는 빠른 속도의 무료 웹 브라우저입니다.&#x20;

### Linux에 Chrome 설치하기

컴퓨터에 프로그램을 설치하는 것과 동일한 소프트웨어를 사용하여 Chrome을 설치합니다. 관리자 계정 비밀번호를 입력하라는 메시지가 표시됩니다.

1. [설치 파일을 다운로드합니다](https://www.google.com/chrome/browser/desktop/index.html).
2. 패키지를 열려면 **확인**을 클릭합니다.
3. **패키지 설치**를 클릭합니다.

최신 업데이트를 받을 수 있도록 Chrome이 소프트웨어 관리자에 추가됩니다.

> Linux에서 Chrome을 사용하기 위해 필요한 시스템 요구사항은 다음과 같습니다.
>
> * 64비트 Ubuntu 14.04 이상, Debian 8 이상, openSUSE 13.3 이상 또는 Fedora Linux 24 이상
> * Intel Pentium 4 프로세서 또는 SSE2를 지원하는 그 이상 버전&#x20;

> 위 내용은 크롬 사용자 가이드의 내용을 가져온 것입니다.&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://userguide.auditlobby.com/main/a./0.-2/0-3..md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
