spLibs > Downloads for Linux
Here we have RPM files used on Red Hat-type Linux. The binary files are built for RHEL-derivatives 7/8/9. Actually, binaries for RHEL 7 and RHEL 8/9 were tested on CentOS 7 and AlmaLinux 8/9, respectively. Those files may work on Red Hat Enterprise Linux 7/8/9 from which CentOS/AlmaLinux 7/8/9 are derived. The files including '-android' such as `spComponent-android' and '-motif' such as `spComponent-motif' are required only for development for Android and development by using Motif respectively.
Here we have deb files used on debian-type Linux. The binary files are built for Ubuntu 16, 18, 20, 22 and 24 of i386 (up to Ubuntu 18) and amd64. The files including '-android' such as `spcomponent-android-dev' and '-motif' such as `spcomponent-motif-dev' are required only for development for Android and development by using Motif respectively. If you don't use Android or Motif, you don't need it.
deb [signed-by=/usr/share/keyrings/spLibs2-keyring.gpg] https://www-ie.meijo-u.ac.jp/labs/rj001/archive/deb/ubuntu24/ ./ deb-src [signed-by=/usr/share/keyrings/spLibs2-keyring.gpg] https://www-ie.meijo-u.ac.jp/labs/rj001/archive/deb/ubuntu24/ ./For Ubuntu 22, add the following two lines to the bottom of `/etc/apt/sources.list'.
deb [signed-by=/usr/share/keyrings/spLibs2-keyring.gpg] https://www-ie.meijo-u.ac.jp/labs/rj001/archive/deb/ubuntu22/ ./ deb-src [signed-by=/usr/share/keyrings/spLibs2-keyring.gpg] https://www-ie.meijo-u.ac.jp/labs/rj001/archive/deb/ubuntu22/ ./Then, save the public key of our site spLibs2-keyring.gpg as the file specified after `signed-by=' in the sources.list such as:
wget -O - https://www-ie.meijo-u.ac.jp/labs/rj001/archive/spLibs2-keyring.gpg | sudo tee /usr/share/keyrings/spLibs2-keyring.gpg > /dev/null
deb https://www-ie.meijo-u.ac.jp/labs/rj001/archive/deb/ubuntu20/ ./ deb-src https://www-ie.meijo-u.ac.jp/labs/rj001/archive/deb/ubuntu20/ ./For Ubuntu 18, add the following two lines to the bottom of `/etc/apt/sources.list'.
deb https://www-ie.meijo-u.ac.jp/labs/rj001/archive/deb/ubuntu18/ ./ deb-src https://www-ie.meijo-u.ac.jp/labs/rj001/archive/deb/ubuntu18/ ./For Ubuntu 16, add the following two lines to the bottom of `/etc/apt/sources.list'.
deb https://www-ie.meijo-u.ac.jp/labs/rj001/archive/deb/ubuntu16/ ./ deb-src https://www-ie.meijo-u.ac.jp/labs/rj001/archive/deb/ubuntu16/ ./Then, register the public key of our site spLibs2-keyring.gpg by using `apt-key add' commnad such as:
wget -O - https://www-ie.meijo-u.ac.jp/labs/rj001/archive/spLibs2-keyring.gpg | sudo apt-key add -
spLibs > Downloads for Linux
Last modified: "2024-06-13 22:54:36 hideki"