How can I uninstall Qt5 that I installed from .run? The 2019 Stack Overflow Developer Survey Results Are InHow to uninstall Ubuntu 12.04 in dell inspirion 14r laptop?How to uninstall GNUStep?Uninstall Calibri font, installed from Windows' font directoryhow to uninstall emacs from command line?How to uninstall Universal Media ServerHow to uninstall SolrHow to remove Hubstaff from UbuntuHow to properly uninstall a cuda toolkit which has not been installed by apt ?Unable to completely uninstall standalone app called Etcher from UbuntuHow Do I Uninstall Steam.exe That Lutris Installs?
Is there any way to tell whether the shot is going to hit you or not?
Can we generate random numbers using irrational numbers like π and e?
Right tool to dig six foot holes?
Can someone be penalized for an "unlawful" act if no penalty is specified?
Why is the maximum length of OpenWrt’s root password 8 characters?
Did Scotland spend $250,000 for the slogan "Welcome to Scotland"?
Lightning Grid - Columns and Rows?
What do hard-Brexiteers want with respect to the Irish border?
Pokemon Turn Based battle (Python)
Are there incongruent pythagorean triangles with the same perimeter and same area?
Did Section 31 appear in Star Trek: The Next Generation?
Is bread bad for ducks?
How to save as into a customized destination on macOS?
Apparent duplicates between Haynes service instructions and MOT
Why do UK politicians seemingly ignore opinion polls on Brexit?
Is an up-to-date browser secure on an out-of-date OS?
FPGA - DIY Programming
Why isn't airport relocation done gradually?
Earliest use of the term "Galois extension"?
Why was M87 targetted for the Event Horizon Telescope instead of Sagittarius A*?
Geography at the pixel level
Why isn't the circumferential light around the M87 black hole's event horizon symmetric?
Did 3000BC Egyptians use meteoric iron weapons?
Can a rogue use sneak attack with weapons that have the thrown property even if they are not thrown?
How can I uninstall Qt5 that I installed from .run?
The 2019 Stack Overflow Developer Survey Results Are InHow to uninstall Ubuntu 12.04 in dell inspirion 14r laptop?How to uninstall GNUStep?Uninstall Calibri font, installed from Windows' font directoryhow to uninstall emacs from command line?How to uninstall Universal Media ServerHow to uninstall SolrHow to remove Hubstaff from UbuntuHow to properly uninstall a cuda toolkit which has not been installed by apt ?Unable to completely uninstall standalone app called Etcher from UbuntuHow Do I Uninstall Steam.exe That Lutris Installs?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I installed Qt from qt-linux-opensource-5.0.1-x86_64-offline.run
file.
It works fine, but I am unable to use KDE libs in it. So can anyone please say how to uninstall it??
I could also not find any like uninstall or something in the installed directory.
uninstall qt5
add a comment |
I installed Qt from qt-linux-opensource-5.0.1-x86_64-offline.run
file.
It works fine, but I am unable to use KDE libs in it. So can anyone please say how to uninstall it??
I could also not find any like uninstall or something in the installed directory.
uninstall qt5
add a comment |
I installed Qt from qt-linux-opensource-5.0.1-x86_64-offline.run
file.
It works fine, but I am unable to use KDE libs in it. So can anyone please say how to uninstall it??
I could also not find any like uninstall or something in the installed directory.
uninstall qt5
I installed Qt from qt-linux-opensource-5.0.1-x86_64-offline.run
file.
It works fine, but I am unable to use KDE libs in it. So can anyone please say how to uninstall it??
I could also not find any like uninstall or something in the installed directory.
uninstall qt5
uninstall qt5
edited May 27 '14 at 5:06
Eponymous
1135
1135
asked Feb 18 '13 at 17:14
shivshnkrshivshnkr
3,11252540
3,11252540
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
I finally managed to do it,
to uninstall, I managed go to the installation directory, there is an executable called MaintenanceTool, we need to run it, in order to uninstall and remove Qt.
what to do:
open terminal,
go to the installed directory opt/Qt
, and thencd /opt/Qt
run MaintenanceTools by the following command
./MaintenanceTool
and it is done.....
1
You are a hero and a scholar.
– neuronet
Feb 21 '18 at 4:19
The default directory whereMaintenanceTool
is on/opt/Qt
– user
Mar 10 at 19:55
add a comment |
protected by Community♦ May 2 '17 at 15:16
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I finally managed to do it,
to uninstall, I managed go to the installation directory, there is an executable called MaintenanceTool, we need to run it, in order to uninstall and remove Qt.
what to do:
open terminal,
go to the installed directory opt/Qt
, and thencd /opt/Qt
run MaintenanceTools by the following command
./MaintenanceTool
and it is done.....
1
You are a hero and a scholar.
– neuronet
Feb 21 '18 at 4:19
The default directory whereMaintenanceTool
is on/opt/Qt
– user
Mar 10 at 19:55
add a comment |
I finally managed to do it,
to uninstall, I managed go to the installation directory, there is an executable called MaintenanceTool, we need to run it, in order to uninstall and remove Qt.
what to do:
open terminal,
go to the installed directory opt/Qt
, and thencd /opt/Qt
run MaintenanceTools by the following command
./MaintenanceTool
and it is done.....
1
You are a hero and a scholar.
– neuronet
Feb 21 '18 at 4:19
The default directory whereMaintenanceTool
is on/opt/Qt
– user
Mar 10 at 19:55
add a comment |
I finally managed to do it,
to uninstall, I managed go to the installation directory, there is an executable called MaintenanceTool, we need to run it, in order to uninstall and remove Qt.
what to do:
open terminal,
go to the installed directory opt/Qt
, and thencd /opt/Qt
run MaintenanceTools by the following command
./MaintenanceTool
and it is done.....
I finally managed to do it,
to uninstall, I managed go to the installation directory, there is an executable called MaintenanceTool, we need to run it, in order to uninstall and remove Qt.
what to do:
open terminal,
go to the installed directory opt/Qt
, and thencd /opt/Qt
run MaintenanceTools by the following command
./MaintenanceTool
and it is done.....
edited 2 days ago
Julien Tremblay McLellan
34
34
answered Feb 19 '13 at 22:40
shivshnkrshivshnkr
3,11252540
3,11252540
1
You are a hero and a scholar.
– neuronet
Feb 21 '18 at 4:19
The default directory whereMaintenanceTool
is on/opt/Qt
– user
Mar 10 at 19:55
add a comment |
1
You are a hero and a scholar.
– neuronet
Feb 21 '18 at 4:19
The default directory whereMaintenanceTool
is on/opt/Qt
– user
Mar 10 at 19:55
1
1
You are a hero and a scholar.
– neuronet
Feb 21 '18 at 4:19
You are a hero and a scholar.
– neuronet
Feb 21 '18 at 4:19
The default directory where
MaintenanceTool
is on /opt/Qt
– user
Mar 10 at 19:55
The default directory where
MaintenanceTool
is on /opt/Qt
– user
Mar 10 at 19:55
add a comment |
protected by Community♦ May 2 '17 at 15:16
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?