package

Manage the software packages installed on the appliance.

User access

admin

Syntax

package

list {all | ptk}

update -file <packagefile>

Argument(s)

Shortcut

Description

list [all | ptk]

l {a | p}

List the packages currently installed on the appliance.

Use the all flag to list all packages.

Use the ptk flag to list the SafeNet ProtectToolkit packages only.

update –file <packagefile>

u -f

Update the specified package file. Before you can update a package, you must use scp/pscp to securely copy the update package file to the appliance’s SCP directory.

Example

psesh:>package list all
 
filesystem-2.4.30-3.el6.i686
ncurses-base-5.7-3.20090208.el6.i686
kbd-misc-1.15-11.el6.noarch
 
...
 
pciutils-3.1.10-4.el6.i686
audit-2.3.7-5.el6.i686
e2fsprogs-1.41.12-21.el6.i686
acl-2.2.49-6.el6.i686
PTKpcihsmK6-5.2.0-5.i386
PTKnetsrv-5.2.0-5.i386
 
Command Result : 0 (Success)
 
 
 
psesh:>package list ptk
 
PTKpcihsmK6-5.2.0-5.i386
PTKnetsrv-5.2.0-5.i386
 
Command Result : 0 (Success)