Can't install on ubuntu?
Posted: Sat Jul 25, 2020 12:12 am
Trying to install on ubuntu 14.04.4, I get as far as:
A couple of those are not installable. I think gpg is well and truly dead. I've tried to install a couple different ways but these three packages are always missing.
I asked here since I'm actually just trying to build an old GBA homebrew I found. I've got most of what I need but the original author seemed to use devkitARM for one of his libs.
Code: Select all
mentl32@ubu1:/raid/mentl32$ sudo dpkg -i ./devkitpro-pacman.amd64.deb
[sudo] password for mentl32:
(Reading database ... 899465 files and directories currently installed.)
Preparing to unpack ./devkitpro-pacman.amd64.deb ...
Unpacking devkitpro-pacman (1.0.2) over (1.0.2) ...
dpkg: dependency problems prevent configuration of devkitpro-pacman:
devkitpro-pacman depends on gpg; however:
Package gpg is not installed.
devkitpro-pacman depends on pkg-config; however:
Package pkg-config is not installed.
devkitpro-pacman depends on libssl1.1; however:
Package libssl1.1 is not installed.
I asked here since I'm actually just trying to build an old GBA homebrew I found. I've got most of what I need but the original author seemed to use devkitARM for one of his libs.