Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Include Page
KBCOMMON:KB-CSSstyle
KBCOMMON:KB-CSSstyle

...

Installing the CHARON-SSP Software 
Anchor
Installing the CHARON-SSP Software
Installing the CHARON-SSP Software

To install the CHARON-SSP for Linux virtual machine software, execute the relevant yum command for the specific package, shown in the table below.

Panel
bgColor#ffffff
titleBGColor#f0f0f0
titleCHARON-SSP for GNU/Linux Installation Commands
Product NameInstallation Command
CHARON-SSP/4Myum localinstall charon-ssp-4m-1.0.22-x86_64.rpm
CHARON-SSP/4Uyum localinstall charon-ssp-4u-1.0.22-x86_64.rpm

The following terminal output shows the installation of CHARON-SSP/4M:

Panel
bgColor#ffffff
titleBGColor#f0f0f0
titleCHARON-SSP/4M for GNU/Linux Install Output

# yum localinstall charon-ssp-4m-1.0.22-x86_64.rpm
Examining charon-ssp-4m-1.0.22-x86_64.rpm: charon-ssp-4m-1.0.22-1.x86_64
Marking charon-ssp-4m-1.0.22-x86_64.rpm to be installed
Resolving Dependencies
--> Running transaction check
---> Package charon-ssp-4m.x86_64 0:1.0.22-1 will be installed
--> Finished Dependency Resolution
 
Dependencies Resolved
 
================================================================================
 Package          Arch      Version       Repository                       Size
================================================================================
Installing:
 charon-ssp-4m    x86_64    1.0.22-1      /charon-ssp-4m-1.0.22-x86_64    1.9 M
 
Transaction Summary
================================================================================
Install  1 Package
 
Total size: 1.9 M
Installed size: 1.9 M
Is this ok [y/d/N]: y
Downloading packages:
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Installing : charon-ssp-4m-1.0.22-1.x86_64                                1/1
  Verifying  : charon-ssp-4m-1.0.22-1.x86_64                                1/1

Installed:
  charon-ssp-4m.x86_64 0:1.0.22-1

Complete!

...

Panel
bgColor#ffffff
titleBGColor#f0f0f0
titleAdd CHARON-SSP for GNU/ Linux Software to C Shell {{.login}}

setenv PATH $PATH:/opt/charon-ssp/ssp-4m:/opt/charon-ssp/ssp-4u

...

Panel
bgColor#ffffff
titleBGColor#f0f0f0
titleAdd CHARON-SSP for GNU/ Linux Software to Bourne Shell Login Profile

PATH=$PATH:/opt/charon-ssp/ssp-4m:/opt/charon-ssp/ssp-4u
export PATH

Removing the CHARON-SSP Software

To install the CHARON-SSP for Linux virtual machine software, execute the relevant yum command for the specific package, shown in the table below.

Panel
bgColor#ffffff
titleBGColor#f0f0f0
titleCHARON-SSP for GNU/Linux Installation Commands
Product NameInstallation Command
CHARON-SSP/4Myum remove charon-ssp-4m
CHARON-SSP/4Uyum remove charon-ssp-4u

...