From The Terminal:
1. Remove the package:
sudo apt-get remove qtcreator && sudo apt-get remove qt5*
2. Remove all the dependencies:
sudo apt-get purge qtcreator && sudo apt-get purge qt5*
3. Remove the unneeded packages that were once installed as a dependency:
sudo apt-get autoremove
4. Remove the retrieved packages from the local cache:
sudo apt-get autoclean
1. Remove the package:
sudo apt-get remove qtcreator && sudo apt-get remove qt5*
2. Remove all the dependencies:
sudo apt-get purge qtcreator && sudo apt-get purge qt5*
3. Remove the unneeded packages that were once installed as a dependency:
sudo apt-get autoremove
4. Remove the retrieved packages from the local cache:
sudo apt-get autoclean
Statistics: Posted by ludoraspberry — Sun May 05, 2024 2:35 pm