Logo   Home Table of Contents    News  Dev Blogs  Gallery  Timeline  Legend  Tags 
Join us on... 
Banner

Current: Month Day, Year

Linux Installation

here is your guide to install on linux system.

Check your version

Your Linux system must support PySide6 (should be available since e.g. Ubuntu 24.04 LTS). Otherwise you may need to use the pip-install method and install packet from source.

You can check the availability like this:

apt-cache search pyside6

or

apt search pyside6

I case that packet is found, download the MakeHuman2 debian packet from our server xyz on your system. Linus Alpha 2

Install the program

The installation can be done with:

        sudo apt install /path/to/debfile

The installation should resolve all dependencies. In graphics menu there should be the icon for makehuman2, so you can start it from there or link the icon to the desktop.

Uninstall the program

To remove the packet, use:

        sudo apt remove makehuman2

Be aware that the .config/makehuman2 folder will stay. This would allow update or a new installation.