在Ubuntu上安裝Qt,可以按照以下步驟進行操作:
打開終端。
添加Qt的軟件源。執行以下命令:
sudo add-apt-repository ppa:beineri/opt-qt-5.12.3-xenial
sudo apt update
sudo apt install qt512-meta-minimal
echo 'source /opt/qt512/bin/qt512-env.sh' >> ~/.bashrc
source ~/.bashrc
qmake --version
如果顯示了Qt的版本信息,則表示安裝成功。
注意:以上步驟適用于Ubuntu 16.04(Xenial Xerus)。如果你使用的是其他版本的Ubuntu,請根據實際情況選擇對應的Qt軟件源。