So I Try To Use Devkitpro Pacman but it dont work and gives this error
/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
Help Wanted
-
- Site Admin
- Posts: 1986
- Joined: Tue Aug 09, 2005 3:21 am
- Location: UK
- Contact:
Re: Help Wanted
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
Then grab the install script & run it
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.
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
Code: Select all
wget https://apt.devkitpro.org/install-devkitpro-pacman
chmod +x ./install-devkitpro-pacman
sudo ./install-devkitpro-pacman
Who is online
Users browsing this forum: No registered users and 1 guest