After plain installation of Ubuntu 16.04 LTS gnome-software
doesn't work.
It has opened once with GUI, but installation of Unity Tweak Tool didn't finish.
When starting again, GUI doesn't come up. When opening from terminal, a warning appears, but the application GUI doesn't open.
$ gnome-software
(gnome-software:7052): Gs-WARNING: failed to open plugin /usr/lib/gs-plugins-9/libgs_plugin_xdg_app_reviews.so: /usr/lib/gs-plugins-9/libgs_plugin_xdg_app_reviews.so: cannot open shared object file: No such file or directory
Does anybody have same experience, and eventually, a solution?
According to the recommendation:
$ dpkg-query -S /usr/lib/gs-plugins-9/libgs_plugin_xdg_app_reviews.so
gnome-software: /usr/lib/gs-plugins-9/libgs_plugin_xdg_app_reviews.so
Proposed reinstall of gnome-software did not help.
As workaround, use Synaptic Package manager and command line.
dpkg-query -S /usr/lib/gs-plugins-9/libgs_plugin_xdg_app_reviews.so
? It should show one or more packages to which this file belongs; hopefully it'sgnome-softwarecenter
or something like that. Can you please reinstall that package withsudo apt-get install -f --reinstall <PACKAGE_NAME>
and tell me if that helps? Include any error messages in your question that you encounter in the process. – David Foerster Apr 24 '16 at 11:19xxxxx:~$ dpkg-query -S /usr/lib/gs-plugins-9/libgs_plugin_xdg_app_reviews.so
gnome-software: /usr/lib/gs-plugins-9/libgs_plugin_xdg_app_reviews.so
– kovivox Apr 24 '16 at 13:29