<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Pico Editor Installation Need Help in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/pico-editor-installation-need-help/m-p/3764636#M260093</link>
    <description>Shalom again Casey,&lt;BR /&gt;&lt;BR /&gt;Sounds like an application issue. Perhaps pico needs to be configured to work properly with the terminal environment.&lt;BR /&gt;&lt;BR /&gt;Or perhaps worse, its not designed to run on HP-UX at all, or on 11.23.&lt;BR /&gt;&lt;BR /&gt;Did it run on another version of HP-UX? If so, what version?&lt;BR /&gt;&lt;BR /&gt;Is this version certified for 11.23?&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Mon, 03 Apr 2006 12:33:00 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2006-04-03T12:33:00Z</dc:date>
    <item>
      <title>Pico Editor Installation Need Help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pico-editor-installation-need-help/m-p/3764633#M260090</link>
      <description>I am very new dealing with unix and installs of software on unix.  We just moved to an HP-UX 11.23 OS and i am trying to get the pico editor installed for it.  I am not even sure if i found the right one.  When i did get it installed i got errors that said something about not understanding what VT100 was, so i set the term.  I eventually deleted everything and I am starting over.  Can anyone help in this issue. I would greatly appreciate it.&lt;BR /&gt;Casey</description>
      <pubDate>Mon, 03 Apr 2006 11:42:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pico-editor-installation-need-help/m-p/3764633#M260090</guid>
      <dc:creator>CaseyDearcorn</dc:creator>
      <dc:date>2006-04-03T11:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: Pico Editor Installation Need Help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pico-editor-installation-need-help/m-p/3764634#M260091</link>
      <description>Shalom Casey,&lt;BR /&gt;&lt;BR /&gt;Its important to know where you got the software and if it is designed for HP-UX.&lt;BR /&gt;&lt;BR /&gt;If its a tarball meant to compile:&lt;BR /&gt;tar xvf tarball.tar&lt;BR /&gt;cd &lt;DIRECTORY name=""&gt;&lt;BR /&gt;follow the compile instructions inside.&lt;BR /&gt;&lt;BR /&gt;If its a depot file&lt;BR /&gt;&lt;BR /&gt;say pico.depot&lt;BR /&gt;cd to the directory it is in.&lt;BR /&gt;&lt;BR /&gt;swinstall -s $PWD/pico.depot \*&lt;BR /&gt;&lt;BR /&gt;The actual problem here is a variable called TERM.&lt;BR /&gt;&lt;BR /&gt;export TERM=vt100&lt;BR /&gt;&lt;BR /&gt;Use the program.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/DIRECTORY&gt;</description>
      <pubDate>Mon, 03 Apr 2006 11:48:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pico-editor-installation-need-help/m-p/3764634#M260091</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-04-03T11:48:04Z</dc:date>
    </item>
    <item>
      <title>Re: Pico Editor Installation Need Help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pico-editor-installation-need-help/m-p/3764635#M260092</link>
      <description>I have set the term to vt100 for the telnet application i am using, i exported it with no errors, but when i run pico i get Unknown terminal type vt100!&lt;BR /&gt;&lt;BR /&gt;We also have an application datatel that uses this but its under a wyse50 terminal setup.  I attempted to do the same in there, but i also get Unknown terminal type wyse50!&lt;BR /&gt;&lt;BR /&gt;Casey</description>
      <pubDate>Mon, 03 Apr 2006 12:22:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pico-editor-installation-need-help/m-p/3764635#M260092</guid>
      <dc:creator>CaseyDearcorn</dc:creator>
      <dc:date>2006-04-03T12:22:59Z</dc:date>
    </item>
    <item>
      <title>Re: Pico Editor Installation Need Help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pico-editor-installation-need-help/m-p/3764636#M260093</link>
      <description>Shalom again Casey,&lt;BR /&gt;&lt;BR /&gt;Sounds like an application issue. Perhaps pico needs to be configured to work properly with the terminal environment.&lt;BR /&gt;&lt;BR /&gt;Or perhaps worse, its not designed to run on HP-UX at all, or on 11.23.&lt;BR /&gt;&lt;BR /&gt;Did it run on another version of HP-UX? If so, what version?&lt;BR /&gt;&lt;BR /&gt;Is this version certified for 11.23?&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 03 Apr 2006 12:33:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pico-editor-installation-need-help/m-p/3764636#M260093</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-04-03T12:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: Pico Editor Installation Need Help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pico-editor-installation-need-help/m-p/3764637#M260094</link>
      <description>Here is the website i downloaded it from.  Maybe I cant use this one?&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Networking/Mail/pine-4.64/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Networking/Mail/pine-4.64/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The one for the Itanium 11.23&lt;BR /&gt;&lt;BR /&gt;From everything i read pico comes in pine and you need to download pine to get pico editor, not sure if this is always the case.&lt;BR /&gt;&lt;BR /&gt;Casey</description>
      <pubDate>Mon, 03 Apr 2006 12:35:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pico-editor-installation-need-help/m-p/3764637#M260094</guid>
      <dc:creator>CaseyDearcorn</dc:creator>
      <dc:date>2006-04-03T12:35:33Z</dc:date>
    </item>
  </channel>
</rss>

