[EdCert previous] [EdCert next] [EdCert top]

Third-party Software

Third-party software generally falls into the following somewhat overlapping groups.

Archive sites

Publically accessible software, including shareware and freeware, may be accessed via anonymous FTP or the WWW from an archive site on the internet. A network search utility named archie may be used to search databases of Anonymous FTP host directories and locate specific software.

Some well-known archive sites in USA include the GNU archive site and UUNET. Popular busy archive sites often may have mirror sites which keep copies of specific directories or files to make them quickly available to local users and to reduce the load on the original site. For example, ftp.uwsg.indiana.edu/pub mirrors several popular software distributions including, gnu, linux, mosaic, netscape, perl5, and sendmail.

Installing Third-party Software

Software distributed over the network will often have the suffix .tar.Z or .tar.gz. The suffix .tar indicates the file is written using the tar utility, and the suffix Z would indicate that the tar file is compressed using the Unix compress utility whereas the suffix gz indicates the file compression using GNU gzip utility. Therefore to extract the files from a software distribution, the tar and uncompress or gunzip utilities are required. The error message "Checksum" during the uncompression often indicates problem with downloading the package. Make sure that 'binary' mode is selected for ftp transfer.

A software distribution may include pre-compiled and packaged binary executable modules for specific operating systems. A list of FTP sites which distribute software ported to a specific platform may be found on the UWSG home page.

If the software distribution includes only the source code and documentation, it is necessary to build the executable machine code specifically for your operating system. The process normally includes compiling and/or assembling the source code, linking with appropriate libraries, moving the files to appropriate directories and testing the installation. In general, all software distribution will include the files; README, INSTALL, and Makefile. The Makefile will have the necessary instructions to build the library (if one is necessary), the executable module, and the documentation. Most systems come with a make utility required to process the Makefile. The files README or INSTALL will have the necessary instructions to install the product on each system to which the product is ported. Unix tools, imake and xmkmf, distributed with the X window system are quite useful in generating a Makefile specific to a platform, taking into account the machine dependencies, such as compiler options, alternate command names, and special make rules.


Terms used: Anonymous FTP, mirror site, GNU, GNU archive site, checksum, compiler, assembler, make, makefile, imake




[EdCert previous] [EdCert next] [EdCert top]