ppkg delete

Description

Deletes SmartUpdateClosed Legacy Check Point GUI client used to manage licenses and contracts in a Check Point environment. software packages from the SmartUpdate software packages repository.

Notes:

Syntax

cppkg del ["<Vendor>" "<Product>" "<Major Version>" "<OS>" "<Minor Version>"]

cppkg delete ["<Vendor>" "<Product>" "<Major Version>" "<OS>" "<Minor Version>"]

Parameters

Parameter

Description

del | delete

When you do not specify optional parameters, the command runs in the interactive mode. The command shows the menu with applicable options.

"<Vendor>"

Specifies the package vendor. Enclose in double quotes.

"<Product>"

Specifies the product name. Enclose in double quotes.

"<Major Version>"

Specifies the package Major Version. Enclose in double quotes.

"<OS>"

Specifies the package OS. Enclose in double quotes.

"<Minor Version>"

Specifies the package Minor Version. Enclose in double quotes.

Notes:

  • To see the values for the optional parameters, run the cppkg print command.

  • You must specify all optional parameters, or no parameters.

Example 1 - Interactive mode

[Expert@MGMT:0]# cppkg delete
 
Select package:
--------------------
(0) Delete all
(1) CP1100 Gaia Embedded Check Point R77.20 R77.20
 
(e) Exit
 
Enter your choice : 1
 
You chose to delete 'CP1100 Gaia Embedded Check Point R77.20 R77.20', Is this correct? [y/n] : y
 
Package was successfully removed from the repository
[Expert@MGMT:0]#

Example 2 - Manually deleting the specified package

Expert@MGMT:0]# cppkg print
Vendor          Product              Version    OS                   Minor Version
----------------------------------------------------------------------------------
Check Point     CP1100               R77.20     Gaia Embedded        R77.20
[Expert@MGMT:0]#
 
[Expert@MGMT:0]# cppkg delete "Check Point" "CP1100" "R77.20" "Gaia Embedded" "R77.20"
Package was successfully removed from the repository
[Expert@MGMT:0]#