How do I install programs in Xebian?
You can install new programs using the apt package management tool (this requires a working network connection). Open a X Terminal, become root with su and type in apt-get update to update the database of available packages. Then use apt-get install package_name to install a particular package. apt-get upgrade will update all the installed programs if new versions are available.