first off, you might want to run:

rpm -qa | grep 'strace'

if that lists two versions of strace, then rpm -e the older one...

if it only returns one, then i don't know whether you should rpm -e
that one...  you could probably figure out if that's the one in your
path (strace -V will give you the version of strace that's first in
the path)...

another thing you might try if rpm -qa doesn't list them all is 

which strace

 (to get which version is in the path)
and then

find -name strace

(to find out where all the copies of strace are located)...  
only worry about the ones that are actually stracec as opposed to
strace.vim or strace.1.gz, etc...
to get find -name to find it though, you have to su, and run it while
sitting in / (or i think you can just give it / as a parameter)
i suppose that if locate is up to date, you could use that as well..
maybe?  i don't know for sure about that though...  i generally use
find -name because i've had problems with locate

ok...  no guarantees on anything, but i think this'll solve your problem...
~Erin


On Sun, 15 Aug 2004 20:50:09 -0600, Scott K <[EMAIL PROTECTED]> wrote:
> So Apt -get is supposed to be amazing and solve dependencis so ignorant
> newbs like me can play with programs rather than get frustrated.  But
> mine has issues.  Whenever I try to use it, I get the following error
> and don't get my desired program:
> 
> Building Dependency Tree... Done
> W: There are multiple versions of "strace" in your system.
> 
> This package won't be cleanly updated, unless you leave
> only one version. To leave multiple versions installed,
> you may remove that warning by setting the following
> option in your configuration file:
> 
> RPM::Allow-Duplicated { "^strace$"; };
> 
> To disable these warnings completely set:
> 
> RPM::Allow-Duplicated-Warning "false";
> 
> W: You may want to run apt-get update to correct these problems
> 
> I especially like the last warning because I ran apt-get update and it
> produced these errors, rather than fixing the problem.
> I'd like to remove the undesirable strace, but I don't know where to
> find it.
> 
> Also if anybody has a good reference on generic file structure for
> linux,  such as where do I find this program, or where should I install
> that one, I'd be interested in reading it over.
> 
> Scott K.
> 
> _______________________________________________
> newbies mailing list
> [EMAIL PROTECTED]
> http://phantom.byu.edu/cgi-bin/mailman/listinfo/newbies
> 


-- 
-- userfriendly.org --

_______________________________________________
newbies mailing list
[EMAIL PROTECTED]
http://phantom.byu.edu/cgi-bin/mailman/listinfo/newbies

Reply via email to