...
3. TSM software for linux can be downloaded from the IS&T website. The installation procedure for a new Ubuntu version is described here.
4. The older version of the software is written for RHL5 and is available as an rpm.4. Install the "ksh" package and the "alien" package. ksh is needed since several of the scripts included with TSM use ksh. More important is "alien" as, this allows users to install RPM packages on Ubuntu or other Debian-based distributions.
Code Block |
---|
$ sudo apt-get install ksh alien |
5. Use The next step is to use alien to install the appropriate RPMs:
...