Skip to content

Auto Install FAQ

Andrey edited this page Sep 4, 2021 · 10 revisions
  • On which OS it works?

    Auto install works on Debian 10/11, Ubuntu 20/21, Centos 8, Fedora 34. On other OS it probably can succeed too.

  • What about non x86_64 CPUs? Does it supports different ARM?

    Partial. Required packages seems to work. Optional/Boost - not all. You can look at manual install and try to install them yourself. We work to fully support ARM with auto install.

  • Can auto install break my system? How return system to previous state?

    No, it cant break anything in system. All you need to do is to remove local folder inside MediaDC app.

  • Can I perform partial manual install and end it with auto install?

    Yes, those python packages that are already present will be not installed second time. More info.

Known Problems

  1. Install fails on Debian/Ubuntu systems with error: No module named 'distutils.cmd'

    If errors contains such string then execute in terminal: sudo apt install python3-distutils -y

  2. Install of boost package hexhamming fails(Debian/Ubuntu/Centos/Fedora)

    You need to install c++ compilers in your system.

    For Debian/Ubuntu execute in terminal:

    sudo apt install build-essential python3-dev -y

    For Centos/Fedora:

    sudo dnf install gcc-c++ python3-devel -y

  3. Install of optional packets fails(happens on Ubuntu21/Debian11)

    PyHeif package currently has no pre builded packages for python 3.9. Follow previous step(2) and execute after:

    sudo apt install libheif-dev -y

  4. My problem with auto install is not listed here.

    Feel free to contact us or report here.

Clone this wiki locally