To do this I use command:
- Code: Select all
dnf -y upgrade microsoft-edge-dev
But it returns:
- Code: Select all
Problem: cannot install the best update candidate for package microsoft-edge-dev-103.0.1253.0-1.x86_64
- nothing provides libwayland-client needed by microsoft-edge-dev-103.0.1255.0-1.x86_64
But libwayland-client is already present:
- Code: Select all
[root@Piotr network]# ls -la /lib64/libwayland-client.so.0
lrwxrwxrwx 1 root root 26 cze 16 2020 /lib64/libwayland-client.so.0 -> libwayland-client.so.0.3.0*
So what could be a problem?