Add missing library for fedora/rhel/centos docs (#4819)

Signed-off-by: Rodolfo Olivieri <rolivier@redhat.com>
This commit is contained in:
Rodolfo Olivieri 2025-10-02 18:38:39 -03:00 committed by GitHub
parent 82ea805a16
commit cc5e4a59d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,7 +19,7 @@ sudo pacman -S --needed dpkg fakeroot base-devel
**Fedora/RHEL/CentOS:**
```bash
sudo dnf install dpkg-dev fakeroot gcc gcc-c++ make
sudo dnf install dpkg-dev fakeroot gcc gcc-c++ make libxcb-devel
```
**openSUSE:**