Showing posts with label xterm. Show all posts
Showing posts with label xterm. Show all posts

Thursday, January 8, 2015

Install xterm on Solaris 11


Download Oracle Key and Certificate

  1. # pkg unset-publisher solaris
  2. # pkg set-publisher -k /security/solaris11/publisher/pkg.oracle.com.key.pem -c /security/solaris11/publisher/pkg.oracle.com.certificate.pem -G "*" -g https://pkg.oracle.com/solaris/support/ --proxy http://proxy.ibm.ca:8000 solaris
  3. xauth - required to allow ssh to set up X11 forwarding with authentication
    # pkg install xauth
  4. x11/diagnostic/x11-info-clients - required for software that executes xdpyinfo
    # pkg install x11/diagnostic/x11-info-clients
  5. library/motif - required for software that has a Motif GUI
    # pkg install library/motif
  6. terminal/xterm
    # pkg install xterm
or

# pkg install xauth  x11/diagnostic/x11-info-clients library/motif xterm