devkitPro / pacman

GNU General Public License v2.0
168 stars 16 forks source link

pacman.conf missing #3

Closed TheKrane closed 6 years ago

TheKrane commented 6 years ago

While installing the provided .deb package on Ubuntu 18 I get the following error message: ==> ERROR: pacman configuration file '/opt/devkitpro/pacman/etc/pacman.conf' not found.

WinterMute commented 6 years ago

You left out the part where you already installed the package and then removed it manually by deleting the folder.

To fix it sudo dpkg --purge devkitpro-pacman then run sudo dpkg -i devkitpro-pacman.deb again