Skip to content

Instantly share code, notes, and snippets.

@uryossa
Last active December 24, 2025 13:04
Show Gist options
  • Select an option

  • Save uryossa/eab4b8749a30e607db744a875602c5bd to your computer and use it in GitHub Desktop.

Select an option

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)
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