Changeset e17ed0 in git


Ignore:
Timestamp:
Jun 30, 2003, 8:34:27 AM (21 years ago)
Author:
Mathias Schulze <mschulze@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
2922777b06a5fb630ceec9e970adb55613ac8b9a
Parents:
efff2ca670fd95edf7a5673d2c973f3ad6dcb224
Message:
*** empty log message ***


git-svn-id: file:///usr/local/Singular/svn/trunk@6822 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/INSTALL_rpm.texi

    refff2c re17ed0  
    11@comment -*-texinfo-*-
    2 @comment $Id: INSTALL_rpm.texi,v 1.13 2002-07-04 16:32:41 Singular Exp $
     2@comment $Id: INSTALL_rpm.texi,v 1.14 2003-06-30 06:34:27 mschulze Exp $
    33@c FILE: INSTALL_rpm.texi
    44@c PURPOSE: Installation instruction for Singular on RPM based Linux systems
     
    1919@heading @sc{Singular} @sc{rpm} packages
    2020
    21 There are the following @sc{Singular} @sc{rpm} packages.
     21The following @sc{Singular} @sc{rpm} packages are available.
    2222
    2323@table @code
     
    3232@end table
    3333
    34 The above @sc{rpm} packages are available at
     34The above @sc{rpm} packages can be downloaded from
    3535@display
    3636@uref{ftp://www.mathematik.uni-kl.de/pub/Math/Singular/UNIX}.
     
    4242@enumerate
    4343@item
    44 You can only use the @sc{Singular} @sc{rpm} packages for an @sc{rpm} based @sc{Linux} system like @sc{RedHat Linux} or @sc{SuSE Linux}.
     44You can only use the @sc{Singular} @sc{rpm} packages on an @sc{rpm} based @sc{Linux} system like @sc{RedHat Linux} or @sc{SuSE Linux}.
    4545You can check this by typing
    4646@smallexample
     
    8080@enumerate
    8181@item
    82 The installation requires about 20MB of free disk space under @code{/opt}.
     82The installation requires about 26MB of free disk space under @code{/usr/local}.
    8383You can check the free disk space by typing
    8484@smallexample
     
    8989Different versions of @sc{Singular} @sc{rpm} packages coexist without conflicts.
    9090@item
    91 To install the @sc{Singular} binary @sc{rpm} package, type
     91To install the @sc{Singular} @value{RPM_VERSION} @sc{rpm} packages, type
    9292@smallexample
    93 rpm -ivh Singular-@value{RPM_VERSION}-1.i386.rpm
    94 @end smallexample
    95 in a command shell.
    96 
    97 This requires several shared libraries.
    98 If these are not present in your system, @code{rpm} will give an error report.
    99 In this case, you have to install @sc{rpm} packages providing these shared libraries and retry.
    100 Alternatively, you can install the @sc{Singular} static binary @sc{rpm} package by typing
    101 @smallexample
    102 rpm -ivh Singular-static-@value{RPM_VERSION}-1.i386.rpm
     93rpm -ivh \
     94Singular-@value{RPM_VERSION}-1.i386.rpm \
     95Singular-share-@value{RPM_VERSION}-1.noarch.rpm \
     96Singular-desktop-@value{RPM_VERSION}-1.noarch.rpm
    10397@end smallexample
    10498in a command shell.
    10599@item
    106 To install the @sc{Singular} shared @sc{rpm} package, type
     100To deinstall the @sc{Singular} @value{RPM_VERSION} @sc{rpm} packages, type
    107101@smallexample
    108 rpm -ivh Singular-share-@value{RPM_VERSION}-1.noarch.rpm
     102rpm -e \
     103Singular-@value{RPM_VERSION}-1.i386.rpm \
     104Singular-share-@value{RPM_VERSION}-1.noarch.rpm \
     105Singular-desktop-@value{RPM_VERSION}-1.noarch.rpm
    109106@end smallexample
    110107in a command shell.
    111 @item
    112 To install a @sc{Singular} menu @sc{rpm} package, @sc{gnome} or @sc{kde} have to be installed.
    113 Type
    114 @smallexample
    115 rpm -ivh Singular-desktop-@value{RPM_VERSION}-1.noarch.rpm
    116 @end smallexample
    117 in a command shell.
    118 @item
    119 To deinstall a @sc{Singular} @sc{rpm} package, type
    120 @smallexample
    121 rpm -e Singular-...-@value{RPM_VERSION}
    122 @end smallexample
    123 in a command shell.
     108@item The @sc{Singular} binary  @sc{rpm} package @code{Singular-@value{RPM_VERSION}-1.i386.rpm} can be replaced by the @sc{Singular} static binary @sc{rpm} package @code{Singular-static-@value{RPM_VERSION}-1.i386.rpm}.
    124109@end enumerate
    125110
     
    137122@end smallexample
    138123in a command shell.
     124@item To read the @sc{Singular} @value{RPM_VERSION} manual, direct your web browser to @code{/usr/local/Singular/@value{VERSION}/html/index.htm}.
    139125@item
    140 There is a menu @code{Singular @value{RPM_VERSION}} in the @sc{gnome} and @sc{kde} menu with menu items @code{TSingular}, @code{ESingular}, and @code{Manual}.
    141 Click on the menu item @code{TSingular} to run @sc{Singular} @value{RPM_VERSION} in a terminal, on the menu item @code{ESingular} to run @sc{Singular} @value{RPM_VERSION} under @sc{Emacs}, and on the menu item @code{Manual} to read the @sc{Singular} @value{RPM_VERSION} manual.
     126Under @sc{gnome} or @sc{kde}, click on the menu item @code{TSingular} to run @sc{Singular} @value{RPM_VERSION} in a terminal, on the menu item @code{ESingular} to run @sc{Singular} @value{RPM_VERSION} under @sc{Emacs}, or on the menu item @code{Manual} to read the @sc{Singular} @value{RPM_VERSION} manual.
    142127@end enumerate
    143128
Note: See TracChangeset for help on using the changeset viewer.