Open lhpqaq opened 1 month ago
I had the same issue!
I had the same issue!
@areski We can delete libvips from install/terminal/libraries.sh
after cloning the repository
Are you using a fresh installation? It's strange you'd have jammy repo packages installed on 24.04.. was it upgraded?
@skyscooby I reinstalled again and it worked fine, I guess I might have done apt upgrade
the first time.
I had the same issue.
SOMEHOW even when libvips doesn't exist in the repository it was still getting installed, turns out you can force apt to set a preference for specific packages, that way it won't return an error code and break your omakub install.
sudo nano /etc/apt/preferences.d/libvips
Package: libvips*
Pin: release a=oracular
Pin-Priority: 1001
Then try the install again in isolation and it should work.
That eventually solved the issue, but not before wasting an hour of my life.
I hope this saves someone.
I have installed all the libraries related to libvips, but they are still stuck here. By the way, is the garbled text displayed in my terminal prompt due to a missing font?
Thanks!