# OMXPLAYER on Bullseye fresh install (32-bit)

**URL:** https://dietpi.com/forum/t/omxplayer-on-bullseye-fresh-install-32-bit/5706
**Category:** Troubleshooting
**Created:** [13 September 2021 22:54 UTC](https://dietpi.com/forum/t/omxplayer-on-bullseye-fresh-install-32-bit/5706 "2021-09-13T22:54:35Z")
**Posts on this page:** 1
**Showing post:** 5

<div class="post-metadata">

### Author: ![MichaIng](https://dietpi.com/forum/user_avatar/dietpi.com/michaing/32/7_2.png) [@MichaIng](https://dietpi.com/forum/u/MichaIng)
#### Post date: [21 September 2021 16:54 UTC](https://dietpi.com/forum/t/omxplayer-on-bullseye-fresh-install-32-bit/5706/5 "2021-09-21T16:54:48Z")

</div>

Hmm, those three libraries are not part of libraspberrypi0 anymore 🤔.

A workaround may then be to download them manually, as they are still present on the GitHub repository:

```nohighlight
cd /usr/lib/arm-linux-gnueabihf
curl -sSfLO 'https://raw.githubusercontent.com/raspberrypi/firmware/master/hardfp/opt/vc/lib/libbrcmEGL.so'
curl -sSfLO 'https://raw.githubusercontent.com/raspberrypi/firmware/master/hardfp/opt/vc/lib/libbrcmGLESv2.so'
curl -sSfLO 'https://raw.githubusercontent.com/raspberrypi/firmware/master/hardfp/opt/vc/lib/libopenmaxil.so'

```

---

_[View the full topic](https://dietpi.com/forum/t/omxplayer-on-bullseye-fresh-install-32-bit/5706)._
