Page 1 of 1

Help Wanted

Posted: Sun Feb 06, 2022 2:36 pm
by PokeyManatee4
So I Try To Use Devkitpro Pacman but it dont work and gives this error
:o /opt/devkitpro/pacman/bin/pacman: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
I Know Its Installed Someone Help

Re: Help Wanted

Posted: Tue Feb 15, 2022 9:59 am
by WinterMute
We've been working a bit on updating pacman recently and figuring out how to provide an apt repository which might help.

First get rid of the devkitPro pacman you have installed

Code: Select all

sudo apt-get remove devkitpro-pacman --purge
sudo rm -fr /opt/devkitpro 
Then grab the install script & run it

Code: Select all

wget https://apt.devkitpro.org/install-devkitpro-pacman
chmod +x ./install-devkitpro-pacman
sudo ./install-devkitpro-pacman
Obviously check the contents of the script for your own peace of mind before running it. It simply adds a sources.list & installs devkitpro pacman from there.