Uninstall from source #476
|
Hi, How can I remove plasma6-applets-panel-colorizer if I built it from source? I tried Could I safely remove these two files and re-try the installation process? |
Replies: 1 comment 1 reply
|
Yes, |
|
Hi, How can I remove plasma6-applets-panel-colorizer if I built it from source? I tried Could I safely remove these two files and re-try the installation process? |
|
Yes, |
Yes,
rm -rf /usr/lib/qt6/qml/org/kde/plasma/panelcolorizer/then reinstall or you could useyay -S plasma6-applets-panel-colorizer --overwrite '/*'I think that should work too.