1825002 Members
2792 Online
109678 Solutions
New Discussion юеВ

install software

 
UniRock
Regular Advisor

install software

Hi All,

I have a vi editor for my ia64, hpux 11.23 srver, how can i know the version of my present vi editor?
and
Please tell me how to install it from scratch.

Thanks,
RKK
8 REPLIES 8
Torsten.
Acclaimed Contributor

Re: install software

Do the following:

# whereis vi
vi: /usr/bin/vi /usr/share/man/man1.Z/vi.1

# what /usr/bin/vi

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
UniRock
Regular Advisor

Re: install software

thnx Torsten,
while installing through TUI i can see a number of files with .txt, .vim, .ps extnsion and i have to select one to go further and install new vi editor.
I dont know which one to select.
Am i going right?
Torsten.
Acclaimed Contributor

Re: install software

Why do you think you need to reinstall vi?

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
UniRock
Regular Advisor

Re: install software

Acutally i got "vim" so I thought of trying it on a test server.
I had installed it but then how can i use this vim?

# swlist -l product | grep vim
vim 7.1 vim

Torsten.
Acclaimed Contributor

Re: install software

VIM is not VI!

vi is part of the core OS (from swlist):

HPUXBaseOS.TextEditors.EDITORS2: /usr/bin/vi

VIM is a add-on.

http://hpux.asknet.de/hppd/hpux/Editors/vim-7.1/

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
UniRock
Regular Advisor

Re: install software

thnx but I downloaded it from the same source and installed it but now when i am opening the vi editor, its all the same as before.
How should I use this vim?



# swlist -l fileset | grep vim
# vim 7.1 vim
vim.vim-RUN

-RKK
Torsten.
Acclaimed Contributor

Re: install software

vi is vi, not vim.

/usr/local/bin/vim

Make sure to install all Run-time dependencies!

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Srimalik
Valued Contributor

Re: install software

vi is vi, vi is not vim
vim is vim, vim is not vi
gvim is gvim, gvim is not vi, gvim is not vim

If you are interested in more fancy things, you can also try cream
http://cream.sourceforge.net/features.html

Never tried to build this in HP, but you can try.
abandon all hope, ye who enter here..