Installation Portal for Utsusemi#

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

Author
  1. Inamura

Last Update

Apr 30, 2024

In this site, there are links to files and documents for Utsusemi installation on various operation systems.



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)

Ventura(13) and Monterey(12) Only

Intel

Monterey(12) and Big Sur(11)

Documents#

Download links#

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

CPU type

Available BLs

Available macOS

version

Apple Silicon (m1, m2)

BL01,BL14,BL15,BL17

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

4.0.240318(arm64)

Intel (x86)

BL01,BL14,BL15,BL17

12.x(Monterey) and 11.x(Big Sur)

4.0.240318(x86_64)



Linux#

Debian Packages for Ubuntu 20.04/22.04#

This is trial version to distribute debian packages for Ubuntu 20.04 / 22.04 with Intel / AMD CPU (x86_68 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 20.04 LTS

x86_68 (amd64)

Ubuntu 22.04 LTS

x86_68 (amd64)

Documents#

Quick installation#

Download and execute these commands on Ubuntu 20.04/22.04 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

22.04 (x86_64, amd64)

20.04 (x86_64, amd64)

mlf-manyo1

All

0.3.4.240212-ubu22

0.3.4.240212-ubu20

mlf-utsusemi-with-ugao

All

4.0.240318-ubu22

4.0.240318-ubu20

mlf-utsusemi-sas

BL15

4.0.240215-ubu22

4.0.240215-ubu20

mlf-utsusemi-dna

BL02

4.0.240222-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 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.240318


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#

Utusemi version can be seen in 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.

    >>> import utsusemi
    >>> utsusemi.__version__
    '4.0.220825'
    

    Or,

    import UtsusemiInfo
    

    Then, the following information is displayed.

    ---------------------------------------------
                   Utsusemi Info
    ---------------------------------------------
             version :  X.Y (rev nnnnnn)
      Contact person : Yasuhiro Inamura
              e-mail : xxxxx.yyyyy@j-parc.jp
    ---------------------------------------------
    

    X.Y, and nnnn are release number and the latest date for update, respectively.