| Thomas Kellar on Sun, 28 May 2017 19:47:54 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
| Re: PARI/GP installation without X server |
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. >