| Configuration | documentation | Active Directory |
Table of contents:
Install packages via package managementA "Right Klick -> Edit" on the "Package management -> Installable packages" node opens the "Installable packages" wizard:Select the desired packages and continue with "Install marked packages" and klick "OK" to install the selected packages and their dependencies: After downloading and installing these packages: They should show up at the "Package manager -> Installed packages" node: Now all software components are installed and set up. You are ready to configure the environment. Update packages via package managementFirst of all you have to search for updates on the openthinclient repository servers.After a "Right Klick -> Search for updates" on the "Package management" node the package manager will try to update the list of availible packages: After connecting and downloading the updated package list the package manage database will be updated: If there are packages to update you will find them at the "Package management -> Updatable packages" node. A "Right Klick -> Edit" on the "Package management -> Updatable packages" node opens the "Updatable packages" wizard: Select the desired packages you whish to update and continue with "Update marked packages" and klick "OK" to update the selected packages and their dependencies:: After downloading and updating these packages: All you packages are up to date. Configure package resource listThe openthinclient repository server provides several flavors of package manager trees:
As default the openthinclient package manager will search for packages in manager and manager-contrib. To change this behavior you have to edit the so called sources.list. In default installations this file is located here: Windows C:\Program Files\openthinclient\server\default\data\nfs\root\etc\sources.list Linux /opt/openthinclient/server/default/data/nfs/root/etc/sources.list This sources.list file should look like this: # Stable deb http://archive.openthinclient.org/openthinclient/manager ./ # Contrib deb http://archive.openthinclient.org/openthinclient/manager-contrib ./ # Testing # deb http://archive.openthinclient.org/openthinclient/manager-testing ./ # Unstable # deb http://archive.openthinclient.org/openthinclient/manager-unstable ./ Activate unstable repositoriesLet's say you wish to get the latest and greatest ;-): Open this file in a simple text editor and remove the comments for testing and unstable: Notice: If you did not already create a backup, this would be a good point to start. Then you can test safely "unstable" and switch back to stable if something goes wrong. # Stable deb http://archive.openthinclient.org/openthinclient/manager ./ # Contrib deb http://archive.openthinclient.org/openthinclient/manager-contrib ./ # Testing deb http://archive.openthinclient.org/openthinclient/manager-testing ./ # Unstable deb http://archive.openthinclient.org/openthinclient/manager-unstable ./ Save your changes and update the packages via package management. There is no need to restart the openthinclient server or manager. Simply click on "Search for updates" after editing this file. Activate experimental repositoryAdding the following lines is only recommended for a testing environment # Experimental deb http://archive.openthinclient.org/openthinclient/manager-experimental ./ The experimental repository contains early beta packages *only* for testing environments! For the experimental repository is no support available. | ||
| Configuration | documentation | Active Directory |