- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: vim editor in HP-UX
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2018 12:12 AM
06-05-2018 12:12 AM
vim editor in HP-UX
Hi.
How to install vim editor in HP-UX?
Thank you.
- Tags:
- HP-UX
- vim editor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2018 10:48 AM
06-05-2018 10:48 AM
Re: vim editor in HP-UX
> How to install vim editor in HP-UX?
What did your Web search for:
vim hp-ux
find? Mine led to:
http://hpux.connect.org.uk/hppd/hpux/Editors/vim-8.1/
You could also download the source, and built it from that:
https://www.vim.org/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2018 07:56 PM
06-05-2018 07:56 PM
Re: vim editor in HP-UX
Hi.
I tried the 1st link.
But it seems like there is a problem occur.
I have checked that those files exist.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2018 08:26 PM
06-05-2018 08:26 PM
Re: vim editor in HP-UX
You should use swlist to see what's there. And possibly skip tutor.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2018 10:32 PM
06-05-2018 10:32 PM
Re: vim editor in HP-UX
Hi.
This is the output for swlist
I removed the vim and re-installed it.
I can't disable tutor when I install it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2018 10:47 PM - edited 06-10-2018 10:52 PM
06-10-2018 10:47 PM - edited 06-10-2018 10:52 PM
Re: vim editor in HP-UX
What does this show: swlist -l fileset -l file vim
Please include the text and not a picture.
Have you tried removing /usr/local/share/vim/ first?
Have you made sure the checksum on the depot matches that on the webpage?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2018 11:05 PM
06-10-2018 11:05 PM
Re: vim editor in HP-UX
# swlist -l fileset -l file vim
# initializing
# Contacting target "PA30"...
ERROR: Software "vim" was not found on host "PA30:/”.
# cd usr
# cd local
# cd share
# ls
aclocal don gettext info locale man tabset termifo
Since there is no vim, I think I removed the /usr/local/share/vim.
How to check the checksum?
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2018 01:45 AM
06-11-2018 01:45 AM
Re: vim editor in HP-UX
Since not installed, you need to look into depot:
swlist -l fileset -l file -s /abs-path-to-depot vim
> How to check the checksum?
The page where you downloaded it should mention it. And the algorithm. You may have to download other tools like openssl.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2018 08:41 AM
06-11-2018 08:41 AM
Re: vim editor in HP-UX
http://hpux.connect.org.uk/hppd/hpux/Editors/vim-8.0/
I downloaded the FTP one
Then, I unzipped at PC and upload to HP-UX
The location is /tpm/vim
------------
# swlist -l fileset -l file -s /abs-path-to-depot vim
# initializing...
# Contacting target "PA30"...
ERROR: The expected depot or root does not exist at "/abs-path-to-depot".
ERROR: There is currently no depot software on host "PA30" at location "/abs-path-to-depot". Make sure that an absolute pathname is specified for location (beginning with "/").
---------
# model
ia64 hp server rx2660
#uname -a
HP-UX PA30 B.11.31 U ia64 3515862349 unlimited-user license
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2018 05:40 AM
06-16-2018 05:40 AM
Re: vim editor in HP-UX
The location is /tpm/vim
# swlist -l fileset -l file -s /abs-path-to-depot vim
that should be
swlist -l fileset -l file -s /tpm/vim vim
(assuming /tmp/vim is the path to the depot file that you unzipped)
--
ranga