在 Ubuntu 18.04 中安装 Hybrid

在 Ubuntu 18.04 中安装 Hybrid

你好,我尝试在我的 ubuntu 电脑上安装 hybrid,但是当我安装它时,我解压了文件,但是当我运行 ./Hybrid 时,它给了我:

./Hybrid: error while loading shared libraries: libQt5Multimedia.so.5: cannot open shared object file: No such file or directory

任何帮助

我的系统:

Distributor ID: Ubuntu
Description:    Ubuntu 18.04.5 LTS
Release:    18.04
Codename:   bionic

答案1

该文件由包提供libqt5multimedia5

  1. 启用 Universe 存储库
  2. sudo apt install libqt5multimedia5
  3. 然后再次尝试安装。

相关内容