Ask Ubuntu Asked by Jasurbek Nabijonov on November 16, 2021
Tried to run gnome-control-center
.
But there is error gnome-control-center: symbol lookup error: /usr/lib/x86_64-linux-gnu/libgoa-backend-1.0.so.1: undefined symbol: g_uuid_string_random
The output of ldd /usr/bin/gnome-control-center
(correct lines are removed by N0rbert) :
...
libatk-1.0.so.0 => /usr/local/lib/libatk-1.0.so.0 (0x00007f557b3c9000)
...
libglib-2.0.so.0 => /usr/local/lib/libglib-2.0.so.0 (0x00007f557a38a000)
...
libgmodule-2.0.so.0 => /usr/local/lib/libgmodule-2.0.so.0 (0x00007f5579b87000)
...
You can try to reinstall the package containing libgoa-backend-1.0.so.1.0.0
:
sudo apt-get install --reinstall libgoa-backend-1.0-1
According to your ldd output you have some strange libraries:
/usr/local/lib/libatk-1.0.so.0
/usr/local/lib/libglib-2.0.so.0
/usr/local/lib/libgmodule-2.0.so.0
You should move them out the way:
mkdir ~/usr_local_lib
sudo mv /usr/local/lib/libatk-1.0.so.0 ~/usr_local_lib
sudo mv /usr/local/lib/libglib-2.0.so.0 ~/usr_local_lib
sudo mv /usr/local/lib/libgmodule-2.0.so.0 ~/usr_local_lib
For predictable results it is recommended to reinstall packages of these libraries:
sudo apt-get install --reinstall libatk1.0-0 libglib2.0-0
You may want to investigate /usr/local/lib/
folder further.
Answered by N0rbert on November 16, 2021
Get help from others!
Recent Answers
Recent Questions
© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP