Can't install some software with pacman anymore - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PineTab (https://forum.pine64.org/forumdisplay.php?fid=140) +--- Forum: General Discussion on PineTab (https://forum.pine64.org/forumdisplay.php?fid=141) +--- Thread: Can't install some software with pacman anymore (/showthread.php?tid=19427) |
Can't install some software with pacman anymore - 3v22dilio - 09-20-2024 I'm trying to reinstall some stuff after distro hopping and when I try to install firefox, I get the following error. Code: sudo pacman -S firefox I wasn't getting this error before I tried disro-hopped, and I don't know why I'm getting it now. I checked out http://fl.us.mirror.archlinuxarm.org/aarch64/extra/ to see what was there and while there is a tracker package, it isn't called "tracker3" or even looks like it is versioned that high. A lot of posts I've found when googling suggest tricking pacman into thinking it is installed (I think, I may be misunderstanding), but doesn't explain why this is happening now. I lso don't see any posts about arch in general getting this problem. I've also tried a full sudo pacman -Syyu with a reboot, and still have the same issue. Is there something I could do to address this or do I just wait for it to sort itself out? RE: Can't install some software with pacman anymore - Corconegre - 09-23-2024 I do have "tracker3" installed in my pinetab2, just checked. Maybe this is dumb but, have you tried to install it from pacman directly, i mean without having it go through dependencies, maybe it was deleted previously. If you don't see it maybe you need to refresh your keys, see this post: https://forum.pine64.org/showthread.php?tid=19309 Hope this helps. RE: Can't install some software with pacman anymore - mikehenson - 09-24-2024 Tracker3 was replaced with tinysparql I suggest you refresh you databases and do a whole system update Code: sudo pacman -Syu |