← Back to Skills
Exec

brew-install

xejrax By xejrax 👁 15 views ▲ 0 votes

Install missing binaries via dnf (Fedora/Bazzite package manager).

GitHub
---
name: brew-install
description: "Install missing binaries via dnf (Fedora/Bazzite package manager)"
metadata:
  {
    "openclaw":
      {
        "emoji": "📦",
        "requires": { "bins": ["dnf"] },
        "install": [],
      },
  }
---

# Brew Install

Install missing binaries via dnf, the Fedora/Bazzite package manager. Despite the name, this skill wraps `dnf` on Bazzite rather than Homebrew.

## Commands

```bash
# Install a package
brew-install <package>

# Search for a package
brew-install search <query>
```

## Install

No installation needed. `dnf` is the default package manager on Fedora/Bazzite and is always present.
exec

Comments

Sign in to leave a comment

Loading comments...