Portal for Utsusemi installation#

To Japanese Page : 空蟬インストールポータル .

Author:
  1. 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#

Change History of Utsusemi



Windows, macOS#

Windows#

For windows, only binary installer is prepared.

Available Windows#

Available Windows for installation#

CPU architecture

version

Intel / AMD (64bit)

11 and 10

ARM

Not Available yet

Documents#

macOS#

For macos, only binary installers are prepared.

Available macOS versions#

Available macOS for installation#

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#

Download links to installers for macOS Sonoma, Ventura, Monterey and Big Sur#

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)

4.0.241010(arm64)

Intel (x86)

BL01,BL02,BL10,BL14,BL15,BL17

14.x (Sonoma), 13.x (Ventura) and 12.x (Monterey)

4.0.241010(x86_64)



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#

Available Ubuntu for debian package installation#

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.

Download links for debian packages on UbuntuLinux (x86_64, amd64)#

Package Name

Available BLs

24.04 (x86_64, amd64)

22.04 (x86_64, amd64)

20.04 (x86_64, amd64)

mlf-manyo1

All

0.3.4.240827-ubu24

0.3.4.240827-ubu22

0.3.4.240527-ubu20

mlf-utsusemi-with-ugao

All

4.0.241010-ubu24

4.0.241010-ubu22

4.0.240605-ubu20

mlf-utsusemi-sas

BL15

4.0.240827-ubu22

4.0.240827-ubu22

4.0.240406-ubu20

mlf-utsusemi-dna

BL02

4.0.240828-ubu24

4.0.240828-ubu22

4.0.240222-ubu20

  • “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#

Download links for Ubuntu 24.04, 22.04, 20.04, 18.04 ana 16.04#

Ubuntu

Available BLs

Download Link

22.04, 20.04, 18.04, 16.04(64bit)

BL01, 02, 14, 15, 17

4.0.241010


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.

  1. 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

  2. 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'