### 系统环境配置(安装QT) ``` apt-get install qt5-default qtcreator -y apt --fix-broken install -y dpkg -i --force-overwrite /var/cache/apt/archives/dbus-x11_1.12.16-2ubuntu2.3_arm64.deb dpkg -i --force-overwrite /var/cache/apt/archives/wpasupplicant_2%3a2.9-1ubuntu4.3_arm64.deb dpkg -i --force-overwrite /var/cache/apt/archives/bluez_5.53-0ubuntu3.7_arm64.deb apt --fix-broken install -y apt-get install qt5-default qtcreator -y mv /var/lib/dpkg/info/ /var/lib/dpkg/info_old/ mkdir /var/lib/dpkg/info/ apt-get update apt-get install qt5-default qtcreator -y apt-get install qtmultimedia5-dev -y ```