0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

DebianでのRisa/Asirインストール

Last updated at Posted at 2021-12-26

Debianパッケージ情報を /etc/apt/sources.list.d/ にファイルとして保存

$ sudo vim /etc/apt/sources.list.d/asir.list
$ sudo cat /etc/apt/sources.list.d/asir.list
deb http://www.math.kobe-u.ac.jp/deb2/ unstable/
deb http://www.math.kobe-u.ac.jp/deb2/ mathlibre2020/
$ sudo apt-key add ~/Downloads/mathlibre.pub 
$ sudo apt-key add ~/Downloads/debian-math.kobe-u.ac.jp.pub 

$ sudo apt-get update
$ sudo apt-get install openxm

起動!

$ asir
This is Risa/Asir, full GMP Version 20210326 (Kobe Distribution).
Copyright (C) 1994-2000, all rights reserved, FUJITSU LABORATORIES LIMITED.
Copyright 2000-2021, Risa/Asir committers, http://www.openxm.org/.
GC 7.6.12 copyright 1988-2018, H-J. Boehm, A. J. Demers, Xerox, SGI, HP, I. Maidanski.
Debug windows of ox servers will not be opened. Set Xm_noX=0 to open it.
OpenXM/Risa/Asir-Contrib $Revision: 1.157 $ (20200320), Copyright 2000-2019, OpenXM.org committers
helph(); [html help], ox_help(0); ox_help("keyword"); ox_grep("keyword");
     for help messages (unix version only).
http://www.math.kobe-u.ac.jp/OpenXM/Current/doc/index-doc.html
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?