0

Installing packages in VPS

Wednesday, November 7, 2007

You can install the packages for a prticular VEID using using the following way:
1. Login into the main VPS
2. Verify whether the particular package to be installed is listed in the 'vzpkgls'
"vzpkgls | grep packageName"
3. Install the package using the "vzpkgadd VEID packageName"

example to install the spamassassin for VEID 347
# vzpkgls | grep spamassassin
# vzpkgadd 347 psa-spamassassin-fc4 (psa-spamassassin-fc4 is the corresponding pkg name)

0 Responses to "Installing packages in VPS"