Changeset de5e1f in git


Ignore:
Timestamp:
Mar 26, 2002, 2:39:49 PM (21 years ago)
Author:
Mathias Schulze <mschulze@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
Children:
e0e3200e1822229bf0cfc26b40baa77927733e37
Parents:
5dfbc0a0c32f76e81a368ff09ffd32aea98dea1c
Message:
*** empty log message ***


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

Legend:

Unmodified
Added
Removed
  • doc/INSTALL_rpm.texi

    r5dfbc0 rde5e1f  
    11@comment -*-texinfo-*-
    2 @comment $Id: INSTALL_rpm.texi,v 1.4 2002-03-21 16:19:16 mschulze Exp $
     2@comment $Id: INSTALL_rpm.texi,v 1.5 2002-03-26 13:39:49 mschulze Exp $
    33@c FILE: INSTALL_rpm.texi
    44@c PURPOSE: Installation instruction for Singular on RPM based Linux systems
     
    2828@item Singular-share-@value{RPM_VERSION}-1.noarch.rpm
    2929contains architecture independend data like documentation and libraries.
    30 @item Singular-kde-redhat-@value{RPM_VERSION}-1.noarch.rpm
    31 contains KDE icons and menues for @sc{RedHat Linux}.
    32 @item Singular-kde-suse-@value{RPM_VERSION}-1.noarch.rpm
    33 contains KDE icons and menues for @sc{SuSE Linux}.
     30@item Singular-redhat-@value{RPM_VERSION}-1.noarch.rpm
     31contains icons and menues for @sc{gnome} and @sc{kde} under @sc{RedHat Linux}.
     32@item Singular-suse-@value{RPM_VERSION}-1.noarch.rpm
     33contains icons and menues for @sc{gnome} and @sc{kde} under @sc{SuSE Linux}.
    3434@end table
    3535
     
    5959@end smallexample
    6060@item
    61 To deal with @sc{rpm} packages, you can either use the @sc{rpm} command line tool @code{rpm} or a graphical @sc{rpm} frontend like e.g. @code{kpackage} under @sc{kde}.
     61To deal with @sc{rpm} packages, you can either use the @sc{rpm} command line tool @code{rpm} or a graphical @sc{rpm} frontend like e.g. @code{gnorpm} under @sc{gnome} or @code{kpackage} under @sc{kde}.
    6262For a description of the usage of @code{rpm}, type
    6363@smallexample
     
    7878
    7979In the following, we describe how to install @sc{Singular} using the @sc{rpm} command line tool @code{rpm}.
    80 Alternatively, you can use a graphical @sc{rpm} frontend like e.g. @code{kpackage} under @sc{kde}.
     80Alternatively, you can use a graphical @sc{rpm} frontend like e.g. @code{gnorpm} under @sc{gnome} or @code{kpackage} under @sc{kde}.
    8181
    8282@enumerate
     
    112112in a command shell.
    113113@item
    114 To install a @sc{Singular} kde @sc{rpm} package, @sc{kde} has to be installed under @code{/usr/share} like for @sc{RedHat Linux} or under @code{/opt/kde} like for @sc{SuSE Linux}.
     114To install a @sc{Singular} menu @sc{rpm} package, @sc{gnome} or @sc{kde} have to be installed under @code{/usr} like for @sc{RedHat Linux} or under @code{/opt} like for @sc{SuSE Linux}.
    115115You can check this by typing
    116116@smallexample
     117rpm -ql gnome-core
    117118rpm -ql kdebase
    118119@end smallexample
    119120in a command shell.
    120 In the first case (@code{/opt/kde}), you type
     121In the first case (@code{/usr}), you type
    121122@smallexample
    122 rpm -ivh Singular-kde-redhat-@value{RPM_VERSION}-1.noarch.rpm
     123rpm -ivh Singular-redhat-@value{RPM_VERSION}-1.noarch.rpm
    123124@end smallexample
    124 and, in the second case (@code{/usr/share}),
     125and, in the second case (@code{/opt}),
    125126@smallexample
    126 rpm -ivh Singular-kde-suse-@value{RPM_VERSION}-1.noarch.rpm
     127rpm -ivh Singular-suse-@value{RPM_VERSION}-1.noarch.rpm
    127128@end smallexample
    128129in a command shell.
     
    138139@enumerate
    139140@item
    140 To run @sc{Singular} @value{VERSION}, type
     141To run @sc{Singular} @value{RPM_VERSION}, type
    141142@smallexample
    142143Singular-@value{VERSION}
    143144@end smallexample
    144145in a command shell.
    145 To run @sc{Singular} @value{VERSION} inside @sc{Emacs}, type
     146To run @sc{Singular} @value{RPM_VERSION} under @sc{Emacs}, type
    146147@smallexample
    147148ESingular-@value{VERSION}
     
    149150in a command shell.
    150151@item
    151 There is a menu @code{Singular @value{VERSION}} in the @sc{kde} menu with menu items @code{Singular}, @code{ESingular}, and @code{Manual}.
    152 Click 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.
     152There is a menu @code{Singular @value{RPM_VERSION}} in the @sc{gnome} and @sc{kde} menu with menu items @code{Singular}, @code{ESingular}, and @code{Manual}.
     153Click on the menu items @code{Singular} 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.
    153154@end enumerate
    154155
Note: See TracChangeset for help on using the changeset viewer.