source: git/README.pkg @ 96ce32

spielwiese
Last change on this file since 96ce32 was 741a18, checked in by jgmbenoit <quatermaster@…>, 22 months ago
update Debian material in README.pkg Description: upstream update: README_pkg: Debian entry Update information concerning Debian packaging support provided by Debian. Origin: debian Author: Jerome Benoit <calculus@rezozer.net> Last-Update: 2022-07-09
  • Property mode set to 100644
File size: 917 bytes
Line 
1Debian (and Debian based Operating Systems)
2===========================================
3
4The Debian [1] package for Singular is currently maintained by the Debian Math Team [2,3].
5
6[1] https://www.debian.org/
7[2] https://wiki.debian.org/Teams/Math
8[3] https://tracker.debian.org/pkg/singular
9
10Installation (with appropriate privileges):
11
12apt install singular
13
14Fedora (and RPM based Operating Systems)
15=======================================
16
17To build Singular rpm packages run (with 4.0.0 replaced by the respective Singular version):
18$ rpmbuild -tb singular-4.0.0.tar.gz
19
20To install the newly created packages run (as superuser, with x86_64 replaced by your architecture and 4.0.0 by the respective Singular version):
21$ cd `rpm --eval '%{_topdir}'`/RPMS
22$ rpm -i x86_64/singular-4.0.0-1.x86_64.rpm noarch/singular-common-4.0.0-1.noarch.rpm
23
24Gentoo
25======
26install from the main tree:
27
28emerge singular
29
30is sufficient.
Note: See TracBrowser for help on using the repository browser.