Error when I install grafana on ubuntu

Hey everyone! How con I resolve these problem?

I take steps here : Install Grafana on Debian or Ubuntu | Grafana documentation

Did you ran apt-get update ?

Yes I did but still not working

it is trying to install 11 preview. might want to look at the following approach also

Ubuntu and Debian(64 Bit)SHA256: e96e9601a78d89733c55f2c94388a7ec59fd95985fedb38b18b7a896fd9910fd

sudo apt-get install -y adduser libfontconfig1 musl wget https://dl.grafana.com/oss/release/grafana_10.4.2_amd64.deb sudo dpkg -i grafana_10.4.2_amd64.deb

Thank you!

did it work?

Yes it works, Thank you