The Qu Programming Language
 
Download
Others
Links

Copyright ©
www.qu-lang.org
Privacy policy
Packages
Note: since Qu 1.22 downloading packages is done with the -R option.

Make sure you have the following line in your Qu configuration file /opt/qu/qu.conf:

repo = www.qu-lang.org/packages

To install package Expat, for example, simply open a root terminal then type:

qu -I Expat

which will download the package, uncompress it, then run the package installer.

To remove package Expat, for example, do this in a root terminal from anywhere outside of the qu directory:

qu -R Expat