Skip to content

Instantly share code, notes, and snippets.

@tnn4
Created April 29, 2025 20:45
Show Gist options
  • Save tnn4/a55391e122961e9209648285c6e1745a to your computer and use it in GitHub Desktop.
Save tnn4/a55391e122961e9209648285c6e1745a to your computer and use it in GitHub Desktop.
Aseprite missing libraries

Debian/Ubuntu

aseprite: error while loading shared libraries: libc++.so.1: cannot open shared object file: No such file or directory

sudo apt-get install libc++-dev

Fedora

sudo dnf install libcxx-devel

Missing shared library libunwind.so.1

dnf search libunwind

sudo dnf install llvm-libunwind-devel.x86_64

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