Difference between revisions of "Talk:RPM Commands"
From Free Knowledge Base- The DUCK Project: information for everyone
(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 18: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?