Bill Allombert on Sun, 28 May 2017 17:18:02 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: PARI/GP installation without X server |
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.