Talk:RPM Commands: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Finding out what RPM file has the dependency |
||
Line 14: | Line 14: | ||
Please edit the file /etc/locales.conf to manipulate which locales | Please edit the file /etc/locales.conf to manipulate which locales | ||
will be generated. Then issue the command "/usr/sbin/locales-gen" | will be generated. Then issue the command "/usr/sbin/locales-gen" | ||
== Finding out what RPM file has the dependency == | |||
error: failed dependencies: | |||
libstdc++.so.6 is needed by aspell-0.60.4-1tr | |||
libstdc++.so.6 is needed by aspell-libs-0.60.4-1tr | |||
so what rpm contains libstdc++.so.6? |
Revision as of 17:36, 31 May 2007
tzdata >= 2003a is needed by glibc
You need to upgrade all the rpms in the list at once. rpm -Uvh glibc*.rpm tzdata*.rpm
rpm -Uvh glibc*.rpm tzdata*.rpm Preparing... ########################################### [100%] 1:glibc-devel ########################################### [ 25%] 2:tzdata ########################################### [ 50%] 3:glibc warning: /etc/ld.so.cache created as /etc/ld.so.cache.rpmnew ########################################### [ 75%] 4:glibc-locales ########################################### [100%] Please edit the file /etc/locales.conf to manipulate which locales will be generated. Then issue the command "/usr/sbin/locales-gen"
Finding out what RPM file has the dependency
error: failed dependencies: libstdc++.so.6 is needed by aspell-0.60.4-1tr libstdc++.so.6 is needed by aspell-libs-0.60.4-1tr
so what rpm contains libstdc++.so.6?