Skip to content

Instantly share code, notes, and snippets.

@Luro02
Created October 19, 2018 13:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Luro02/725cac1a4ab2719d854bddf1715eb334 to your computer and use it in GitHub Desktop.
Save Luro02/725cac1a4ab2719d854bddf1715eb334 to your computer and use it in GitHub Desktop.
check under what name it is installed:
$ dkpkg -l | devkitpro
it either outputs nothing -> not installed
or it ouputs the package name
$ sudo dpkg -P devkitpro-pacman
that's it now you can reinstall it and it should work again :3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment