- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Where can i find PICO(text editor) for 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
Forums
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
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
12-01-2003 02:24 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2003 02:28 PM
12-01-2003 02:28 PM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2003 02:29 PM
12-01-2003 02:29 PM
Re: Where can i find PICO(text editor) for HP-UX? Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2003 04:10 PM
12-01-2003 04:10 PM
Re: Where can i find PICO(text editor) for HP-UX? Thanks!
But that's nano, not pico, is that possible that i can find pico ?
And what do you mean "check for the dependencies for the installation" ?
Thanks again !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2003 04:54 PM
12-01-2003 04:54 PM
Re: Where can i find PICO(text editor) for HP-UX? Thanks!
The nano editor has some dependency products to be installed which is also given in the above link as "Run Time dependencies"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2003 05:27 PM
12-01-2003 05:27 PM
Re: Where can i find PICO(text editor) for HP-UX? Thanks!
HP-UX depot can be downloaded from
http://hpux.cs.utah.edu/hppd/hpux/Networking/Mail/pine-4.58/
Alternatively you can get source code (if you want to compile it yourself) from
http://www.washington.edu/pine/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2003 02:50 AM
12-02-2003 02:50 AM
Re: Where can i find PICO(text editor) for HP-UX? Thanks!
When I tried to run "pico" under "/usr/local/bin", it always printed out:
"Unknown terminal type hpterm!", even I have tried to set TERM to "hpterm",
"vt100".
Any good idea for that ?
Thanks a lot !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2003 11:19 AM
12-02-2003 11:19 AM
Re: Where can i find PICO(text editor) for HP-UX? Thanks!
Get pine source code from the closest mirror site.
http://www.washington.edu/pine/getpine/mirrors.html
$ gzip -cd pine4.58.tar.gz | tar xvf -
$ cd pine4.58
$ build hpx /* if you have HP ANSI C */
$ build ghp /* if you have gcc only */
If it all goes well you will find pico binary in pico subdirectory.