upgrade qt 5.6 to 5.9 in centos 7
CentOS 7 ships with Qt 5.6, is there a way of upgrading to Qt 5.9?.
current version.
QMake version 3.0
Using Qt version 5.6.2 in /usr/lib64
I dont want to install Qt from qt.io, as I am not going to develop applications, the application I'm trying to run requires QtQuick version 2.9 which is available in Qt 5.9.
centos qt qtcreator
add a comment |
CentOS 7 ships with Qt 5.6, is there a way of upgrading to Qt 5.9?.
current version.
QMake version 3.0
Using Qt version 5.6.2 in /usr/lib64
I dont want to install Qt from qt.io, as I am not going to develop applications, the application I'm trying to run requires QtQuick version 2.9 which is available in Qt 5.9.
centos qt qtcreator
add a comment |
CentOS 7 ships with Qt 5.6, is there a way of upgrading to Qt 5.9?.
current version.
QMake version 3.0
Using Qt version 5.6.2 in /usr/lib64
I dont want to install Qt from qt.io, as I am not going to develop applications, the application I'm trying to run requires QtQuick version 2.9 which is available in Qt 5.9.
centos qt qtcreator
CentOS 7 ships with Qt 5.6, is there a way of upgrading to Qt 5.9?.
current version.
QMake version 3.0
Using Qt version 5.6.2 in /usr/lib64
I dont want to install Qt from qt.io, as I am not going to develop applications, the application I'm trying to run requires QtQuick version 2.9 which is available in Qt 5.9.
centos qt qtcreator
centos qt qtcreator
asked Jan 1 '18 at 13:16
julekgwa
565
565
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
Piecemeal installation of versions of parts of packages usually leads to bad things.
If you can, runs your app inside a container using docker or similar. Otherwise you might get away with downloading a Fedora package and installing it in a local path or in /usr/local.
Packages here? https://rpms.remirepo.net/rpmphp/zoom.php?rpm=qt5-qtbase
add a comment |
I'm not sure if this will help in your situation, but you can download the Qt Online Installer at the following link:
https://www.qt.io/download-qt-installer
New contributor
jwbradley is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. Please review the Help Center for more information regarding this. Thank you!
– kemotep
30 mins ago
Per the OP,I don't want to install Qt from qt.io, ...
– Jeff Schaller
7 mins ago
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f414113%2fupgrade-qt-5-6-to-5-9-in-centos-7%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Piecemeal installation of versions of parts of packages usually leads to bad things.
If you can, runs your app inside a container using docker or similar. Otherwise you might get away with downloading a Fedora package and installing it in a local path or in /usr/local.
Packages here? https://rpms.remirepo.net/rpmphp/zoom.php?rpm=qt5-qtbase
add a comment |
Piecemeal installation of versions of parts of packages usually leads to bad things.
If you can, runs your app inside a container using docker or similar. Otherwise you might get away with downloading a Fedora package and installing it in a local path or in /usr/local.
Packages here? https://rpms.remirepo.net/rpmphp/zoom.php?rpm=qt5-qtbase
add a comment |
Piecemeal installation of versions of parts of packages usually leads to bad things.
If you can, runs your app inside a container using docker or similar. Otherwise you might get away with downloading a Fedora package and installing it in a local path or in /usr/local.
Packages here? https://rpms.remirepo.net/rpmphp/zoom.php?rpm=qt5-qtbase
Piecemeal installation of versions of parts of packages usually leads to bad things.
If you can, runs your app inside a container using docker or similar. Otherwise you might get away with downloading a Fedora package and installing it in a local path or in /usr/local.
Packages here? https://rpms.remirepo.net/rpmphp/zoom.php?rpm=qt5-qtbase
answered Jan 1 '18 at 13:27
community wiki
Julian
add a comment |
add a comment |
I'm not sure if this will help in your situation, but you can download the Qt Online Installer at the following link:
https://www.qt.io/download-qt-installer
New contributor
jwbradley is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. Please review the Help Center for more information regarding this. Thank you!
– kemotep
30 mins ago
Per the OP,I don't want to install Qt from qt.io, ...
– Jeff Schaller
7 mins ago
add a comment |
I'm not sure if this will help in your situation, but you can download the Qt Online Installer at the following link:
https://www.qt.io/download-qt-installer
New contributor
jwbradley is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. Please review the Help Center for more information regarding this. Thank you!
– kemotep
30 mins ago
Per the OP,I don't want to install Qt from qt.io, ...
– Jeff Schaller
7 mins ago
add a comment |
I'm not sure if this will help in your situation, but you can download the Qt Online Installer at the following link:
https://www.qt.io/download-qt-installer
New contributor
jwbradley is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I'm not sure if this will help in your situation, but you can download the Qt Online Installer at the following link:
https://www.qt.io/download-qt-installer
New contributor
jwbradley is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
jwbradley is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered 39 mins ago
jwbradley
1
1
New contributor
jwbradley is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
jwbradley is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
jwbradley is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. Please review the Help Center for more information regarding this. Thank you!
– kemotep
30 mins ago
Per the OP,I don't want to install Qt from qt.io, ...
– Jeff Schaller
7 mins ago
add a comment |
While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. Please review the Help Center for more information regarding this. Thank you!
– kemotep
30 mins ago
Per the OP,I don't want to install Qt from qt.io, ...
– Jeff Schaller
7 mins ago
While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. Please review the Help Center for more information regarding this. Thank you!
– kemotep
30 mins ago
While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. Please review the Help Center for more information regarding this. Thank you!
– kemotep
30 mins ago
Per the OP,
I don't want to install Qt from qt.io, ...– Jeff Schaller
7 mins ago
Per the OP,
I don't want to install Qt from qt.io, ...– Jeff Schaller
7 mins ago
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f414113%2fupgrade-qt-5-6-to-5-9-in-centos-7%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown