Как установить xgap 4.30 в Ubuntu с помощью терминала? - PullRequest
0 голосов
/ 04 февраля 2020

Я попытался установить xgap в терминале, и у меня уже есть пробел 4.10.2 в моей системе. Однако у меня возникает следующая проблема:

root@heino-VirtualBox:~/Downloads/xgap-4.30# /home/heino/Schreibtisch/gap-4.30/  
bash: /home/heino/Schreibtisch/gap-4.30/: Datei oder Verzeichnis nicht gefunden  
root@heino-VirtualBox:~/Downloads/xgap-4.30# ./configure --with-gaproot=/home/heino/Schreibtisch  /gap-4.10.2  
checking for make... make  
checking build system type... x86_64-unknown-linux-gnu  
checking host system type... x86_64-unknown-linux-gnu  
checking target system type... x86_64-unknown-linux-gnu  
checking for gcc... gcc    
checking whether the C compiler works... yes  
checking for C compiler default output file name... a.out  
checking for suffix of executables...   
checking whether we are cross compiling... no  
checking for suffix of object files... o  
checking whether we are using the GNU C compiler... yes  
checking whether gcc accepts -g... yes  
checking for gcc option to accept ISO C89...   needed  
checking whether make sets $(MAKE)... yes  
checking for CONFIGNAME... none  
checking for GAP root directory... /home/heino/Schreibtisch/gap-4.10.2  
checking for GAP architecture... x86_64-pc-linux-gnu-default64-kv3  
configure: creating ./config.status  
config.status: creating Makefile  
config.status: error: cannot find input file: `xgap.sh.in'

Я учусь на математике и понятия не имею о программировании в Linux. Как я могу установить пакет xgap4.30 в Ubuntu?

1 Ответ

0 голосов
/ 04 февраля 2020

Скачать xgap-4.30.tar.gz . Теперь go в папку загрузки, в которую вы только что загрузили xgap-4.30.tar.gz. Теперь откройте свой терминал и выполните следующие действия, как указано здесь :

  • tar xzvf xgap-4.30.tar.gz
  • cd xgap
  • . / configure
  • make
...