Changeset 608866 in git


Ignore:
Timestamp:
Mar 8, 2002, 5:14:30 PM (21 years ago)
Author:
Mathias Schulze <mschulze@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
Children:
94c8597cd5692485a2f7aba672000fdaffbbaf77
Parents:
63cc195c6e0670f59715aee70a8c75d718fab68a
Message:
*** empty log message ***


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

Legend:

Unmodified
Added
Removed
  • doc/INSTALL_rpm.texi

    r63cc19 r608866  
    11@comment -*-texinfo-*-
    2 @comment $Id: INSTALL_rpm.texi,v 1.1 2002-03-08 15:22:14 mschulze Exp $
     2@comment $Id: INSTALL_rpm.texi,v 1.2 2002-03-08 16:14:30 mschulze Exp $
    33@c FILE: INSTALL_rpm.texi
    44@c PURPOSE: Installation instruction for Singular on RPM based Linux systems
     
    1010
    1111@ifclear singularmanual
    12 @majorheading Installation of @sc{Singular} @value{VERSION} on @sc{rpm} based Linux systems
     12@majorheading Installation of @sc{Singular} @value{VERSION} on @sc{rpm} based @sc{Linux} systems
    1313@end ifclear
     14
     15@sc{rpm} is a powerful package manager, which can be used to build, install, query, verify, update, and erase individual software packages.
     16@sc{Singular} can be installed on an @sc{rpm} based @sc{Linux} system.
    1417
    1518@heading @sc{Singular} @sc{rpm} packages
     
    1821
    1922@table @code
    20 @item Singular-@value{RPM_VERSION}-@value{1}.i386.rpm
     23@item Singular-@value{RPM_VERSION}-1.i386.rpm
    2124contains architecture dependend executables like the Singular program.
    22 @item Singular-static-@value{RPM_VERSION}-@value{1}.i386.rpm
     25@item Singular-static-@value{RPM_VERSION}-1.i386.rpm
    2326contains the static version of the architecture dependend executables.
    24 @item Singular-share-@value{RPM_VERSION}-@value{1}.noarch.rpm
     27@item Singular-share-@value{RPM_VERSION}-1.noarch.rpm
    2528contains architecture independend data like documentation and libraries.
    26 @item Singular-kde-redhat-@value{RPM_VERSION}-@value{1}.noarch.rpm
    27 contains KDE icons and menues for RedHat Linux.
    28 @item Singular-kde-suse-@value{RPM_VERSION}-@value{1}.noarch.rpm
    29 contains KDE icons and menues for SuSE Linux.
     29@item Singular-kde-redhat-@value{RPM_VERSION}-1.noarch.rpm
     30contains KDE icons and menues for @sc{RedHat Linux}.
     31@item Singular-kde-suse-@value{RPM_VERSION}-1.noarch.rpm
     32contains KDE icons and menues for @sc{SuSE Linux}.
    3033@end table
    3134
     
    4043@enumerate
    4144@item
    42 You can only use the @sc{Singular} @sc{rpm} packages for an @sc{rpm} based Linux system like @sc{RedHat Linux} or @sc{SuSE Linux}.
     45You 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}.
    4346You can check this by typing
    4447@smallexample
     
    8689To install the @sc{Singular} binary @sc{rpm} package, type
    8790@smallexample
    88 rpm -ivh Singular-@value{RPM_VERSION}-@value{1}.i386.rpm
     91rpm -ivh Singular-@value{RPM_VERSION}-1.i386.rpm
    8992@end smallexample
    9093in a command shell.
     
    9497Alternatively, you can install the @sc{Singular} static binary @sc{rpm} package by typing
    9598@smallexample
    96 rpm -ivh Singular-@value{RPM_VERSION}-@value{1}.i386.rpm
     99rpm -ivh Singular-static-@value{RPM_VERSION}-1.i386.rpm
    97100@end smallexample
    98101in a command shell.
     
    100103To install the @sc{Singular} shared @sc{rpm} package, type
    101104@smallexample
    102 rpm -ivh Singular-shared-@value{RPM_VERSION}-@value{1}.noarch.rpm
     105rpm -ivh Singular-shared-@value{RPM_VERSION}-1.noarch.rpm
    103106@end smallexample
    104107in a command shell.
     
    112115In the first case, you type
    113116@smallexample
    114 rpm -ivh Singular-kde-redhat-@value{RPM_VERSION}-@value{1}.noarch.rpm
     117rpm -ivh Singular-kde-redhat-@value{RPM_VERSION}-1.noarch.rpm
    115118@end smallexample
    116119and in the second case
    117120@smallexample
    118 rpm -ivh Singular-kde-suse-@value{RPM_VERSION}-@value{1}.noarch.rpm
     121rpm -ivh Singular-kde-suse-@value{RPM_VERSION}-1.noarch.rpm
    119122@end smallexample
    120123in a command shell.
     
    130133@enumerate
    131134@item
    132 To run @sc{Singular}, type
     135To run @sc{Singular} @value{VERSION}, type
    133136@smallexample
    134137Singular-@value{VERSION}
    135138@end smallexample
    136139in a command shell.
    137 To run @sc{Singular} inside @sc{Emacs}, type
     140To run @sc{Singular} @value{VERSION} inside @sc{Emacs}, type
    138141@smallexample
    139142ESingular-@value{VERSION}
     
    142145@item
    143146There is a menu @code{Singular @value{VERSION}} in the @sc{kde} menu with menu items @code{Singular}, @code{ESingular}, and @code{Manual}.
    144 Click on the menu items @code{Singular} to run @sc{Singular} in a terminal, on the menu item @code{ESingular} to run @sc{Singular} inside @sc{Emacs}, and on the menu item @code{Manual} to read the @sc{Singular} manual.
     147Click on the menu items @code{Singular} to run @sc{Singular} @value{VERSION} in a terminal, on the menu item @code{ESingular} to run @sc{Singular} @value{VERSION} inside @sc{Emacs}, and on the menu item @code{Manual} to read the @sc{Singular} @value{VERSION} manual.
    145148@end enumerate
    146149
Note: See TracChangeset for help on using the changeset viewer.