自学内容网 自学内容网

在arm64架构下, Ubuntu 18.04.5 LTS 用命令安装和卸载qt4、qt5

问题:需要在 arm64下安装Qt,QT源码编译失败以后,选择在线安装!

最后安装的版本是Qt5.9.5 和QtCreator 4.5.2 。

一、ubuntu安装qt4的命令(亲测有效):
 

sudo add-apt-repository ppa:rock-core/qt4
sudo apt update
sudo apt install libqt4-declarative
sudo apt install qt4*


成功安装qt4,见下图:

二、安装qt5的命令:
第一个是

sudo apt-get update


第二个是

sudo apt-get install qt5-default qtcreator


卸载qtcreator:

sudo apt-get remove qtcreator

完全卸载qt5:

sudo apt-get remove qt5*


完全卸载qt4:

sudo apt-get remove qt4*


查看qt安装的版本号:

qmake -v


查看命令行自动qt 安装的路径:

qmake


原文地址:https://blog.csdn.net/L_Andy/article/details/143730994

免责声明:本站文章内容转载自网络资源,如本站内容侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!