Skip to content

Instantly share code, notes, and snippets.

@plembo
Last active March 29, 2022 22:32
Show Gist options
  • Save plembo/def8c6a92abbbcc80035a0ca74692d38 to your computer and use it in GitHub Desktop.
Save plembo/def8c6a92abbbcc80035a0ca74692d38 to your computer and use it in GitHub Desktop.
Completely remove appimagelauncher

Completely remove appimagelauncher

Stumbled on this while trying to install the "new" appimaged (go-appimage).

Apparently sudo apt remove --purge appimagelauncher isn't good enough.

Need to manually remove remnants of broken links for appimagelauncherd (and appimagelaunchefs) under ~/.config/systemd/user and ~/.config/systemd/user/default.target.wants.

Also, any appimagelauncher* files under ~/.config as well. Also see appimaged README.

Then you can move on.

References

probonopd/go-appimage#126

https://github.com/probonopd/go-appimage/blob/master/src/appimaged/README.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment