Jump to content

hello guys i have a hard time trying to install anything on my kali linux , i did a upgrade and update i keep having libraries requirements errors , and  circular dependancies  (it means that to install a library 1 that i need to install a library2  b i need that library2 in the first place to install that library1 so you are blocked in circles ) any solutions ? thanks 

Link to comment
https://linustechtips.com/topic/737608-library-requirements-errors/
Share on other sites

Link to post
Share on other sites

i tried kali last year and i also had problems installing software; I found the repos were always down, are they reliable now?

You need to post your terminal output to resolve these dependency issues

             ☼

ψ ︿_____︿_ψ_   

Link to post
Share on other sites

or here we go i will just copy the errors parts

checking for libxml-2.0 >= 2.4.10 atk >= 1.0.0 gtk+-2.0 >= 2.0.0... Package libxml-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `libxml-2.0.pc' to the PKG_CONFIG_PATH environment variable No package 'libxml-2.0' found
configure: error: Library requirements (libxml-2.0 >= 2.4.10 atk >= 1.0.0 gtk+-2.0 >= 2.0.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.

 

another one

configure: error: Package requirements (glib-2.0 libglade-2.0 libgnomeui-2.0) were not met:

No package 'libglade-2.0' found
No package 'libgnomeui-2.0' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables ETHERAPE_CFLAGS
and ETHERAPE_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.


another one

checking for LIBGNOMEUI... configure: error: Package requirements (  libxml-2.0 >= 2.4.20   libgnome-2.0 >= 2.13.7   libgnomecanvas-2.0 >= 2.0.0   libbonoboui-2.0 >= 2.13.1   gconf-2.0 >= 1.1.11   pango >= 1.1.2   glib-2.0 >= 2.8.0
  gnome-vfs-2.0 >= 2.7.3   gnome-keyring-1 >= 0.4) were not met:

No package 'libxml-2.0' found
No package 'libgnome-2.0' found
No package 'libgnomecanvas-2.0' found
No package 'libbonoboui-2.0' found
No package 'gconf-2.0' found
No package 'gnome-vfs-2.0' found
No package 'gnome-keyring-1' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables LIBGNOMEUI_CFLAGS
and LIBGNOMEUI_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

 

well hopes this helps us solve it , and for your question well the second i installed it there was no sound i had to search for a solution soooo it's still pretty much buggy

 

 

 

Link to post
Share on other sites

On 2/20/2017 at 7:08 AM, mate_mate91 said:

try sudo apt-get update && sudo apt-get upgrade

then try installing that packages

i solved my some problems by a dist-upgrade , thanks for the help ,i was able to install etherape like that but i still can't for the rest even after a full upgrade 

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×