I want to install Qt5 on ubuntu 16.04

Asked 1 years ago, Updated 1 years ago, 67 views

I would like to install Qt5 and Qtcreator on Jetson TX2.

There was someone who put Qt in Jetson, so I referred to the article below.
http://www.jetsonhacks.com/2017/01/31/install-qt-creator-nvidia-jetson-tx1/

The first step here is

 sudo apt-get install qt5-default qtcreator-y

It says, but it says (*) which is not on the list.

I did sudo apt-get update, sudo apt-get upgrade just before entering the command, but as a result of repository communication, qt5-default and qtcreator disappeared?
If so, would it be possible to return the repository?

( ))

Package qtcreator is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  qtchooser

E—Unable to locate package qt5-default
E: Package 'qtcreator' has no installation candidate

linux ubuntu qt5

2022-09-30 16:33

2 Answers

When searching for Ubuntu packages, qtcreator is displayed as [universe], so
You must add a repository for universe.

Is this area helpful?
https://askubuntu.com/questions/148638/how-do-i-enable-the-universe-repository


2022-09-30 16:33

I think the following article will be helpful.(It's in English, but since it's a nvidia.com site, I think it's reliable information.)
QuickTime&Creator on TX2


2022-09-30 16:33

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.