BNPYTHON Version 6.18 ===================== The software is installed from a .RPM file. You have to be logged in as root to install, or remove the software from your computer. For the installation a database user account is needed. By default this user account will be "bruker" and belong to user group "bruker". The default user account and user group may be overridden by defining the BN_USER and BN_GROUP environment variables. A convenient way to do this is the "env" command. Install: # If user "bruker" and group "bruker" exist on the system: rpm -i bnpython-6.18-1.i386.rpm # If a different user or group is going to be used: env BN_USER=john_doe BN_GROUP=john_doe rpm -i bnpython-6.18-1.i386.rpm Update: rpm -U bnpython-6.18-1.i386.rpm Remove: rpm -e bnpython