While trying to install lollypop I got this error
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/lollypop/container.py", line 79, in update_db
self.__show_first_run()
File "/usr/lib/python3/dist-packages/lollypop/container.py", line 335, in __show_first_run
view = FirstRunView()
File "/usr/lib/python3/dist-packages/lollypop/view_first_run.py", line 29, in __init__
builder.add_from_resource("/org/gnome/Lollypop/FirstRunView.ui")
GLib.Error: gtk-builder-error-quark: .:3:50 Required gtk+ version 3.20, current version is 3.18 (7)
3.20
values for the versions, includinggtk+3.0
. So yes, I think the answer is accurate: adding this staging repo will updates one's gtk-relevant packages to3.20
. – Hendy Jan 24 '18 at 00:26install pkgname
; so nothing is installed. It simply adds a repo which triggersapt update
to see a newer version of relevant packages that are already installed, and it updates them. – Hendy Jan 26 '18 at 03:13