Announcements

Help Wizard

Step 1

NEXT STEP

Two version of Spotify installed whit errors

Solved!

Two version of Spotify installed whit errors

When write spotify-client in terminal, say this

[0330/133444:ERROR:main_delegate.cc(764)] Could not load cef_extensions.pak
[0330/133444:ERROR:main_delegate.cc(764)] Could not load cef_extensions.pak

In this link, I found a command to say what version of spotify is using

apt show spotify-client

And say this

Package: spotify-client
Version: 1:1.0.44.100.ga60c0ce1-89
Priority: extra
Section: sound
Maintainer: Spotify <tux@spotify.com>
Installed-Size: 166 MB
Depends: libasound2, libcurl3, libgconf-2-4, libglib2.0-0, libgtk2.0-0, libnss3, libssl1.0.0, libxss1, libxtst6, xdg-utils
Recommends: libavcodec54 | libavcodec-extra-54, libavformat54, zenity
Suggests: libnotify4
Homepage: https://www.spotify.com
License: https://www.spotify.com/legal/end-user-agreement
Vendor: Spotify AB
Download-Size: 71,7 MB
APT-Sources: http://repository.spotify.com stable/non-free amd64 Packages
Description: Spotify streaming music client

N: There is 1 additional record. Please use the '-a' switch to see it

And when use

apt show spotify-client -a

Say this

Package: spotify-client
Version: 1:1.0.44.100.ga60c0ce1-89
Priority: extra
Section: sound
Maintainer: Spotify <tux@spotify.com>
Installed-Size: 166 MB
Depends: libasound2, libcurl3, libgconf-2-4, libglib2.0-0, libgtk2.0-0, libnss3, libssl1.0.0, libxss1, libxtst6, xdg-utils
Recommends: libavcodec54 | libavcodec-extra-54, libavformat54, zenity
Suggests: libnotify4
Homepage: https://www.spotify.com
License: https://www.spotify.com/legal/end-user-agreement
Vendor: Spotify AB
Download-Size: 71,7 MB
APT-Sources: http://repository.spotify.com stable/non-free amd64 Packages
Description: Spotify streaming music client

Package: spotify-client
Version: 1:1.0.27.71.g0a26e3b2-9
Priority: extra
Section: sound
Maintainer: Spotify <tux@spotify.com>
Installed-Size: 191 MB
Depends: libasound2, libcurl3, libgconf-2-4, libgtk2.0-0, libglib2.0-0, libgcrypt11 | libgcrypt20, libnss3, libudev1, libx11-6, libxtst6
Recommends: libavcodec54 | libavcodec-extra-54, libavformat54
Suggests: libnotify
Homepage: https://www.spotify.com
License: https://www.spotify.com/legal/end-user-agreement
Vendor: Spotify AB
Download-Size: 78,0 MB
APT-Sources: http://ftp-stud.hs-esslingen.de/pub/Mirrors/packages.linuxmint.com serena/import amd64 Packages
Description: Spotify streaming music client

I purge the program, but using the previous says the same, because I think the program has not finished purging

Thanks for the help

 

Reply

Accepted Solutions
Marked as solution

Hello @user-removed,

 

Welcome to Spotify Community!

This warning should not affect your Spotify experience at all, but here is quick fix:

cd /usr/share/spotify/ && sudo wget https://github.com/AtomicGameEngine/CEF3Binaries/raw/master/Linux/Resources/cef_extensions.pak

Let me know if you run into problems : )

View solution in original post

4 Replies
Marked as solution

Hello @user-removed,

 

Welcome to Spotify Community!

This warning should not affect your Spotify experience at all, but here is quick fix:

cd /usr/share/spotify/ && sudo wget https://github.com/AtomicGameEngine/CEF3Binaries/raw/master/Linux/Resources/cef_extensions.pak

Let me know if you run into problems : )

Thanks, fix the error Could not load cef_extensions.pak. But, the problem when executing the command apt show spotify-client -a, I do not know why I have two versions installed, I have purged the program but nothing.

Hey @user-removed,

 

 

From the man page of apt we can see the following lines:

 

show (apt-cache(8))
Show information about the given package(s) including its dependencies, installation and download size, sources the package is available from, the description of the packages content and
much more. It can e.g. be helpful to look at this information before allowing apt(8) to remove a package or while searching for new packages to install.

That means you have 2 repositories that contain spotify-client package not 2 packages installed.

If you want to see which client is installed on your system I would suggest you that:

 

apt list --installed | grep spotify-client

If you have any more questions, let me know 🙂

 

 

 

Thanks for the help and for the information of the command apt list --installed | grep spotify-client, it is very useful

Suggested posts