Answers for "ubuntu install qt5 gui"

3

install qt4-qmake ubuntu

sudo add-apt-repository ppa:rock-core/qt4
sudo apt update
sudo apt install qt4-default
sudo apt install qt4-qmake
#to remove it
sudo add-apt-repository --remove ppa:rock-core/qt4
Posted by: Guest on December-30-2020
0

Installing qt ubuntu

sudo apt-get install build-essential

sudo apt-get install qtcreator

sudo apt-get install qt5-default
Posted by: Guest on January-24-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language