# Fedora x86\_64操作系统兼容运行32位程序

在[自制Nexus 5的Android ROM](https://github.com/huataihuang/cloud-atlas-draft/tree/6f3204fffc11cf006abd394631e2598d98b415c3/develop/android/lineageos/build_lineageos_for_hammerhead/README.md)时，会遇到在Fedora 64位操作系统中运行32位程序的问题，解决的方法是安装32位库。

例如，通常需要获取32位glibc:

```
sudo dnf install glibc.i686
```

例如，如果需要运行32位gtk3程序，则运行：

```
sudo dnf install gtk3.i686
```

## 参考

* [What about 32bit program support on fedora 26 x86\_64 installation?](https://ask.fedoraproject.org/en/question/108167/what-about-32bit-program-support-on-fedora-26-x86_64-installation/)


---

# 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://huataihuang.gitbook.io/cloud-atlas-draft/os/linux/redhat/fedora/fedora_x86_64_32bit_program_support.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.
