09-05-2022, 11:00 AM
(09-04-2022, 07:10 AM)shulamy Wrote:(09-04-2022, 06:50 AM)Eugo Wrote: Going through motions here, to get this installed on Manjaro Phosh... what I found is that I need dpkg to be able to install a .deb file, but when I try to install that, it complains about two glibc related files missing. No idea how to get those (and why doesn't it find them by itself). Tried to install apt, and pacman doesn't find it.
Any Manjaro compatible package that would just install, or a pacman address?
the aur package is 1.2.0-1 so tomorow i'll try to change the PKGBUILD to the latest version and see if it works
ezik
Here goes... I got this from dpkg, just like the first time:
Code:
Preparing to unpack axolotl_1.5.0-1_arm64.deb ...
Unpacking axolotl (1.5.0-1) ...
dpkg: dependency problems prevent configuration of axolotl:
axolotl depends on libc6:arm64 (>= 2.31); however:
Package libc6 is not installed.
axolotl depends on libgcc-s1-arm64-cross (>= 4.2); however:
Package libgcc-s1-arm64-cross is not installed.
I had some issues with updating the system (and the fix described here helped, I'm up to date. I somehow expected it would resolve this, but it didn't.
Being a Mint guy (nee Ubuntu), I'm not quite familiar with how these things are resolved in absence of apt... frankly, even with apt, I never had anything to do with anything lib*c*, there be dragons for me. Just tell me what to install so I can try the axolotl_1.5.0-1_arm64.deb again.