How to fix Error building the cache: multimedia-libs.repo
0
votes
1
answer
80
views
Trying to install playwright with
npx playwright install
i got the error
Host system is missing dependencies to run browsers.
Missing libraries:
libicudata.so.66
libicui18n.so.66
libicuuc.so.66
libwoff2dec.so.1.0.2
libwebp.so.6
libenchant-2.so.2
libffi.so.7
libx264.so
So tried
sudo zypper install -y \
libicudata.so.66 \
libicui18n.so.66 \
libicuuc.so.66 \
libwoff2dec.so.1.0.2 \
libwebp.so.6 \
libenchant-2.so.2 \
libffi.so.7 \
libx264.so
But this returned
Refreshing service 'openSUSE'.
Error building the cache:
[multimedia-libs.repo|https://download.opensuse.org/repositories/multimedia:/libs/openSUSE_Leap_15.3/] Failed to retrieve new repository metadata.
History:
- [multimedia-libs.repo|https://download.opensuse.org/repositories/multimedia:/libs/openSUSE_Leap_15.3/] Repository type can't be determined.
Warning: Skipping repository 'multimedia-libs.repo' because of the above error.
Some of the repositories have not been refreshed because of an error.
Loading repository data...
Reading installed packages...
' ' not found in package names. Trying capabilities.
No provider of ' ' found.
'libicudata.so.66' not found in package names. Trying capabilities.
No provider of 'libicudata.so.66' found.
How to fix this so that zypper finds the matching multimedia-libs.repo
?
### OS Version - cat /etc/os-release
Versioninfo
cat /etc/os-release
NAME="openSUSE Tumbleweed"
# VERSION="20250225"
ID="opensuse-tumbleweed"
ID_LIKE="opensuse suse"
VERSION_ID="20250225"
PRETTY_NAME="openSUSE Tumbleweed"
ANSI_COLOR="0;32"
# CPE 2.3 format, boo#1217921
CPE_NAME="cpe:2.3:o:opensuse:tumbleweed:20250225:*:*:*:*:*:*:*"
#CPE 2.2 format
#CPE_NAME="cpe:/o:opensuse:tumbleweed:20250225"
BUG_REPORT_URL="https://bugzilla.opensuse.org "
SUPPORT_URL="https://bugs.opensuse.org "
HOME_URL="https://www.opensuse.org "
DOCUMENTATION_URL="https://en.opensuse.org/Portal:Tumbleweed "
LOGO="distributor-logo-Tumbleweed"
Update
It seems the dependencies are needed for webkit (safari)
Asked by surfmuggle
(103 rep)
Mar 2, 2025, 12:36 PM
Last activity: May 23, 2025, 11:11 AM
Last activity: May 23, 2025, 11:11 AM