Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 2517

Raspberry Pi OS • Re: Using Zed editor for programming

$
0
0
I seem to have been a little bit quick. I actually had to install the Mesa graphics drivers from Debian Backports, as they are not yet in Stable. First, add the bookworm-backports repository to your installation:

sudo nano /etc/apt/sources.list
Add to end of file: deb http://ftp.debian.org/debian bookworm-backports main

Then, update package lists:

sudo apt update

Install the Mesa graphics drivers from bookworm-repository:

sudo apt install -t bookworm-backports mesa-vulkan-drivers libgl1-mesa-dri libglx-mesa0

Happy coding!

Statistics: Posted by tenbagger — Wed Mar 12, 2025 11:14 am



Viewing all articles
Browse latest Browse all 2517

Trending Articles