Changeset de5e1f in git
- Timestamp:
- Mar 26, 2002, 2:39:49 PM (21 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- e0e3200e1822229bf0cfc26b40baa77927733e37
- Parents:
- 5dfbc0a0c32f76e81a368ff09ffd32aea98dea1c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/INSTALL_rpm.texi
r5dfbc0 rde5e1f 1 1 @comment -*-texinfo-*- 2 @comment $Id: INSTALL_rpm.texi,v 1. 4 2002-03-21 16:19:16mschulze Exp $2 @comment $Id: INSTALL_rpm.texi,v 1.5 2002-03-26 13:39:49 mschulze Exp $ 3 3 @c FILE: INSTALL_rpm.texi 4 4 @c PURPOSE: Installation instruction for Singular on RPM based Linux systems … … 28 28 @item Singular-share-@value{RPM_VERSION}-1.noarch.rpm 29 29 contains architecture independend data like documentation and libraries. 30 @item Singular- kde-redhat-@value{RPM_VERSION}-1.noarch.rpm31 contains KDE icons and menues for @sc{RedHat Linux}.32 @item Singular- kde-suse-@value{RPM_VERSION}-1.noarch.rpm33 contains KDE icons and menues for @sc{SuSE Linux}.30 @item Singular-redhat-@value{RPM_VERSION}-1.noarch.rpm 31 contains icons and menues for @sc{gnome} and @sc{kde} under @sc{RedHat Linux}. 32 @item Singular-suse-@value{RPM_VERSION}-1.noarch.rpm 33 contains icons and menues for @sc{gnome} and @sc{kde} under @sc{SuSE Linux}. 34 34 @end table 35 35 … … 59 59 @end smallexample 60 60 @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}.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{gnorpm} under @sc{gnome} or @code{kpackage} under @sc{kde}. 62 62 For a description of the usage of @code{rpm}, type 63 63 @smallexample … … 78 78 79 79 In 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}.80 Alternatively, you can use a graphical @sc{rpm} frontend like e.g. @code{gnorpm} under @sc{gnome} or @code{kpackage} under @sc{kde}. 81 81 82 82 @enumerate … … 112 112 in a command shell. 113 113 @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}.114 To 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}. 115 115 You can check this by typing 116 116 @smallexample 117 rpm -ql gnome-core 117 118 rpm -ql kdebase 118 119 @end smallexample 119 120 in a command shell. 120 In the first case (@code{/ opt/kde}), you type121 In the first case (@code{/usr}), you type 121 122 @smallexample 122 rpm -ivh Singular- kde-redhat-@value{RPM_VERSION}-1.noarch.rpm123 rpm -ivh Singular-redhat-@value{RPM_VERSION}-1.noarch.rpm 123 124 @end smallexample 124 and, in the second case (@code{/ usr/share}),125 and, in the second case (@code{/opt}), 125 126 @smallexample 126 rpm -ivh Singular- kde-suse-@value{RPM_VERSION}-1.noarch.rpm127 rpm -ivh Singular-suse-@value{RPM_VERSION}-1.noarch.rpm 127 128 @end smallexample 128 129 in a command shell. … … 138 139 @enumerate 139 140 @item 140 To run @sc{Singular} @value{ VERSION}, type141 To run @sc{Singular} @value{RPM_VERSION}, type 141 142 @smallexample 142 143 Singular-@value{VERSION} 143 144 @end smallexample 144 145 in a command shell. 145 To run @sc{Singular} @value{ VERSION} inside@sc{Emacs}, type146 To run @sc{Singular} @value{RPM_VERSION} under @sc{Emacs}, type 146 147 @smallexample 147 148 ESingular-@value{VERSION} … … 149 150 in a command shell. 150 151 @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.152 There 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}. 153 Click 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. 153 154 @end enumerate 154 155
Note: See TracChangeset
for help on using the changeset viewer.