Installation of TeXmacs as a Red Hat Package
If you use redhat linux or another linux distribution (like mandrake) which supports the rpm command to install software, it is very easy to install TeXmacs. You can check whether rpm exists on your system using
which rpmIf the program is not installed, then you may download it from the web and unpack it in the / directory as root. Notice that the rpm program can only used by root. If you do not have root privilege, then you should ask your system administrator to install TeXmacs, or use the classical installation method.
After downloading the TeXmacs distribution, you may install the software by typing (as root)
rpm -i texmacs-0.2.5-8.i386.rpmThe program can now be launched using
texmacs &In a similar way, you may download the source code as an rpm package.
Please let me know if you like or dislike the program. It is very useful for me to have a rough idea about the number of permanent users and for what applications you are interested in TeXmacs. Furthermore, I am glad to receive your suggestions and problems, no matter how silly they may seem to you. In the near future I also plan to create a mailing list and maybe a newsgroup.
rpm --nodeps -i texmacs-0.2.5-8.i386.rpmIn particular, if you installed rpm yourself on a linux system which no native rpm support, then disabling dependency checking will usually do the job.