This commit is contained in:
Airren 2024-05-01 20:45:31 +02:00 committed by GitHub
commit 3e46c44b12
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -324,25 +324,39 @@ If you have an AMD GPU `rocm_smi_lib` is required, which may or may not be packa
**Binary release (from native os repo)** **Binary release (from native os repo)**
* **openSUSE** <details><summary>openSUSE</summary><p>
* **Tumbleweed:** * **Tumbleweed:**
```bash ```bash
sudo zypper in btop sudo zypper in btop
``` ```
* For all other versions, see [openSUSE Software: btop](https://software.opensuse.org/package/btop) * For all other versions, see [openSUSE Software: btop](https://software.opensuse.org/package/btop)
* **Fedora** </p></details>
<details><summary>Fedora</summary><p>
```bash ```bash
sudo dnf install btop sudo dnf install btop
``` ```
* **RHEL/AlmaLinux 8+** </p></details>
<details><summary>RHEL/AlmaLinux 8+</summary><p>
```bash ```bash
sudo dnf install epel-release sudo dnf install epel-release
sudo dnf install btop sudo dnf install btop
``` ```
* **FreeBSD** </p></details>
<details><summary>FreeBSD</summary><p>
```sh ```sh
pkg install btop pkg install btop
``` ```
</p></details>
<details><summary>Ubuntu</summary><p>
```sh
sudo apt install btop
```
</p></details>
**Binary release on Homebrew (macOS (x86_64 & ARM64) / Linux (x86_64))** **Binary release on Homebrew (macOS (x86_64 & ARM64) / Linux (x86_64))**