Browse Source

fix autoremove command

pull/22/head
onryo 5 months ago
parent
commit
192b631443
  1. 2
      advanced/compile-qt5-from-source.md

2
advanced/compile-qt5-from-source.md

@ -13,7 +13,7 @@ When compiling Qt5 yourself, you are empowered with a configuration that is cons
### Remove & purge all Qt packages
```
sudo apt -y remove qt5* libqt5* qtcreator && sudo autoremove
sudo apt -y remove qt5* libqt5* qtcreator && sudo apt autoremove
```
### Download Qt 5.15.2 Source to qt5-sources folder

Loading…
Cancel
Save