solaris.rst
changeset 1985 d7849108e84d
parent 1984 28628fedc978
child 1986 1713fff87e6f
equal deleted inserted replaced
1984:28628fedc978 1985:d7849108e84d
     3 =========
     3 =========
     4  Solaris
     4  Solaris
     5 =========
     5 =========
     6 .. contents::
     6 .. contents::
     7    :local:
     7    :local:
     8 
       
     9 Free software for Solaris
       
    10 =========================
       
    11 
       
    12   http://www.opencsw.org/
       
    13                 free, volunteer effort, to provide quality downloadable binary
       
    14                 packages for the currently fully supported versions of Sun
       
    15                 Solaris
       
    16   http://sunfreeware.com/
       
    17                 Solaris Freeware Project
       
    18   http://www.blastwave.org/
       
    19                 The "Blastwave Software Stack" is a commercial software service
       
    20                 for Solaris x86 and Solaris Sparc users
       
    21 
     8 
    22 Add new user
     9 Add new user
    23 ============
    10 ============
    24 ::
    11 ::
    25 
    12 
    89   $ /usr/sbin/lofiadm -a /var/tmp/CDImage.iso
    76   $ /usr/sbin/lofiadm -a /var/tmp/CDImage.iso
    90   $ [ -d /mnt ] && echo OK || echo FAILURE
    77   $ [ -d /mnt ] && echo OK || echo FAILURE
    91   $ /usr/sbin/umount /mnt
    78   $ /usr/sbin/umount /mnt
    92   $ /usr/sbin/mount -F hsfs -o ro /dev/lofi/1 /mnt
    79   $ /usr/sbin/mount -F hsfs -o ro /dev/lofi/1 /mnt
    93   $ cd /mnt
    80   $ cd /mnt
       
    81 
       
    82 Package management
       
    83 ==================
       
    84 
       
    85 List installed packages::
       
    86 
       
    87   $ pkg list
       
    88 
       
    89 Show package info::
       
    90 
       
    91   $ pkg info diagnostic/tcpdump
       
    92 
       
    93 Search for keyword in installed packages descriptions::
       
    94 
       
    95   $ pkg search -l editor
       
    96 
       
    97 Show package content::
       
    98 
       
    99   $ pkg contents diagnostic/tcpdump
       
   100 
       
   101 Show installation history::
       
   102 
       
   103   $ pkg history
       
   104 
       
   105 Check all packages integrity::
       
   106 
       
   107   $ pkg verify
       
   108 
       
   109 List enabled package sources::
       
   110 
       
   111   $ pkg publisher
       
   112 
       
   113 Check package status and update date of official package repository (Oracal
       
   114 Portal)::
       
   115 
       
   116   $ pkgrepo info -s http://pkg.oracle.com/solaris/release/
       
   117 
       
   118 Install package::
       
   119 
       
   120   $ pkg uninstall diagnostic/tcpdump
       
   121 
       
   122 Uninstall package::
       
   123 
       
   124   $ pkg uninstall diagnostic/tcpdump
       
   125 
       
   126 Free software for Solaris
       
   127 =========================
       
   128 
       
   129   http://www.opencsw.org/
       
   130                 free, volunteer effort, to provide quality downloadable binary
       
   131                 packages for the currently fully supported versions of Sun
       
   132                 Solaris
       
   133   http://sunfreeware.com/
       
   134                 Solaris Freeware Project
       
   135   http://www.blastwave.org/
       
   136                 The "Blastwave Software Stack" is a commercial software service
       
   137                 for Solaris x86 and Solaris Sparc users