On Fri, 2008-03-07 at 10:00 +0100, Niki Kovacs wrote:
Frank Cox a écrit :
<snip>
Therese: open a Terminal, su - to root (which means: type 'su -' and then enter your root password) and type:
# find / -name 'swriter'
Suggestion for future faster "finds":
After installing/removing components, run updatedb. Then instead of find, you can "locate swriter". You'll probably need to filter the output as locate's match seems to be very regex-generalized.
Also, if updating components that have control files, locate rpmsave and rpmnew so you can see if any of your configuration files need to be examined.
<snip>
Niki
<snip sig stuff>