# 3.2.    리눅스 환경에서 설치하기

\
리눅스 배포판의 종류는 매우 다양하며, 각각의 장단점 역시 뚜렷합니다. 국내에서는 주로 RedHat 의 레드햇 엔터프라이즈 리눅스(RHEL)와 계보를 같이하는 페도라(Fedora), 센트OS(CentOS)가 있으며, Debian으로부터 파생된 우분투(ubuntu), 민트(Mint)가 있습니다. 그리고 스마트폰에 탑재되는 안드로이드(Android)도 있습니다. 세계적으로 보자면 Slackware와 OpenSUSE 등의 또 다른 인기 배포판도 인기가 있습니다.

텐서플로는 우분투 14.0 버전 이상만을 지원하고 64비트 컴퓨터에서 안정적으로 실행됩니다. 따라서 사용하는 컴퓨터에 64bit Ubuntu 18 데스크탑 버전이 설치되어 있다고 전제하고 파이썬 및 텐서플로의 등의 설치를 진행합니다. 실제 저는 가상머신인 Oracle VM VirtualBox에 Ubuntu를 설치하고 딥러닝 개발 환경을 만들었습니다.

리눅스 환경에서 설치 과정에 대한 설명 위주로 진행되며 각각의 패키지에 대한 자세한 설명은 윈도우 환경의 설명을 참조하길 바랍니다.


---

# Agent Instructions: 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:

```
GET https://sdc-james.gitbook.io/onebook/2./2.2..md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
