Edit a Package - modify package and Save As new Package

capsx

Registered
Mar 31, 2016
3
0
1
cPanel Access Level
Root Administrator
Hello!

It is not possible to Save As already existing package, when you change some of the Package options, and want let that changes will be as new Package.
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,267
463
Hello :)

You could copy an existing package via the command line. EX:

Code:
cp -a /var/cpanel/packages/package123 /var/cpanel/packages/package456
Thank you.