Documentation:
Install
TAR.GZ Installation:
With Setup:
- Untar targz'ed package (use 'tar xzvf package-version.tar.gz
').
- Change to package-version directory.
- Copy 'setup.data-base-1.tar.gz' (as is) to '
package-version /bin/SETUP' sub-directory.
- Execute 'package-version/bin/setup.sh'. (for
a root installation, use 'su -c package-version/bin/setup.sh')
- The script will build 'Setup directory' and call installer,
please wait.
- Follow installer instructions.
Without Setup:
- WARNING: This method does not generate an uninstall
script. To remove files from system, you'll need to do it by hand.
- Untar targz'ed package (use 'tar xzvf package-version.tar.gz
').
- Change to 'package-version/bin' directory;
- Use: 'cp cloxten cloxten.bin doctordoc [where I
want to copy files]'
- For required library packages:
- Change to 'package-version/lib' directory;
- Copy files in 'lib' directory to a directory that
is listed in the LD_LIBRARY_PATH environment variable, or listed in the
/etc/ld.so.conf file. (use: 'cp -d * [where I want to copy files]').
RPM Installation:
$su (if you don't need special
system access, skip this line).
#cd [where I downloaded RPM file]
#rpm -ivh package-[version].rpm
Preparing...
########################################### [100%]
1:package
########################################### [100%]
#exit
$
Debian Installation:
$su (if you don't need special
system access, skip this line).
#cd [where I downloaded Debian file]
#dpkg --install package_[version]_i386.deb
(Reading database ... ????? files and directories currently installed.)
Unpacking package (from ./package_[version]_i386.deb) ...
Setting up package ([version]) ...
#exit
$