Return to index.html CVS log | Up to [local] / OpenXM / doc / OpenXM-web |
version 1.75, 2021/04/02 06:49:16 | version 1.76, 2022/03/28 10:33:48 | ||
---|---|---|---|
|
|
||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> | ||
<HTML> | <HTML> | ||
<!-- | <!-- | ||
$OpenXM: OpenXM/doc/OpenXM-web/index.html,v 1.74 2021/03/29 08:03:43 takayama Exp $ | $OpenXM: OpenXM/doc/OpenXM-web/index.html,v 1.75 2021/04/02 06:49:16 takayama Exp $ | ||
--> | --> | ||
<HEAD> | <HEAD> | ||
<LINK REV=MADE HREF="mailto:openxm2005@math(ematics).sci.kobe-u.ac.jp"> | <LINK REV=MADE HREF="mailto:openxm2005@math(ematics).sci.kobe-u.ac.jp"> | ||
|
|
||
<h2 id="apt"> Debian package for amd64</h2> | <h2 id="apt"> Debian package for amd64</h2> | ||
<ol> | <ol> | ||
<li> Add the following to /etc/apt/sources.list | <li> Add the file fe-deb2.list of which contents are | ||
<pre> | <pre> | ||
deb http://www.math.kobe-u.ac.jp/deb2/ unstable/ | deb [signed-by=/usr/share/keyrings/fe-deb2-archive-keyring.gpg] http://www.math.kobe-u.ac.jp/deb2/ unstable/ | ||
deb http://www.math.kobe-u.ac.jp/deb2/ mathlibre2020/ | deb [signed-by=/usr/share/keyrings/fe-deb2-archive-keyring.gpg] http://www.math.kobe-u.ac.jp/deb2/ mathlibre2020/ | ||
<pre> | <pre> | ||
<li> Add our keys to your system. | under /etc/apt/sources.list.d | ||
The keys are at <a href="http://www.math.kobe-u.ac.jp/deb2/pub-keys"> | <li> Add our gpg public key to your system. | ||
http://www.math.kobe-u.ac.jp/deb2/pub-keys </a> | The key is at <a href="http://www.math.kobe-u.ac.jp/deb2/fe-deb2-archive-keyring.gpg"> | ||
http://www.math.kobe-u.ac.jp/deb2/fe-deb2-archive-keyring.gpg </a> | |||
Copy this file to /usr/share/keyrings by | |||
<pre> | <pre> | ||
apt-key add mathlibre.pub | sudo cp fe-deb2-archive-keyring.gpg /usr/share/keyrings | ||
apt-key add debian-math.kobe-u.ac.jp.pub | |||
</pre> | </pre> | ||
<li> | <li> | ||
<pre> | <pre> | ||
sudo apt-get update | sudo apt update | ||
sudo apt-get install openxm | sudo apt install openxm | ||
</pre> | </pre> | ||
</ol> | </ol> | ||
The following commands execute the above instruction. | |||
<pre> | |||
sudo wget -O /etc/apt/sources.list.d/fe-deb2.list http://www.math.kobe-u.ac.jp/deb2/fe-deb2.list | |||
sudo wget -O /usr/share/keyrings/fe-deb2-archive-keyring.gpg http://www.math.kobe-u.ac.jp/deb2/fe-deb2-archive-keyring.gpg | |||
sudo apt update | |||
sudo apt install openxm | |||
</pre> | |||
<H2> | <H2> | ||
<A HREF="ERRATA.html">ERRATA</A>. | <A HREF="ERRATA.html">ERRATA</A>. |