I had pacseek installed and I keep getting an error getting it to install and run. I deleted it and installed pacseek-bin and now it works properly. Both versions were the same according to pacseek. Something in the build of just the pacseek files is amiss. Don’t know why but the .bin files works. I installed it this morning.
Fehler: Der Vorgang konnte nicht durchgeführt werden (In Konflikt stehende Dateien)
pacseek-debug: /usr/lib/debug/usr/bin/pacseek.debug existiert im Dateisystem (gehört zu pacseek-bin-debug)
Fehler sind aufgetreten, keine Pakete wurden aktualisiert.
-> Fehler bei der Installation: [/home/swh/.cache/yay/pacseek/pacseek-1.8.2-3-any.pkg.tar.zst /home/swh/.cache/yay/pacseek/pacseek-debug-1.8.2-3-any.pkg.tar.zst] - exit status 1
Wait, ill try to rebuild it
EDIT:
Same status again
Fehler: Der Vorgang konnte nicht durchgeführt werden (In Konflikt stehende Dateien)
pacseek-debug: /usr/lib/debug/usr/bin/pacseek.debug existiert im Dateisystem (gehört zu pacseek-bin-debug)
Fehler sind aufgetreten, keine Pakete wurden aktualisiert.
-> Fehler bei der Installation: [/home/swh/.cache/yay/pacseek/pacseek-1.8.2-3-any.pkg.tar.zst /home/swh/.cache/yay/pacseek/pacseek-debug-1.8.2-3-any.pkg.tar.zst] - exit status 1
Sorry @moson. Is it readable for you or do i need to set LANG=C?
For some reason, yay, pacseek, octopi were all broken for a while. Everyone is now working like they use too. Instead of pacseek, I’ve got pacseek-bin installed. Maybe they were all interrelated somehow. I dunno. . . but everything is doing well.
[ricklinux@rick-ms7c37 ~]$ pacman -Qi pacseek
Name : pacseek
Version : 1.8.2-3
Description : A terminal user interface for searching and installing Arch Linux packages
Architecture : any
URL : https://github.com/moson-mo/pacseek
Licenses : MIT
Groups : None
Provides : None
Depends On : pacman
Optional Deps : xdg-utils: open URL on click support [installed]
fakeroot: display upgrades support [installed]
Required By : None
Optional For : None
Conflicts With : None
Replaces : None
Installed Size : 15.08 MiB
Packager : Unknown Packager
Build Date : Sat 16 Mar 2024 08:54:19 AM
Install Date : Sat 16 Mar 2024 08:55:24 AM
Install Reason : Explicitly installed
Install Script : No
Validated By : None
[ricklinux@rick-ms7c37 ~]$
If you have the Chaotic repo installed and are using an AUR helper, it’s probably just grabbing the Chaotic package every time you reinstall it.
❯ paru -Ss pacseek
aur/pacseek-git 1.8.2.238.36a078a-1 [+0 ~0.00]
A terminal user interface for searching and installing Arch Linux packages (git
version)
aur/pacseek-bin 1.8.2-2 [+12 ~0.45]
A terminal user interface for searching and installing Arch Linux packages
(binary version)
aur/pacseek 1.8.2-3 [+28 ~1.86] [Out-of-date: 2024-03-16] [Installed]
A terminal user interface for searching and installing Arch Linux packages
chaotic-aur/pacseek 1.8.2-1 [5.48 MiB 17.05 MiB] [Installed: 1.8.2-3]
A terminal user interface for searching and installing Arch Linux packages
The Chaotic version is still on 1.8.2-1 as you can see.
You can specify that you want the AUR package like this:
paru -S aur/pacseek
That will put you on 1.8.2-3, which for me works normally.