Skip to content
Socket edited this page Dec 10, 2023 · 1 revision

xpykg:install

The install operation only installs software present in the xpykg database. This function downloads setup.exe of the specified program and runs setup.exe and after analyzing from the exit code the install is declared as sucess/failure.

Output:

package when install successful:

[xpykg:info]: downloading setup.exe for package emacs
[xpykg:note]: running installer for package emacs
[xpykg:success]: emacs installed successfully

package when install unsuccessful:

[xpykg:info]: downloading setup.exe for package emacs
[xpykg:note]: running installer for package emacs
[xpykg:success]: emacs failed to install... maybe try later