QuasarApp / CQtDeployer

This project is used to deploy applications written using QML, qt or other С / С++ frameworks.
https://quasarapp.ddns.net:3031/docs/QuasarApp/CQtDeployer/latest/
GNU Lesser General Public License v3.0
570 stars 89 forks source link

How to uninstall CQtDeployer in linux? #774

Closed BingoZha closed 11 months ago

EndrII commented 11 months ago

CQtDeployer distribute to 3 packages types.

So for delete application from your computer you need to do:

snap

sudo snap remove cqtdeployer 

Or you can press button "remove" on your snap-store.

deb

sudo apt remove cqtdeployer

installer

EndrII commented 11 months ago

@BingoZha close this issue if it was solved to you.