Portal for Utsusemi installation#
To Japanese Page : 空蟬インストールポータル .
- Author:
Inamura
- Last Update:
Oct 22, 2024
In this site, there are links to files and documents for Utsusemi installation on various operation systems.
Change History#
Windows, macOS#
Windows#
For windows, only binary installer is prepared.
Available Windows#
CPU architecture |
version |
---|---|
Intel / AMD (64bit) |
11 and 10 |
ARM |
Not Available yet |
Documents#
Download links#
Type |
Python Ver |
Available BLs |
Download Link |
---|---|---|---|
All-in-one |
3.11.2 inside |
BL01, BL10, BL14, BL15, BL17 |
|
Minimum |
3.11.x required |
BL01, BL10, BL14, BL15, BL17 |
|
Minimum |
3.9.x required |
BL01, BL14, BL15, BL17 |
macOS#
For macos, only binary installers are prepared.
Available macOS versions#
CPU architecture |
version |
---|---|
AppleSilicon (M1, M2 series) |
Sonoma(14), Ventura(13) and Monterey(12) |
Intel |
Sonoma(14), Ventura(13) and Monterey(12) |
Documents#
Download links#
CPU type |
Available BLs |
Available macOS |
version |
---|---|---|---|
Apple Silicon (M1, M2 series) |
BL01,BL02,BL10,BL14,BL15,BL17 |
14.x (Sonoma), 13.x (Ventura) and 12.x (Monterey) |
|
Intel (x86) |
BL01,BL02,BL10,BL14,BL15,BL17 |
14.x (Sonoma), 13.x (Ventura) and 12.x (Monterey) |
Linux#
Debian Packages for Ubuntu 20.04/22.04/24.04#
This is trial version to distribute debian packages for Ubuntu 20.04 / 22.04 / 24.04 with Intel / AMD CPU (x86_64 architecture) only. In addition, we checked these packages can be worked on Windows Subsystem for Linux (WSL, WSL2).
Available Ubuntu versions#
Ubuntu version |
architecture |
---|---|
Ubuntu 24.04 LTS |
x86_68 (amd64) |
Ubuntu 22.04 LTS |
x86_68 (amd64) |
Ubuntu 20.04 LTS |
x86_68 (amd64) |
Documents#
Quick installation#
Download and execute these commands on Ubuntu 20.04/22.04/24.04 LTS with Intel / AMD CPU (x86_64).
$ wget https://cdn.mlf.plus/ce/Utsusemi4/Downloads/installUtsusemi_FromDebianPackages.sh
$ sudo bash ./installUtsusemi_FromDebianPackages.sh
[sudo] password for xxx:
The manual ( documents above ) describes this installation in detail.
Download links#
If you want to install separately packages, download packages from links below.
Package Name |
Available BLs |
24.04 (x86_64, amd64) |
22.04 (x86_64, amd64) |
20.04 (x86_64, amd64) |
---|---|---|---|---|
mlf-manyo1 |
All |
|||
mlf-utsusemi-with-ugao |
All |
|||
mlf-utsusemi-sas |
BL15 |
|||
mlf-utsusemi-dna |
BL02 |
“All” means BL01, BL02, BL11, BL14 and BL15
Other Ubuntu Linux#
Installation for general Ubuntu Linux is the way to install by lounching a script which is included in below package file.
Documents does not touch installation for 22.04, but it can be done by the same procedure as 20.04.
Documents#
Download links#
Ubuntu |
Available BLs |
Download Link |
---|---|---|
22.04, 20.04, 18.04, 16.04(64bit) |
BL01, 02, 14, 15, 17 |
CentOS 7#
By using installation package for general Ubuntu Linux, Utsusemi can be installed into CentOS 7.
Actual process to install on CentOS 7, refer to document about centos 7 but Japanese only.
AlmaLinux 8 or RockyLinux 8#
Bacause of the RedHat’s development policy change for CentOS, AlmaLinux 8 or RockyLinux 8 are used instead of CentOS seriese recently. Utsusemi4 can be installed on these distributions as same as installation on CentOS7 as above. The installation documents are in document about centos 8 but Japanese only.
AlmaLinux 9#
Utsusemi4 can be installed on these distributions as same as installation on AlmaLinux8 as above. The installation documents are in document about centos 9 but Japanese only.
Appendix#
Version number confirmation#
You can get the Utusemi version as the following ways. It is useful when you report bugs or update Utsusemi.
- Installer file name
Installer file name consists of two sets of numbers.
Example
MLFSOFT.X.Y.yymmdd
X.Y
Release number
yymmdd
Latest date for update
- Command of Utsusemi Shell
Launch Utsusemi Shell, and run the following command.
$ python3 >>> import UtsusemiInfo --------------------------------------------- Utsusemi Info --------------------------------------------- version : 4.0 (rev 220825) Contact person : Yasuhiro Inamura e-mail : xxxxx.yyyyy@j-parc.jp ---------------------------------------------
or,
$ python3 >>> import utsusemi >>> help(utsusemi) Help on package utsusemi: ... VERSION 4.0.240527 ...
or,
$ python3 >>> import utsusemi >>> utsusemi.__version__ '4.0.220825'