Re: Correct way to select alternatives

1999-07-06 Thread Martin Bialasinski
>> "Kristopher" == Kristopher Johnson <[EMAIL PROTECTED]> writes: Kristopher> What is the correct way to switch between different Kristopher> "alternatives"? For example, currently my /usr/bin/vi Kristopher> points to nvi. What is the right way to change it to Kristopher> point to vim or elvis?

Re: Correct way to select alternatives

1999-07-06 Thread Brad
On Tue, 6 Jul 1999, Kristopher Johnson wrote: > What is the correct way to switch between different "alternatives"? For > example, currently my /usr/bin/vi points to nvi. What is the right way > to change it to point to vim or elvis? I know how to use 'ln -s' to > create/change links, but I sus

Correct way to select alternatives

1999-07-06 Thread Kristopher Johnson
What is the correct way to switch between different "alternatives"? For example, currently my /usr/bin/vi points to nvi. What is the right way to change it to point to vim or elvis? I know how to use 'ln -s' to create/change links, but I suspect that I should really use 'update-alternatives' or