File: README.pkg

package info (click to toggle)
singular 1%3A4.4.1%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 47,520 kB
  • sloc: cpp: 319,164; ansic: 42,206; perl: 5,855; sh: 5,524; lisp: 4,241; python: 2,101; makefile: 1,890; yacc: 1,651; pascal: 1,411; lex: 1,367; tcl: 1,024; xml: 182
file content (30 lines) | stat: -rw-r--r-- 917 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Debian (and Debian based Operating Systems)
===========================================

The Debian [1] package for Singular is currently maintained by the Debian Math Team [2,3].

[1] https://www.debian.org/
[2] https://wiki.debian.org/Teams/Math
[3] https://tracker.debian.org/pkg/singular

Installation (with appropriate privileges):

apt install singular

Fedora (and RPM based Operating Systems)
=======================================

To build Singular rpm packages run (with 4.0.0 replaced by the respective Singular version):
$ rpmbuild -tb singular-4.0.0.tar.gz

To install the newly created packages run (as superuser, with x86_64 replaced by your architecture and 4.0.0 by the respective Singular version):
$ cd `rpm --eval '%{_topdir}'`/RPMS
$ rpm -i x86_64/singular-4.0.0-1.x86_64.rpm noarch/singular-common-4.0.0-1.noarch.rpm

Gentoo
======
install from the main tree:

emerge singular

is sufficient.