# BleachBit 불필요한 데이터 제거

BleachBit는 시스템의 임시 파일과 불필요한 데이터를 제거하는 오픈 소스 소프트웨어입니다.

이를 사용하여 시스템을 최적화하고 디스크 공간을 확보할 수 있습니다.&#x20;

다음은 BleachBit을 사용하는 간단한 방법입니다:

실행 및 시스템 스캔: BleachBit을 실행한 후, 시스템 스캔을 시작하세요. 이것은 시스템에서 삭제할 수 있는 임시 파일 및 캐시를 찾을 것입니다.

선택적으로 항목 선택: 스캔이 완료되면 삭제하려는 항목을 선택하세요. 예를 들어, 웹 브라우저 캐시, 로그 파일, 시스템 임시 파일 등을 선택할 수 있습니다.

삭제: 선택한 항목을 삭제하려면 "Clean" 또는 "삭제" 버튼을 클릭하세요. BleachBit은 선택한 항목을 영구적으로 제거합니다.

주의사항: BleachBit을 사용할 때 신중하게 선택해야 합니다. 시스템의 핵심 파일을 삭제하지 않도록 주의하세요.

<figure><img src="/files/OhCyjEVYKoyZU9HdDP16" alt=""><figcaption></figcaption></figure>

### 프로그램 설치

```
sudo apt-get install bleachbit
```


---

# 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://docs.hamonikr.org/hamonikr-7.0/tips/poedit-1.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.
