Remigiusz Suwalski on Tue, 06 Jun 2017 10:14:35 +0200


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: PARI/GP installation without X server


The solution proposed by Bill was indeed what I wanted to achieve. I didn't
wanted to install from sources, because package manager takes care of updating
pari to the newest version. I'm currently using the 2.9.2 build.

On Sun, May 28, 2017 at 13:47 AM, Thomas Keller <wangude@gmail.com> wrote:
It is pretty easy to install from source as well.  I'm not sure what
version gets installed with apt.

On Sun, May 28, 2017 at 11:18 AM, Bill Allombert
<Bill.Allombert@math.u-bordeaux.fr> wrote:
On Sat, May 27, 2017 at 01:04:16PM +0200, Remigiusz Suwalski wrote:
Is there some clever way to install pari-gp from official Debian packages
without X support? I need to get the calculator running on a remote server
with limited free space and therefore I don't want the libxc* libraries
(simple "apt install pari-gp" query tells me that after the operation, 495
MB of additional disk space will be used).

Try
apt install pari-gp --no-install-recommends

Cheers,
Bill.