Changeset 608866 in git
- Timestamp:
- Mar 8, 2002, 5:14:30 PM (21 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- 94c8597cd5692485a2f7aba672000fdaffbbaf77
- Parents:
- 63cc195c6e0670f59715aee70a8c75d718fab68a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/INSTALL_rpm.texi
r63cc19 r608866 1 1 @comment -*-texinfo-*- 2 @comment $Id: INSTALL_rpm.texi,v 1. 1 2002-03-08 15:22:14mschulze Exp $2 @comment $Id: INSTALL_rpm.texi,v 1.2 2002-03-08 16:14:30 mschulze Exp $ 3 3 @c FILE: INSTALL_rpm.texi 4 4 @c PURPOSE: Installation instruction for Singular on RPM based Linux systems … … 10 10 11 11 @ifclear singularmanual 12 @majorheading Installation of @sc{Singular} @value{VERSION} on @sc{rpm} based Linuxsystems12 @majorheading Installation of @sc{Singular} @value{VERSION} on @sc{rpm} based @sc{Linux} systems 13 13 @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. 14 17 15 18 @heading @sc{Singular} @sc{rpm} packages … … 18 21 19 22 @table @code 20 @item Singular-@value{RPM_VERSION}- @value{1}.i386.rpm23 @item Singular-@value{RPM_VERSION}-1.i386.rpm 21 24 contains architecture dependend executables like the Singular program. 22 @item Singular-static-@value{RPM_VERSION}- @value{1}.i386.rpm25 @item Singular-static-@value{RPM_VERSION}-1.i386.rpm 23 26 contains the static version of the architecture dependend executables. 24 @item Singular-share-@value{RPM_VERSION}- @value{1}.noarch.rpm27 @item Singular-share-@value{RPM_VERSION}-1.noarch.rpm 25 28 contains architecture independend data like documentation and libraries. 26 @item Singular-kde-redhat-@value{RPM_VERSION}- @value{1}.noarch.rpm27 contains KDE icons and menues for RedHat Linux.28 @item Singular-kde-suse-@value{RPM_VERSION}- @value{1}.noarch.rpm29 contains KDE icons and menues for SuSE Linux.29 @item Singular-kde-redhat-@value{RPM_VERSION}-1.noarch.rpm 30 contains KDE icons and menues for @sc{RedHat Linux}. 31 @item Singular-kde-suse-@value{RPM_VERSION}-1.noarch.rpm 32 contains KDE icons and menues for @sc{SuSE Linux}. 30 33 @end table 31 34 … … 40 43 @enumerate 41 44 @item 42 You can only use the @sc{Singular} @sc{rpm} packages for an @sc{rpm} based Linuxsystem like @sc{RedHat Linux} or @sc{SuSE Linux}.45 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}. 43 46 You can check this by typing 44 47 @smallexample … … 86 89 To install the @sc{Singular} binary @sc{rpm} package, type 87 90 @smallexample 88 rpm -ivh Singular-@value{RPM_VERSION}- @value{1}.i386.rpm91 rpm -ivh Singular-@value{RPM_VERSION}-1.i386.rpm 89 92 @end smallexample 90 93 in a command shell. … … 94 97 Alternatively, you can install the @sc{Singular} static binary @sc{rpm} package by typing 95 98 @smallexample 96 rpm -ivh Singular- @value{RPM_VERSION}-@value{1}.i386.rpm99 rpm -ivh Singular-static-@value{RPM_VERSION}-1.i386.rpm 97 100 @end smallexample 98 101 in a command shell. … … 100 103 To install the @sc{Singular} shared @sc{rpm} package, type 101 104 @smallexample 102 rpm -ivh Singular-shared-@value{RPM_VERSION}- @value{1}.noarch.rpm105 rpm -ivh Singular-shared-@value{RPM_VERSION}-1.noarch.rpm 103 106 @end smallexample 104 107 in a command shell. … … 112 115 In the first case, you type 113 116 @smallexample 114 rpm -ivh Singular-kde-redhat-@value{RPM_VERSION}- @value{1}.noarch.rpm117 rpm -ivh Singular-kde-redhat-@value{RPM_VERSION}-1.noarch.rpm 115 118 @end smallexample 116 119 and in the second case 117 120 @smallexample 118 rpm -ivh Singular-kde-suse-@value{RPM_VERSION}- @value{1}.noarch.rpm121 rpm -ivh Singular-kde-suse-@value{RPM_VERSION}-1.noarch.rpm 119 122 @end smallexample 120 123 in a command shell. … … 130 133 @enumerate 131 134 @item 132 To run @sc{Singular} , type135 To run @sc{Singular} @value{VERSION}, type 133 136 @smallexample 134 137 Singular-@value{VERSION} 135 138 @end smallexample 136 139 in a command shell. 137 To run @sc{Singular} inside @sc{Emacs}, type140 To run @sc{Singular} @value{VERSION} inside @sc{Emacs}, type 138 141 @smallexample 139 142 ESingular-@value{VERSION} … … 142 145 @item 143 146 There 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.147 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. 145 148 @end enumerate 146 149
Note: See TracChangeset
for help on using the changeset viewer.