Last active
December 24, 2025 13:04
-
-
Save uryossa/eab4b8749a30e607db744a875602c5bd to your computer and use it in GitHub Desktop.
Optimized script for uninstalling OpenUTAU on Ubuntu 24.04 (https://github.com/HitCoder9768/OpenUtau-Installer-Linux)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| echo "Removing application..." | |
| rm -r ~/.local/lib/OpenUtau | |
| echo "Cleaning icon..." | |
| rm ~/.local/share/pixmaps/openutau.svg | |
| echo "Removing from menu..." | |
| rm ~/.local/share/applications/OpenUtau.desktop | |
| echo "Update desktop database" | |
| update-desktop-database ~/.local/share/applications | |
| echo "Done." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment